Results 1 to 13 of 13
  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

    Exclamation [Rules]Updated 6/7/10

    Visual Basic Section Rules and Guidlines
    - General and extensive rules for posting in this section.




    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
    (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. Tutorial request belong in the tutorial request section, All tutorial request posted here will be moved to the tutorial request section.

    7. 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 )


    8. Leave the Modding and Minion(ing...?) to those appointed to do so,
    if someone breaks the rules, report them via PM or VM to myself (current minion) or Why06 (current mod) we will deal with it, we don't need the threads getting spammed, Flamed, or anyone trolling, stay on topic and do not bait anyone.

    9. Do not create a thread for a simple question similar to

    10. 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 PHP CODE 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 php tag built in that will format your code when you post it. You can use that easy PHP 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

    [php]

    Dim MyMsg as new msgbox ("hello world)

    If textbox1.text = "message" then
    mymsg
    end if

    [/php]

    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 NextGen1; 03-21-2010 at 07:29 AM.


     


     


     



    The Most complete application MPGH will ever offer - 68%




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

    Blubb1337 (02-24-2010),FlashDrive (03-04-2010),hopefordope (02-25-2010),Lolland (02-24-2010),Lukas59 (02-25-2010),MJLover (02-27-2010),nepito (03-13-2010),Void (03-04-2010),[MPGH]Wyo (07-18-2010),XGelite (02-24-2010),Zoom (02-24-2010)

  3. #2
    NextGen1's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Location
    Not sure really.
    Posts
    6,312
    Reputation
    382
    Thanks
    3,019
    My Mood
    Amazed
    Extensive Updates: Please Read ......

    I also opened this topic, If anyone has any comments, Suggestions or Questions, PM me or use this thread, I won't keep it open for long, but I want everyone to have a chance, to Read and Respond....

    Don't use this thread to dump your posts either, I will Delete Spam messages like

    " Good Rules..."

    "Thanks...."

    " I don't like them"

    similiar


    Last edited by NextGen1; 03-04-2010 at 11:50 AM.


     


     


     



    The Most complete application MPGH will ever offer - 68%




  4. #3
    Taylor Swift's Avatar
    Join Date
    Aug 2008
    Gender
    male
    Location
    Spangdahlem, Germany
    Posts
    6,438
    Reputation
    357
    Thanks
    651
    My Mood
    Yeehaw
    lol thanks Nextgen =)

  5. #4
    skiiiz's Avatar
    Join Date
    Feb 2010
    Gender
    male
    Posts
    119
    Reputation
    10
    Thanks
    11
    If I can't bump a thread more than a week old, how am I meant to contact the author?

  6. #5
    NextGen(1)'s Avatar
    Join Date
    Mar 2010
    Gender
    male
    Posts
    37
    Reputation
    10
    Thanks
    5
    My Mood
    Amused
    Via PM ---- OR VM

    On alt, waiting for [1337] ban and unban......


    If you wannacode? For free - Click Here
    FOLLOW THE DIRECTIONS IN THE FIRST POST

    Working On
    -------------------
    [IMG]https://i111.photobucke*****m/albums/n121/golmor/trueity.jpg[/IMG]
    Truly The Most Complete Application MPGH will offer - 90%


  7. #6
    mnpeepno2's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Location
    In a barren wasteland
    Posts
    905
    Reputation
    10
    Thanks
    81
    hmm, there are some errors in the tread...


    -----------------------------------------------

    My site: here
    My Blog: here
    My member's area: here
    Minecraft Sever Forum: here


    Minecraft Servers:

    Public:



    Private:



  8. #7
    NextGen1's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Location
    Not sure really.
    Posts
    6,312
    Reputation
    382
    Thanks
    3,019
    My Mood
    Amazed
    Ok

    /Closed

    Thanks for your "Input"


     


     


     



    The Most complete application MPGH will ever offer - 68%




  9. #8
    NextGen1's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Location
    Not sure really.
    Posts
    6,312
    Reputation
    382
    Thanks
    3,019
    My Mood
    Amazed
    Updated, Please all read.


     


     


     



    The Most complete application MPGH will ever offer - 68%




  10. #9
    Lolland's Avatar
    Join Date
    Feb 2009
    Gender
    male
    Location
    Lolland!
    Posts
    3,156
    Reputation
    49
    Thanks
    868
    My Mood
    Inspired

    New VB section rules.

    Visual Basics Section Rules and Guidelines

    1: Releases must follow these guidelines:
    -Uploaded to MPGH only. (If it must be uploaded to a different file hosting site then please send me a PM.
    -One screenshot of every form (or one screenshot with all the forms )
    -A virus scan from https://www.virustotal.com and https://www.virscan.org


    2: NO FLAMING, ESPECIALLY FOR NO REASON.
    -Flaming on first offense will just be deleted, if you're a constant offender, then action will be taken against you.

    3: No spamming, stay on topic.
    -Try to stay on topic.
    -Any spam will be deleted by yours truly, and action will be taken against you.

    4: Don't bump/necro old threads, and no double posting.

    5: NO FUCKING ADVERTISING.
    -This includes any program that advertises a site other than MPGH or ********

    6: Anyone breaking the rules should be reported to me through VM or PM.

    7: Don't create threads with simple questions, leave that to the Questions thread.

    8: Read this

    9: Be as descriptive as possible when asking for help with code.


    Anyone not following these rules will be punished accordingly.


    Thank you,
    Lolland.
    Last edited by Lolland; 06-07-2010 at 10:30 AM.

  11. #10
    KING's Avatar
    Join Date
    Jun 2009
    Gender
    male
    Posts
    10,795
    Reputation
    837
    Thanks
    3,093
    My Mood
    Angry
    Your missing virscan.org

    Add it to the rules.

  12. #11
    NextGen1's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Location
    Not sure really.
    Posts
    6,312
    Reputation
    382
    Thanks
    3,019
    My Mood
    Amazed
    Congrats Lolland


     


     


     



    The Most complete application MPGH will ever offer - 68%




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

    Lolland (06-08-2010)

  14. #12
    Lolland's Avatar
    Join Date
    Feb 2009
    Gender
    male
    Location
    Lolland!
    Posts
    3,156
    Reputation
    49
    Thanks
    868
    My Mood
    Inspired
    Just a Reminder:


    Please use tags in your thread titles, such as [Help], [Release], etc.

    It just makes everything easier and cleaner.

    Thanks

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

    NextGen1 (07-19-2010)

  16. #13
    Lolland's Avatar
    Join Date
    Feb 2009
    Gender
    male
    Location
    Lolland!
    Posts
    3,156
    Reputation
    49
    Thanks
    868
    My Mood
    Inspired
    Yet another reminder:

    You need (2) Virus scans, one from Virscan.org and one from Virustotal.com

    If you have no contribution to a thread, do not post. If I or NextGen feel you made no contribution with your post, it will be deleted.

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

    NextGen1 (09-11-2010)

Similar Threads

  1. Site Rules Updated
    By arunforce in forum News & Announcements
    Replies: 47
    Last Post: 11-08-2011, 09:50 AM
  2. Section Rules[UPDATED]
    By Ghost in forum CrossFire Latin America / Brazil Discussion
    Replies: 18
    Last Post: 08-13-2011, 06:09 AM
  3. Mods & Rez Modding - RULES [Updated]
    By Zoom in forum Combat Arms Mods & Rez Modding
    Replies: 1
    Last Post: 09-02-2010, 11:04 PM
  4. CS Ban Rule! [UPDATED][REPOST]
    By Disturbed in forum General
    Replies: 60
    Last Post: 08-14-2010, 05:03 AM
  5. [Info] OMG warock now rules after update!!!!!
    By snipe.dani in forum WarRock Discussions
    Replies: 17
    Last Post: 10-02-2009, 09:37 PM