Jump to content
MakeWebGames

The Chaotic Banana

Members
  • Posts

    101
  • Joined

  • Last visited

    Never

Everything posted by The Chaotic Banana

  1. Re: Crack the Safe LOL I think you will know if a user wins it or not then you go into the file and change the random number ..::TCB::..
  2. Re: Crack the Safe You two are really sad xD I got bored so SOOO what xD it has been used before but looks alot better than his so its a recode Soo as i said on my other posts BITE ME
  3. Re: Crack the Safe SQL ALTER TABLE `users` ADD `guess` INT( 11 ) NOT NULL DEFAULT '0';   Add into Day Cron $db->query("UPDATE users SET guess=0");   for the vault image go to http://www.criminal-madness.co.uk/images/vualt.jpg right click save picture as for the noobs upload it onto your server and bobs your uncle enjoy :) ..::TCB::..
  4. Hey Guys very basic cos I am really really bored if you want it its here and its free i got sick of selling it for a buck so here it is for nout :L make a file called crackthesafe.php <?php include "globals.php"; if($ir['guess'] >= 10) { die("Sorry, you have already tried 10 numbers today. Come back tomorrow."); } $db->query("SELECT * FROM users WHERE guess='$guess' AND userid='$userid'"); print"<font size=+2 color=red>[i]<u><center>Crack The Safe...</font>[/i]</u></center> Do you have the mind power to crack the safe .. Crack it and recieve a Big suprise. If you manage to Guess the code correctly you will be Pleasently suprised at what you will get... <center>You have used <font color=red>{$ir['guess']}</font> of 10 Tries.....</center>"; ?> <html> <body> <center><form method="POST" action="crackthesafe1.php"> <select name="n1"> <option>0</option> <option>1</option> <option>2</option> <option>3</option> <option>4</option> <option>5</option> <option>6</option> <option>7</option> <option>8</option> <option>9</option> </select> <select name="n2"> <option>0</option> <option>1</option> <option>2</option> <option>3</option> <option>4</option> <option>5</option> <option>6</option> <option>7</option> <option>8</option> <option>9</option> </select> <select name="n3"> <option>0</option> <option>1</option> <option>2</option> <option>3</option> <option>4</option> <option>5</option> <option>6</option> <option>7</option> <option>8</option> <option>9</option> </select> <select name="n4"> <option>0</option> <option>1</option> <option>2</option> <option>3</option> <option>4</option> <option>5</option> <option>6</option> <option>7</option> <option>8</option> <option>9</option> </select> <input type="submit" value="Crack"></center> <center>[img=/images/vualt.jpg]</center> </p> </form> </body> </html>   then make a file called crackthesafe1.php <?php include "globals.php"; if($ir['guess'] >= 10) { die("Sorry, It seems you have already tried to Crack The Safe 10 times Already Today ... Come back tomorrow for 10 More Tries"); } $n1 = !isset($_POST['n1'])? NULL : $_POST['n1']; $n2 = !isset($_POST['n2'])? NULL : $_POST['n2']; $n3 = !isset($_POST['n3'])? NULL : $_POST['n3']; $n4 = !isset($_POST['n4'])? NULL : $_POST['n4']; $welard = $n1 . $n2 . $n3 . $n4; $code = rand(1000, 9999); // This is the Random Code Generator Advise Don't Touch //$code = 9456; // If you wish to change the code manually Please change it to Something Alot Complex Not simple as in 1111 or 1234 etc... $asd = strcmp($welard, $code); if ($asd === 0) { $db->query("UPDATE users SET money=money+1200000 WHERE userid=$userid"); $db->query("UPDATE users SET guess=guess+1 WHERE userid=$userid"); echo "[b]Congratulations You Guessed Out Of 9999 Numbers Thats An Acheivement Check your Inventory... [url='gess.php']Back[/url][/b]"; } else echo "[b]Incorrect Code, Please Try Again[/b] [url='crackthesafe.php']Back[/url]"; $db->query("UPDATE users SET guess=guess+1 WHERE userid=$userid");   SQLS NEXT Post
  5. Re: [mccode] Gangs Works fine for me I just made few minor adjustments thats all :P
  6. Re: Sell Your Gang VR1 Your welcome Its Just many people Bitch about sad things and love to debate with people makes me laugh xD But still Its a good mod I know ive seen it before on another forum but cannot recall were and I think it was a free mod ... Also has the owner Said remove it from the forums NO so why should this be re moved untill the original owner steps up I think this post should stay in my opinion if you made it step up and get it removed if you PIPE down and quit arguing xD :| :|
  7. Re: Sell Your Gang VR1 What I dont get is its A mod that hasnt been shown in a while IT COULD BE A FREE mod you never know he posted it to help people so get off this guys case shhesshhh :|
  8. Re: [Free] Log Suspicious Users No what is your site PM me I will help you out
  9. Re: [Free] Log Suspicious Users Hang on a second you dont really need to convert it into V2 im using MCCV2 with this mod and it works fine i just changed admin.php to staff_special.php :Slol
  10. Re: [Free] Log Suspicious Users This is not hard I will post it for you now :)
  11. Re: [Review] - Killah-City.net - Please Review GO GO Dominator xD
  12. Re: Security $1 [Mc Code V2] CLOSED MEH Ive occured with some problems ?_?
  13. Re: Security $1 [Mc Code V2]   Thank you ! :)
  14. Re: Security $1 [Mc Code V2]   from your keyboard! If this guy is going to sell crappy code he will destroy his rep here and just for $1. So it's worthing the try. Also thanks
  15. Re: Security $1 [Mc Code V2] This doesent fix the hack it hides it ... eg once doing the hack Forums just comes up with the error message
  16. Re: Security $1 [Mc Code V2] You did prove me wrong last time you are correct, This security just stops the MD5 hash being seen once tried the hack so simple really .
  17. Basically it does what it says on the tin LOL Once bought you will receive one file that contains a function of a query error you can have insecure forums or anywhere insecure (WHICH I DO NOT RECOMEND YOU HAVE) And the hacker will not be able to get past it. for instance if they use the hack on the forums for the MD5 hash it will come up with the message Error, This error has been logged and an event has been sent to ID 1 Action Maybe Taken against your account . ID 1 receives an Event saying MySQL error logged you should check it out you will receives the sql where you can go into the database Shows you what Id has attempted the hack at what time etc and How they did the hack And IN what area same goes for the Cmarket or any other type off query error for instance... Its there if you want it Any negative remarks keep them to yourself If you want the file Its there for a buck so get over it TCB Email [email protected] for your purchase today Copies 15
  18. Re: [Free] Log Suspicious Users I am going to bump this mod as it is a sweeeeeeet Modification Thanks :D
  19. Re: Flash Slot Machine [$50] Designed to fit your game! Im sure this Is a great modification By Plintu Keep up the Good work M8. TCB And BUMPAROONIE LMFAO
  20. Re: [MMCODES V2] HACKING ATTEMPTS LOGGED   Find if($ir['user_level'] != 2) And Replace With... if($ir['user_level'] > 2)   This will allow you to change what staff levels want to see it for instance on my game Secretary's and admins Can See The Logs :P TCB
  21. Re: [MMCODES V2] HACKING ATTEMPTS LOGGED Now as I said Previous I think this way is Better Correct me If IM wrong Add this In staff.php print " <h3>Last 10 Hack Attempts</h3><hr /> <table width='100%' border=1 class='table'> <tr> <th>User</th> <th>Action</th> <th>Time</th> <th>IP</th> <th>Fed Jail ?</th> </tr>"; $p=$db->query("SELECT s.*, u.* FROM hacklog AS s LEFT JOIN users AS u ON s.user=u.userid ORDER BY s.time DESC LIMIT 10"); while($r=$db->fetch_row($p)) { print "<tr><td>{$r['username']} [{$r['user']}]</td> <td>{$r['action']}</td> <td>".date('F j Y g:i:s a', $r['time'])."</td> <td>{$r['ip']}</td><td>[url='jailuser.php?userid={$r[']Fed Jail[/url]</td></tr>"; } print "</table><hr />"; } Looks Neater and Tidier Enjoy Folks TCB Also some may have to do this for the table to show find border=1 And Replace with cellspacing=1 Thanx
  22. Re: [MMCODES V2] HACKING ATTEMPTS LOGGED Sorry for bumping the post but you see where the jail user part is Couldent you Get rid of that part and add a button [Fed Jail] Instead of the big chunk of it that its taking this would make it look alot more tideir and Great Mod I am using this Thanks :D +1
  23. Re: Inventory revamp Good Mod +1
  24. Re: Criminal Wars LMFAO NO WAY HAS THAT GAME BEEN RUNNING 231 DAYS 20 days at max hahaha lmfao i give it 30 days and the site will be banned xD lmfao
  25. Re: [Mc Codes V2] Crack The Safe $1 Worse name for myself srsly haha You seriously make me Laugh I have 31 posts lmfao reputation none I hardly ever post haha worst name for myself xD hlaf the people dont like me anyways so why would i give a ****
×
×
  • Create New...