Jump to content
MakeWebGames

WickedJester

Members
  • Posts

    31
  • Joined

  • Last visited

    Never

Everything posted by WickedJester

  1. Re: free welfare mod if($ir['user_level'] != 2) { die("You Are Not An Admin!!!"); }   would be the correct way to do it
  2. Re: Explore.... if you dont see anything post the section from <td> to </td> or the whole page
  3. Re: Explore.... if($ir['location'] == 5) { print " Crystal Bank Cyber Bank "; } should work, the first IF wasnt closed properly
  4. Re: Money on my game unless they are referring to the donations page, then you would need to look through the donator.php and the willpotion.php and change where it says usdollar to whatever you want it to be, but thats just assuming it wasnt meant to refer to game money
  5. Re: Starting off... there was one error i saw there, it still would have given 0 crystals cause in the INSERT query it said 0 instead of $sc
  6. Re: Header Enjoy the wait for McCodes to get back to you, to change the header banner just upload your img, delete theirs and name yours the same as the mccodes one was
  7. Re: Please help with staff names $u=$ir['username']; if($ir['ul_color']) { $uname="<font color='{$ir['ul_color']}'>"; if($ir['ul_isbold']) { $uname.=""; } $uname.=$ir['username']; if($ir['ul_isbold']) { $uname.=""; } $uname.="</font>"; $u=$uname; } else if($ir['donatordays'] && $ir['user_level'] !=2) { $u = "<font color=red>{$ir['username']}</font>"; } else if($ir['user_level'] ==2) { $u = "<font color=red>{$ir['username']}</font>"; }   should work for just admins or for all staff could do   $u=$ir['username']; if($ir['ul_color']) { $uname="<font color='{$ir['ul_color']}'>"; if($ir['ul_isbold']) { $uname.=""; } $uname.=$ir['username']; if($ir['ul_isbold']) { $uname.=""; } $uname.="</font>"; $u=$uname; } else if($ir['donatordays'] >0 && $ir['user_level'] ==1) { $u = "<font color=red>{$ir['username']}</font>"; } else if($ir['user_level'] >1) { $u = "<font color=red>{$ir['username']}</font>"; }   im not a super coder myself but that might work let me know if it doesnt
  8. Re: promo code the $sm is starting money which is default of 100 so the promo code would start them at $200 instead, i turned mine up to add 900 so they get 1000 total when they use the promo code
  9. Re: PHP Versions i know mine is running on a php5
  10. Re: would this be possible yeah i would say with the need for high speed to play these games being minimized probably half of the players run on dial up or non static high speed even, you would lose so many players and possibly encounter problems if someone signed up and donated and then tried to come back and were locked out.
  11. Re: New Website No Crons there is a V2 staff panel thats converted to V1 on here somewhere, but in your first post here you said you have V2 so???
  12. Re: Free Carnival ok well than that would be the problem, use the other version of it, and Ruiined-Priince why do you capialize every word?
  13. Re: Updated Mailbox [v1] sued for what, there is tons of games out there that look similar to others if it was exact match comepletely then maybe, but i have seen TC and its not an exact match
  14. Re: Free Carnival are you trying to use it on the wrong coresponding version? and getting that error
  15. Re: Free 2 - Search this is a neat layout change to the old search, i might not use it but none the less thanks for the cool mods
  16. Re: Free 2 - Gym thats awesome! thanks for sharing
  17. Re: Free gamedemo thingy   Or mebbie he is a decent coder but has never heard of mccodes :p Bump I agree, maybe he is a good enough coder that he has never had to deal with the shitbag called McCodes or DBS Codes now, probably changed the name cause McCodes has such a bad name now, anyways just cause someone doesnt make a ton of posts of what yall call "good" mods has nothing to do with their coding ability, i can see that its possible that the words just came out wrong but it looks like ppl like to talk about everyones abilities, i am a noob and i wont post any mods that i have made on here because of this crap
×
×
  • Create New...