Jump to content
MakeWebGames

Haunted Dawg

Members
  • Posts

    2,933
  • Joined

  • Last visited

    Never
  • Days Won

    1

Everything posted by Haunted Dawg

  1. Re: google and your game Can you provide us with some of the spider's IP's?
  2. Re: Gang Crimes - Help Needed (Please Read) Do you have the required amount of gang member's? Try this:   print "<h3>Organised Crimes</h3> <form action='yourgang.php?action=staff&act2=crimes' method='post'>Choose a crime that your gang should commit. <select name='crime' type='dropdown'>"; $cnt=$db->query("SELECT username FROM users WHERE gang={$gangdata['gangID']}"); $membs=$db->num_rows($cnt); $q=$db->query("SELECT * FROM orgcrimes WHERE ocUSERS <= $membs"); if(mysql_num_rows($q) == 0) { echo '<option value="">Not enough members</option>'; } else { while($r=$db->fetch_row($q)) { print "<option value='{$r['ocID']}'>{$r['ocNAME']} ({$r['ocUSERS']} members needed)</option>"; } } print "</select> <input type='submit' value='Commit' /></form>"; } }
  3. Re: [mccode] UPGRADE Retrieve original Password Use this one. It's way better.. http://criminalexistence.com/ceforums/index.php?topic=24906.0
  4. Re: [mccodes V2] Donation Mod. David. If it's so insecure. How come it was exploited just 2 day's ago on a website?
  5. Re: [mccode v2] New improved mailbox. In the mailbox.php just change $_GET['act'] to $_GET['action']
  6. Re: [mccode all] sql backup It actualy will run on xamp or wamp. There it is stating that the file has not been run. Change passthru to exec
  7. Re: [mccode v2] Lucky Bags $rdmitm = ($r['level'] > 49) ? rand(1,22) : rand($23,29); That should work.
  8. Re: [mccode all] sql backup Explain in one place a user should run a raw server command?
  9. Re: [mccode v2] Lucky Bags $rdmitm = rand(1,21) ? rand(23,29) : rand(1,21);
  10. Re: [mccode all] sql backup Very rare to even interact with the passthru/exec/system func? A visitor to your site should never be able to run such a command.
  11. Re: [mccode all] sql backup The escapeshellcmd() function is only necessary if the "user" is inputing a raw command. If the editor of the script or such is differntly using this. Then that should be his own fault if he screw's up the server.
  12. Re: [mccode all] sql backup I just tested this out. And it look's like passthru is disabled on my server. How ever i used exec() and it worked :)
  13. Re: [mccodes V2] Donation Mod. His ipn is for sure insecure. but it can be secured.
  14. Re: [MCCODE V2] User Competitions You have a error in comps.php Here is the fix:   <?php include "globals.php"; $q=$db->("SELECT * FROM competitions ORDER BY id"); print" <table class='table' cellspacing='1' width =75%> <tr><th>Creator</th><th>Reward</th><th>Entry Fee</th><th>Entrys</th><th>Time Left (hours)</th><th>View</th></tr>"; while($r=$db->fetch_row($q)) { print " <tr> <td>{$r['creator']}</td> <td>{$r['rewardcash']} {$r['rewardcrys']}</td> <td>{$r['fee']}</td> <td>{$r['entrys']}</td> <td>{$r['time']}</td> <td>[url='viewcomp.php?id={$r[']View[/url]</td> </tr> </td></tr>"; } ?>
  15. Re: [Request] Gang Addon   Yet still. Gang's are not hacker's. And people on computer's. Gang's are criminal's who rob and stuff like that. Not computer people.
  16. Re: New Banner I was not actualy waiting upon the "Wow, Awesome" post's but infact to show me how to improve.
  17. Re: gang bugs Ahh i thought tolk made both post's my fault.
  18. Re: New Banner   I have been looking for free vector's and brushe's. Just can't find any good one's.   You say your kid could even do it? Well i have not actualy seen any of your work. Yet you want to bring your kid into the story? Pfft.   Graffiti from dafont.com
  19. Re: Cron Problem Sorry i can not help you. Atleast help us by putting [ code] [/ code] tag's around.
  20. Re: [Request] Gang Addon I do not recall "gangs" being computer nerds..
  21. Re: Cron Problem This mod is not your's there for i will not help you. Neither did you pay for it.
  22. Re: New Banner Your post amuses me. NOT! I am posting up here because i want to. Got a problem? GOOD! keep it to your self.
  23. Re: gang bugs 1.- Learn english. 2.- Who is "us"? 3.- Read first 3.1 => No where did he state he is having an error and you reply "i get the same problem". 4.- Search around the forum's there is already a fix.   And how much is the bet you are on co.cc or ej.am domain? ;)
  24. Well i recently got cs3 back on this old computer. I used to have cs2 on my laptop. And now aquired cs3. I made a simple banner. It's not quite finished yet. But i will be posting the final product while i go along creating it. Here it is:
  25. Re: Layout problem <td valign="top">
×
×
  • Create New...