Jump to content
MakeWebGames

DJ Rankin

Members
  • Posts

    64
  • Joined

  • Last visited

    Never

Everything posted by DJ Rankin

  1. Re: BUY MODS!!! other people sell mods
  2. Re: BUY MODS!!! no sorry but they are worth it tho
  3. These are not your mods to sell - Isomerizer.
  4. Hi can any one give me some tips on running a hosting site thanks.
  5. Hi there , Im making a image to put on my site put i dont want people to nick it and save it to there desktop how do i make it not to do that.   ps +2
  6. Re: PLEASE READ!!!!!! wot about the link <form action="http://www.zendurl.com/s/shoping1/test3/index1.htm">ENTER</a> wen u put dat near the input type the pop up dosnt come up
  7. Re: PLEASE READ!!!!!! oh i tryed that tho the pop up dosnt come up
  8. Re: PLEASE READ!!!!!! sorry i dont get u i want it to go http://www.zendurl.com/s/shoping1/test3 ... .htm....... i dont think u get me im making a terms and servies and im using the java script kit code for it but its a submit button i dont want that i want it as Enter not the <input type submit button
  9. Re: PLEASE READ!!!!!! thats the thing i dont know the full code for it the tearms bit so u cn press submit untill the box is checked i want this script as ENTER <SCRIPT language=JavaScript> <!-- //Accept terms & conditions script (by InsightEye www.insighteye.com) //Visit JavaScript Kit (http://javascriptkit.com) for this script & more. function checkCheckBox(f){ if (f.agree.checked == false ) { alert('Please check the box to continue.'); return false; }else return true; } //--> </SCRIPT> <form action="/yourscript.cgi-or-your-page.html" method="GET" onsubmit="return checkCheckBox(this)">   By submitting, I agree that all info entered was done accurately & truthfully. I accept: <input type="checkbox" value="0" name="agree"> <input type="submit" value="Submit form"> <input type="button" value="Exit" onclick="document.location.href='/index.html';"> </form>
  10. im makin a tearms and servies thing on my game but wen i press submit it gose to the main website i want it to say please check the tearms and servises do you know how? iv done a link like Enter i want it the same without the
  11. please can some one help me iv tryed making one but no luck please could you make me a form and when you press submit it gose to my email   Thanks +6
  12. Re: HOUSE TAX!!!! thanks
  13. Re: HOUSE TAX!!!! ok cheers mate
  14. Re: HOUSE TAX!!!! if not can you have a look of that please http://criminalexistence.com/ceforums/i ... ic=12487.0
  15. Re: HOUSE TAX!!!! i want it tho:(
  16. Re: HOUSE TAX!!!! cause i want to lol
  17. Re: HOUSE TAX!!!! it dosnt send any events it says Totally there were 1 rows which were executed.
  18. Re: HOUSE TAX!!!! k sorry for that rude post truly sorry but i want the house tax to take it out of the bank if you dont have it in hand and if you have it in hand it takes that
  19. Re: HOUSE TAX!!!! its not takin money from hand
  20. Hi i got an Email Validation but wen i register i get an email wid a code to press but it wont let me login it says failed heres my code this is in register.php   mysql_query("INSERT INTO users (username, login_name, userpass, level, money, crystals, donatordays, user_level, energy, maxenergy, will, maxwill, brave, maxbrave, hp, maxhp, location, gender, signedup, email, bankmoney, lastip, valid, confirmed) VALUES( '{$username}', '{$_POST['login']}', '{$_POST['password']}', 1, $sm, 1, 0, 1, 12, 12, 100, 100, 5, 5, 100, 100, 1, '{$_POST['gender']}', unix_timestamp(), '{$_POST['email']}', -1, '$ip', 0, 0)",$c);
  21. Re: HOUSE TAX!!!! well code it then
  22. Hi i need this mod to take money out of the bank if you dont have it in hand and if you dont have it in hand you lose your house   <?php include "mysql.php"; global $c; include "global_func.php"; //House Tax Update $uq=mysql_query("SELECT * FROM users"); $Row=0; while($r=mysql_fetch_array($uq)) { $will = $r['maxwill']; $hq=mysql_query("SELECT * FROM houses WHERE hWILL='{$will}'"); if(mysql_num_rows($hq) == 0) { } $r2=mysql_fetch_array($hq); if($r['money'] < $r2['hTAX']) { $money=$r['money']; event_add($r['userid'],"You failed to pay the tax, so you have lost the house.",$c); mysql_query("UPDATE users SET money=money+{$r2['hPRICE']}, maxwill=100 WHERE userid={$r['userid']}"); } else { mysql_query("UPDATE users SET money=money-'{$r2['hTAX']}' WHERE userid='{$r['userid']}'"); } $Rows++; } ?> Totally there were <?php print($Rows); ?> rows which were executed.
  23. Re: Warning: mysql_connect() [function.mysql-connect]: Too many connections in . CAN YOU STOP POSTING AND ASKING FOR STUFF YOU WONT GET IT FREE!!!!
  24. Re: RITE!!, Everyone's Wish Has Been Granted!!! where did u download it
  25. Re: HELP!!!!! i dont know maths tho im not good at it i want the 15 brave exp to go up to 9 exp or somthing but when i go to lvl 1 i want the exp to go up in that
×
×
  • Create New...