I'm wanting to lean: How to create scripts

Discussion in 'Programming' started by Untitled, Aug 27, 2007.

  1. #1
    Hello everyone. I've been trying to teach myself MySQl, but it's not exactly working. I've seen alot of DPers wanting scripts and what not and I would like to help them, but I don't know how. I also see DPers selling scripts/programs like those Ad.bux auto clicker scripts, etc. I would like to learn how. Can someon teach me or tell me where to go, what programs to use, or just anything to help me go forward. Thanks.
     
    Untitled, Aug 27, 2007 IP
  2. coldgansta

    coldgansta Guest

    Messages:
    1,614
    Likes Received:
    29
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Hi.
    Try this site.All you need to know will be on threre.
    Hope this helps
     
    coldgansta, Aug 28, 2007 IP
    Untitled likes this.
  3. it career

    it career Notable Member

    Messages:
    3,562
    Likes Received:
    155
    Best Answers:
    0
    Trophy Points:
    270
    #3
    You can search for mysql and php tutorial at w3schools.com
     
    it career, Aug 28, 2007 IP
    Untitled likes this.
  4. nhl4000

    nhl4000 Well-Known Member

    Messages:
    479
    Likes Received:
    14
    Best Answers:
    0
    Trophy Points:
    110
    #4
    I am the owner of the original Adbux Auto Clicker. I created the first version with VB6 and have changed it to VB.Net. Start with the basics of VB.Net and slowly learn your way up.
     
    nhl4000, Aug 28, 2007 IP
    Untitled likes this.
  5. webw

    webw Peon

    Messages:
    32
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #5
    webw, Aug 28, 2007 IP
    Untitled likes this.
  6. Untitled

    Untitled Well-Known Member

    Messages:
    739
    Likes Received:
    12
    Best Answers:
    0
    Trophy Points:
    128
    #6
    Great, thank alot for the help. :)
    Those guides and tutorials helped alot.
     
    Untitled, Aug 28, 2007 IP
  7. mesikana

    mesikana Peon

    Messages:
    5
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #7
    i always respect programmers. especially autoclicker makers :) . i wish i had enough time and passion to learn about programming
     
    mesikana, Aug 30, 2007 IP
  8. 7Coder77

    7Coder77 Peon

    Messages:
    19
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #8
    I think you'll be on the right track (and I'm supporting the people's above me recommendations) if you start out running through the w3schools tutorials for PHP and MySQL. The PHP manual will do worlds of wonder for you, exploring just about any part of the manual will bring you to all kinds of tasty tidbits of code that can go a long way in helping you see how certain PHP functions work and what you can do with them with a little creativity.


    If you're interested in learning certain aspects, hit a site like Codango.com for some tutorials. Theres tutorials to break down and learn certain aspects of the language (arrays or loops or something) and than other how tos for managing sessions and security. Most of that stuff will be a bit more "advanced" to follow up what youll read on the w3schools and all.

    Using some of those tutorials in conjunction with w3schools and the php manual and really reading what everything does and seeing how it works and than recreating something like it will do wonders for you... Especially if you find improvements and implement them in your version of the goal "script".

    My first project was guest book that followed a very basic tutorial, but than i used some others on security to implement some stripping of dangerous characters and eventually required users to be "logged in" (which was tracked by sessions and cookies) etc. You'll find you can catch on pretty quick. I'm by no means a GOOD programmer, but I can get things done on my own with time. Hopefully you'll get to that point in a hurry and far exceed it.

    Good luck!

    http://codango.com/php/dir/tutorial/ for the "other" tutorials :)
     
    7Coder77, Aug 30, 2007 IP