Jump to content
MakeWebGames

Haunted Dawg

Members
  • Posts

    2,933
  • Joined

  • Last visited

    Never
  • Days Won

    1

Everything posted by Haunted Dawg

  1. Re: Contemplating buying mccodes v2, how hard is it to secure the existing code? Floydian, no need for a long post... :lol: The script is insecure, but get some one who knows how to code and could easily have your game exploit free in a weeks time.
  2. Re: How to add actions Or the basics: if($_GET['action'] == "blah") { //do action... }
  3. Re: Allows you to email all your game users Umm, dementor, funny how you say when will we learn how to code. Your the one who is pathetic in coding, hence if you could code you wouldnt be using a free host.
  4. Re: The world mite end on Wednesday 10ths september 2008...   Great at school im gonna get "We're gonna die tommorow" some day in October, We going to die in a months time :(
  5. Re: hey header.php
  6. Re: [minigame] Looking if you will buy [$100] :)
  7. Re: [minigame] Looking if you will buy [$100] I doubt the idea's are the same.
  8. Re: Allows you to email all your game users His also mails all users.
  9. Re: Allows you to email all your game users So i got to modify the text each time? :cry:.   <?php include("mysql.php"); include("global_func.php"); include("globals.php"); if($ir['userid'] != 1) { echo 'die'; exit; } if($_POST['tx']) { $db = mysql_query("SELECT * FROM users"); $n = 0; while($r = mysql_fetch_assoc($db)) { $n++; $subject = "From Rapid - Riot"; $from = "From: Rapid - Riot Newsletter <[email protected]>"; $to = $r['email']; $body = $_POST['tx']; mail($to,$subject,$body,$from); } echo 'Mail sent to '.$n.' players.'; } echo '<form action="?action=newsletter" method="post"> <textarea name="tx" rows="50" cols="50"></textarea> <input type="submit" value="Submit"></form>'; $h->endpage(); ?>
  10. Re: [minigame] Looking if you will buy [$100] Not yet.
  11. Hello, i will be soon releasing a script made from scratch by me and could be used in 2 type's, Type 1: You will be able to add this to your game so when user's are bored they can go play an outer game. (minigame) Type 2: You will be able to run this script as a website, for people to play, it also includes donations (buying points).   This has got nothing to do with mccode's, script will be 100% mine and under llc copy right. There are no screen shot's yet but i hope by friday the script will be ready to be shown a simple demo.
  12. Re: my mods So now is your website still ganstawars.net?
  13. Re: [Attempt] CE's Longest Thread   So you make a point of argueing? your mature.. Why do you always stalk my posts? your mature..
  14. Re: [Attempt] CE's Longest Thread Yes but my 1104 post's are to help others and argue, not to make ridiculos posts.
  15. Re: [Attempt] CE's Longest Thread Please stop posting these ridiculos post's, stop increasing your post count.
  16. Re: [Attempt] CE's Longest Thread Majority of the post's here on ce is spam, those people that just say 1 or 2 words = spammers.
  17. Re: One Big Code! echo 'Im sure you can do some thing better. :|';
  18. Re: [Attempt] CE's Longest Thread Umm, you did say we can talk about anything. Thats what im doing.
  19. Re: One Big Code!   if($_POST['jackass']) { $me = "Kyle"; $last_poster = "ArmageddonDude"; echo $me.' is watching the simpsons. '; if($me == "Kyle") { echo 'btw KYLE IS AWSOME!!!! '; if($last_poster == "ArmageddonDude"; { echo 'And armageddon dude is not :roll: '; } } } echo $me.' is now out.';
  20. Re: [Attempt] CE's Longest Thread I think the quickest growing thread involvs me :roll:, its in the war zone started by zero-afect about me, 5 pages in 4 hours.
  21. Re: [V2] Libary The mobsters world has got nothing to do with seanybob, its owned by el Jefe and the coder is nurples.
  22. Re: hey Iso, you could use as pog-one said...   if($ir['rankxp'] > 1) { $rank = "Newbie"; } else if($ir['rankxp'] > 150) { $rank = "Pick Pocket"; } else if($ir['rankxp'] > 400) { $rank = "Criminal"; } else if($ir['rankxp'] > 550) { $rank = "Dealer"; } else if($ir['rankxp'] > 700) { $rank = "Thug"; } else if($ir['rankxp'] > 1000) { $rank = "Criminal"; } mysql_query("UPDATE users SET rank='".$rank."' WHERE userid=".$ir['userid']) or die(mysql_error());
  23. Re: DBS Mod Sale My problem is to do with the server not with any of my coding. :|
  24. Re: [MOD] UPGRADE Retrieve original Password Torn city is different, they got the same was as i explained, (talked to one of there ex coder's) and plus, torn city's servers are pretty strong (un able to ddose).
  25. Re: [MOD] UPGRADE Retrieve original Password Exactly why i just reset there password on my game.
×
×
  • Create New...