Results 1 to 9 of 9
  1. #1
    NextGen1's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Location
    Not sure really.
    Posts
    6,312
    Reputation
    382
    Thanks
    3,019
    My Mood
    Amazed

    Rules & Guidelines (READ FIRST)


    Standard Rules:

    1. Your Releases Should:
    Be Uploaded using the attachments feature provided by mpgh.net
    (If for some reasons a upload to a sharing site is absolutely necessary
    you must get permission from myself or a mod, Do not just post the link)
    Include at-least (1) Screenshot
    (if your application has multiple features or extra forms, another screenshot may be warranted)
    A Virus Scan from VirusTotal and another from a site of your choice. (Jotti's, Virscan.org)
    (if you use another VirusScan Site, We may require a VirusTotal
    Scan as well)

    2. Don't flame anyone, especially if there is no reason for it
    (intentional baiting or flaming posts will be deleted, and I will contact the mod about which actions to take)

    3. Do not spam at all and always stay on topic
    (spam posts will be deleted, granted there is some leniency as it is possible to go off topic, and I myself do it on occasion, I am referring to way off topic posts or comments )

    4. Do not bump your thread if you do not get a quick response.

    5. Do not intentionally double post
    ( I realize that on occasion it may occur unintentionally , however use the edit button when you need to make or add a comment)

    6. No advertising: Including Programs that open up a website other than mpgh, and posting advertisements in the post, or program.
    (advertisements will be removed, as well as any images containing advertisements )

    7. Leave the Modding and Minion(ing...?) to those appointed to do so,
    if someone breaks the rules, report them via PM or VM to to the appropriate section's minion.

    8. Do not create a thread for a simple question similar to one already asked (search before posting)

    9. Anti Leech (per Why06 with Daves Approval)

    Link:https://www.mpgh.net/forum/31-c-c/127...ml#post1697018


    Guidlines: - These can help us help you

    • USE SEARCH FIRST!


    • BE DESCRIPTIVE


    1. Explain to us what your code does ( or in most cases, what your code supposed to do)

    2. Explain to us what exactly the error is. Vb.net allows you to copy the error by right clicking and clicking copy in the fly out menu

    If you do not know the error, catch the error and tell us what it is saying , to catch a error use

    Code:
    Try 
    ' Your code here
    Catch 
    Msgbox (ex.message)
    End Try
    Post that error with your question

    3. Keep in mind that you know more about your code then we do, don't assume just because we understand code, that we will understand what you are attempting.

    MAKE YOUR TOPIC NAMES UNDERSTANABLE AND NOT MISLEADING

    Post a descriptive topic name!

    Example: [Help]Syntax Error in my injector
    [Question] Why is my application crashing

    Give a short summary of your problem in the subject. Don't use attention getting subjects, they're not fair to other users!

    Things like "HELP ME NOW!" or "URGENT", "OH MY GOD HELP!!!!" make your post unfairly look like a priority over other users post who need help just as much as you.

    • BOLD THE CODE WITH THE ISSUE


    If you post your whole code, try to figure out where the error is coming from, and mark it with bold tags

    Code:
    Use [B] [/ B]
    This will allow us to locate the problem faster, allowing quicker help.


    PUT YOUR CODE IN HIGHLIGHT BRACKETS OR CODE BRACKETS

    Very often we see people post a huge ugly eye sore of a code that lacks any real sence of professionalism with no notations, not seperated or tagged, lacks in declarations and then they take that horrible piece of code and paste it right into the message.

    There's a problem with that - tabs and spacing don't show up properly That makes it really difficult to read.

    There's a really "Cool" code and highlight tag built in that will format your code when you post it. You can use that easy highlight=vb.net Tag or Code tag or buttons right above the box where you type your message. The result will look like this:

    Code:
    Dim MyMsg as new msgbox ("hello world")
    
    If textbox1.text = "message" then 
    mymsg
    end if
    or

    Code:
    Dim MyMsg as new msgbox ("hello world)
    
    If textbox1.text = "message" then 
       MyMsg
    End if


    IF YOU GET AN ERROR ON A CERTAIN LINE, TELL US WHAT'S ON THAT LINE AND THE LINES ABOVE AND BELOW IT

    It's not too helpful when you mention an error on a certain line but don't tell us what code is on that line. Because errors can sometimes be caused by lines of code above or below the one the error is mentioned on, please post those lines as well.

    IF YOU ARE NOT GOING TO TAKE THE ADVICE, DON'T ASK FOR HELP

    REMEMBER THAT WHEN PEOPLE HELP YOU, THEY ARE DOING YOU A FAVOR





    Last edited by Jason; 09-19-2011 at 06:02 PM. Reason: Some outdated php tags which are now fixed. + Code typos /tehe


     


     


     



    The Most complete application MPGH will ever offer - 68%




  2. The Following 6 Users Say Thank You to NextGen1 For This Useful Post:

    .Celtics (09-28-2010),Blubb1337 (09-28-2010),Hassan (09-28-2010),Invidus (09-29-2010),Jason (09-28-2010),Lolland (09-28-2010)

  3. #2
    Jason's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    /dev/null
    Posts
    5,704
    Reputation
    918
    Thanks
    7,676
    My Mood
    Mellow
    Nice one NG, although I don't really agree with this:

    Quote Originally Posted by NextGen1 View Post

    Visual Basic Section - Should be used for discussing Visual Basic Codes, Help with Visual Basic Codes, To share a release or code snippet created in Visual Basic.
    (No Tutorials or Tutorial Requests)
    No-one ever looks in the tutorial section, they come to the specific section first and if they find no tuts there they just ask a question about it regardless.

    Quote Originally Posted by Jeremy S. Anderson
    There are only two things to come out of Berkley, Unix and LSD,
    and I don’t think this is a coincidence
    You can win the rat race,
    But you're still nothing but a fucking RAT.


    ++Latest Projects++
    [Open Source] Injection Library
    Simple PE Cipher
    FilthyHooker - Simple Hooking Class
    CLR Injector - Inject .NET dlls with ease
    Simple Injection - An in-depth look
    MPGH's .NET SDK
    eJect - Simple Injector
    Basic PE Explorer (BETA)

  4. The Following User Says Thank You to Jason For This Useful Post:

    unspeakable (09-20-2012)

  5. #3
    NextGen1's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Location
    Not sure really.
    Posts
    6,312
    Reputation
    382
    Thanks
    3,019
    My Mood
    Amazed
    Purpose is to increase traffic to other sections, we have a tutorials section with 0 activity and a tutorials request section without any activity.

    defeats the purpose of the sections. Members need to get used to using it. There was a time where everything was moved where it should be, Pixie (when he was minion) didn't care what section it was in, So eventually tuts began dwelling in this section, and what was (decently) active has no activity.


     


     


     



    The Most complete application MPGH will ever offer - 68%




  6. #4
    /b/oss's Avatar
    Join Date
    Feb 2010
    Gender
    male
    Posts
    13,651
    Reputation
    795
    Thanks
    3,547
    awesome as always, richy

  7. The Following User Says Thank You to /b/oss For This Useful Post:

    NextGen1 (09-28-2010)

  8. #5
    Hassan's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    System.Threading.Tasks
    Posts
    4,764
    Reputation
    495
    Thanks
    2,132
    My Mood
    Dead
    Quote Originally Posted by NextGen1
    No block level vB code tags (e.g. [code], [qute], [vb], [php]) are allowed in signatures, and signatures should be no larger than 3 or 4 lines.
    What does this mean ???
    Last edited by Hassan; 09-28-2010 at 10:25 AM.

  9. #6
    NextGen1's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Location
    Not sure really.
    Posts
    6,312
    Reputation
    382
    Thanks
    3,019
    My Mood
    Amazed
    @Xscape, Ignore that.

    It was a rule that doesn't apply, it was from my old minions day when I first asked about size of sigs. But it's not enforced, I C&Ped from one of my documents , forgot that was there.

    (side note, I posted 50 posts today and my activity dropped 2 %)


    Last edited by NextGen1; 09-28-2010 at 11:28 AM.


     


     


     



    The Most complete application MPGH will ever offer - 68%




  10. #7
    Hassan's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    System.Threading.Tasks
    Posts
    4,764
    Reputation
    495
    Thanks
    2,132
    My Mood
    Dead
    Quote Originally Posted by NextGen1 View Post
    @Xscape, Ignore that.

    It was a rule that doesn't apply, it was from my old minions day when I first asked about size of sigs. But it's not enforced, I C&Ped from one of my documents , forgot that was there.
    Ah,I see ... No prob

  11. The Following User Says Thank You to Hassan For This Useful Post:

    NextGen1 (09-28-2010)

  12. #8
    Lolland's Avatar
    Join Date
    Feb 2009
    Gender
    male
    Location
    Lolland!
    Posts
    3,156
    Reputation
    49
    Thanks
    868
    My Mood
    Inspired
    / Caught an error, fixed it.

  13. The Following User Says Thank You to Lolland For This Useful Post:

    NextGen1 (09-28-2010)

  14. #9
    NextGen1's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Location
    Not sure really.
    Posts
    6,312
    Reputation
    382
    Thanks
    3,019
    My Mood
    Amazed
    Ha, I see what it was.


     


     


     



    The Most complete application MPGH will ever offer - 68%




Similar Threads

  1. RULES & GUIDELINES. <<READ BEFORE YOU POST>>
    By Killian in forum XBOX Customizing & Modding
    Replies: 6
    Last Post: 04-26-2011, 01:50 AM
  2. [READ FIRST] NEW RULES!
    By House in forum Call of Duty Modern Warfare 2 GSC Modding Help/Discussion
    Replies: 0
    Last Post: 09-01-2010, 12:03 PM
  3. [READ FIRST] NEW RULES!
    By House in forum Call of Duty Modern Warfare 2 Server / GSC Modding
    Replies: 0
    Last Post: 09-01-2010, 12:03 PM
  4. comedy central- wat yo watching. read first post
    By nobartholem in forum General
    Replies: 5
    Last Post: 04-02-2009, 08:36 PM
  5. READ FIRST BEFORE POSTING
    By Hyperion in forum WarRock - International Hacks
    Replies: 0
    Last Post: 06-29-2008, 09:24 AM