Jump to content
MakeWebGames

weewooz

Members
  • Posts

    258
  • Joined

  • Last visited

    Never

Everything posted by weewooz

  1. Re: Blow members minds with the ULTIMATE explore page i also have had and made this afew years ago i thought it was for you to paste code so where is for users to copy the image and do the rest will be prob imposible just thought i would help the user who do not understand this at all
  2. Re: Advanced Dating (v1) where do i get the partner.php file from thanks guys
  3. Re: Register [Free] whats all this on first page bout protection what there listing where wud i add that mate any ideas ? im new to cding but im getting there now just a few things need to work on
  4. Re: Register [Free] thanks mate nice one sorry to sound thick if i cud plus 1 you still i wud great login and register bro thanks again for you help great guy nice one
  5. Re: Register [Free] im using the register mate nice one at that just dont understand the line ya gave me to put in reg to stop block same ip sign ups it started blah never had that before just wondering what the blah bit shud be in the bit you posted me to add to the register page bro
  6. Re: Register [Free] $blah i mean blah what do i put there just leabe it as that mate great post tho bro or do i just leave blah
  7. Re: Register [Free] yes i do whats the blah bit for what goes there if i dont add it im for ever blocking ips coz players always try it mate so where wud i add that mate
  8. Re: Register [Free] cam some one please tell me what im doing wrong im trying to block the multi accounts of the same ip in this register im add this into header but its making my page not work just givng me a blank white page here is what im putting guys $q=$db->query("SELECT * FROM users WHERE lastip='$IP' AND userid={$_POST['ref']}"); if($db->num_rows($q)) { die("No creating referral multies. Bad dog. >Back");   any help thanks guys
  9. Re: Email Activation That made no sense to me at all after you said what php files to make i could not understand what you was telling us to do dosent make any sense to me thanks mate if you could clear this up for us would be great ty
  10. Re: NEW USERS IMAGE GALLERY FREE!!!!! what does this do?
  11. Re: [Free] [v1] BB Gun / Shoot Someone in Back! sql as gone in now but had to change a few things im now getting when trying to use the page injure.php is you dont own a bb gun when i do any ideas thanks
  12. Re: [Free] [v1] BB Gun / Shoot Someone in Back! the sql dont work im using vr1 i get this   #1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'ADD `bbdamage` INT( 11 ) NOT NULL DEFAULT '0', ADD `bbfired` INT( 11 ) NOT NULL' at line 1   when trying to add the sql any ideas thanks
  13. Re: [Free] TownView he loves it dont worry bout that rolf
  14. Re: [Free] TownView i also agree with lostone as far as the drugs script goes man its not up no more lol so if any on as it for vr1 plz post ty
  15. Re: [mccode] Stats Market this dont work at all what are you trying to do look at what you posted again and think what is wrong but nice thinking man but if you dont keep this under control it will ruin ya game
  16. Re: [mccode] Supporter Packs im usinf vr 1 but they both dont show using that line dp and supporter in the header lol oh well ill give up with this as a few otheres have if ya read back thanks for heklping bro
  17. Re: [mccode] Supporter Packs nope mate thanks tho fro trying im not sure if ya can run both alot of people say you cant but im ot sire think ill just give up on this idea as i dnt think its a wise thing to use
  18. Re: [mccode] Supporter Packs can i jut say after all these posts its was orignal made for vr 1 which is on page one now the vr1 does not work at all alot of altering to the script and yes i know its free and people shunt moan and your right but te only thing what im having problems with is the header when you enter this like i have if($ir['donatordays']) { $u = "<font color=red>{$ir['username']}</font>";$d=""; } if($ir['supporterdays']) { $u = "<font color=yellow>{$ir['username']}</font>";$d=""; } is 1 when your credit the support pack to a user then lose the dps days and also it does show the the support image any help here i would love thanks to stop taking over dp days and to show both d days and supporter days
  19. Re: Swim Mod For V1&V2 [Free] maybe just me but dont work for vr 1 all i get is a blank white screen
  20. Re: [V2] Login Page Advanced $sql = "SELECT COUNT(userid) FROM users"; $rs = mysql_query($sql); $row = mysql_fetch_array($rs); $total_users = $row[0]; $sql = sprintf("SELECT COUNT(userid) FROM users WHERE (laston > %u)", time() - 900); $rs = mysql_query($sql); $row = mysql_fetch_array($rs); $users_online = $row[0]; $users_offline = $total_users - $users_online;   that will show users online and so on but it can be made will less lines
  21. Re: [V2] Login Page Advanced any fix for the users online and offline yet man
  22. Re: [V2] Login Page Advanced sorry if to be a pain but all i have is black screen with regster and so on it is this right
  23. Re: Free Jail feature Bribe The guard so as any one got a few version working vr 1 code because i cant get it to work saying im not in jail when i am thanks alot
  24. Hi there just a quick question as any one ever made a bingo mod coz if not its some thing i would like to try and make and post for you all to use thanks please post what you think?
  25. Re: Free Jail feature Bribe The guard either i cant code lol or this code dont work full stop sorry man nice code and that but probs all over when you are in jail it says ya not and if its the first time you use it it works but after that keeps saying your not in jail when you are i play with when i work it out ill post thanks
×
×
  • Create New...