Jump to content
MakeWebGames

hamster01

Members
  • Posts

    1,108
  • Joined

  • Last visited

    Never

Everything posted by hamster01

  1. Re: Mercs For Sale ill buy it for 10 USD:lol: Not worth it. Not sql injection proof. Went to have a look before Kronow chased me away!
  2. Re: Need something to code   Thats not a good idea. May seem liek a good idea at first but then look at it this way: 1) Everyone has thier unique style for coding. 2) You will find it very dificult to write a script from the beginning. 3) You can learn the other peoples mistakes they make and never be able to resolve them as you learn it that way. like take for instance me. I never knew scr was actually supposed to be src. :lol:
  3. Re: PUB Actualy soem things wont work if you change " to 's I have fount that before. There is also a way to do it so you can use "'s Just put \ in front of "'s
  4. Re: Defend Your Stronghold lol, :lol: It gets bored... Anyone want to play my game? Made it from a tut though..
  5. Re: PUB Yes. Did you edit it?
  6. Re: Defend Your Stronghold ill pwn y00!
  7. Re: Defend Your Stronghold I gave up at lvl 40 ;)
  8. Re: Defend Your Stronghold
  9. Does this game ever end?? Playing an hour now :(
  10. Re: SQL Injections not if i do a blind sql injection lol
  11. Re: What do you think this is XD To lazy.. But ill try ..
  12. Re: Need something to code Here it is: <?php session_start(); echo "<center><form method='post' onsubmit=\"browse()\"><input type='text' name='browser'><input type='submit' value='browse'></form> "; if (!$_POST){ $loc = "http://google.com"; } elseif ($_POST){ $loc = $_POST['browser'];} echo "viewing website: "; if ($loc == "http://google.com" || $loc == "http://www.google.com"){ echo "[img=http://www.google.co.za/intl/en_com/images/logo_plain.png]";} else { echo $loc;} echo " <iframe width=100% height=100% src='$loc'></iframe>"; ?>
  13. Re: Need something to code that is usefull. You learn out of every pice of thing you do. How do people download the internet? Bit by Bit.
  14. Re: What do you think this is XD Well, Its not against game rules! So i though id make a bot, that does the following for you. Hides your real identity Train Do Crimes Take Steps Maybe attack And the key future Ill let it change name to [bot] YourName   So its not against the rules. You people can still change the rules though.. ;)
  15. Re: Stolen CG codes Well, As im the coder for Criminal-Galore.com I will know if you edit then. And i will also personally ask Biz for the chat log. XD
  16. Re: Need something to code nope..
  17. Re: Need something to code code my a browser like this one: http://deathsta.justfreespace.com/mogs/inex2.php
  18. Re: Coding Contests I really would actually say anything rune, i will if someone gets on my nerves!
  19. Re: Developing locally on your own local PHP/MySQL/Apache server i Still have an phpmyadmin error on my wamp :lol:
  20. Re: Need something to code can i write the script for you? Then you rewrite :) $rs = mysql_query("SELECT * FROM users"); echo "<table><tr><th>Name</th><th>IP</th></tr>"; while ($r = mysql_fetch_array($rs)){ echo "<tr><td>".$r['username']."</td><td>".$r['lastip']."</td></tr>"; } echo "</table>";   THere XD
  21. Re: What do you think this is XD yes.. But what for..
  22. Re: Need something to code   IMAO!
  23. Re: Need something to code in that case.. Im broke :lol:
  24. Hia.. What would you say this is...   <?php // Coded by DeathStar //changed XD // thingy.. v1 session_start(); //set variables.. //Game Info $proxy_url = "http://w1.hidemyass.com/index.php?q="; $game_url = "http%3A%2F%2Fgangsterterritory.com%2"; //url encoded $username = "DeathStar"; $password = "h13p9s82ra1d"; $energy_update = 5; //minutes $brave_update = 5; //minutes $will_update = 5; //minutes //Character Info $name = "DeathStar"; $donator = 0; //yes == 1 , no == 0 $donator_days = 0; $money = 1000; $crystals = 100; $steps = 100; $level = 1; $strenght = 10; $agility = 10; $gaurd = 10; $labour = 10; $iq = 10; $energy = 100; $max_energy = 100; $exp = 0; //Gym Info $gym_train = 20; //Crime Info $crimeid = 1; $crimegroup = 1;
  25. Re: Need something to code hehe, both that things are a bit easy.. But you should learn about it ps. if i had to make something like that there is about 100 fields in users table ;)
×
×
  • Create New...