Jump to content
MakeWebGames

Zero-Affect

Members
  • Posts

    3,713
  • Joined

  • Last visited

    Never

Everything posted by Zero-Affect

  1. Re: Guess the next poster Michael Jackson will post next :-D
  2. Re: One Big Code!   $post = 0; while($post < 696969) { echo 'you are a noob x'.$post.''; $post++; }
  3. Re: Av Bank [FREE] /50 would be 2% im sure that would work out in most scenarios may want to int or float it incase lets say 101 / 50 = 50.5 could be a issue lol
  4. Re: [mccode v2] Farming   lol, quite true, and at a glance... it could be saved a huge amount of code lines... as an example... from 30 lines to 1 $option = "1"; while ($option < "30") { ?> <option value="<?=$option?>"><?=$option?></option> <? } ?>   As this occurs twice... well 58 lines of code saved... ever heard of spacing? or did you just thing it was clever to make it 1 line instead of 6 $option = "1"; while ($option < "30") { ?> <option value="<?=$option?>"><?=$option?></option> <? } ?> people are here to learn not read sloppy coding... ?> ... don't even get me started...
  5. Re: [mccode v2] Preferences lol yeah i was half asleep d = defined u = undefined but both digit not alpha
  6. Re: [mccode v2] Preferences Nice job mate, lol looks great i so need to learn ajax lol
  7. Re: [mccode v2] Preferences   $_POST['newpic'] = mysql_real_escape_string($_POST['newpic']); $userupdate = sprintf("UPDATE users SET display_pic = ('%d') WHERE userid = ('%u') ", $_POST['newpic'], $userid); $db->query($userupdate); print "Pic changed!"; lol $userupdate = sprintf('UPDATE users SET display_pic = "%s" WHERE userid = %d ', $_POST['newpic'], $userid); $db->query($userupdate); %d - undefined and a user would be inputting text not digits...
  8. Re: Guess the next poster Daniel next
  9. Re: How did your RPG gaming start?   lol most people hate me because their girlfriends were allowed to talk to me lol English charm... i can't help it :-D
  10. Re: [mccode v2] Preferences display pics... profile sig... forum sig... three very obvious things found in different places why not click preferences and check rather than forum and profile... it's easier
  11. Re: [mccode v2] Preferences   if you can comment on security why not post a secured version or do you just like posting negative posts without a explanation or even a attempt to resolve it..
  12. Re: Working Proxy Blocker - Blocks MOST Proxies [$10] yep doesn't work well :p i got on also
  13. Re: Calling it a Day :) Merry Christmas illusion all the best and all one thing mate killah. radio and me are noobs i'd consider people with more experience :-D
  14. Re: [Mccode V2]View User i can give ya animation shop if ya want it... lol it's easy enough to edit images with
  15. Re: [mccode v2] Item sell code revamp ~ Last of the lot   that's built in with mcv2 hun... (itemselllogs)
  16. Re: [mccode] stop same ip transfers yeah there are more aspects to look at but basically doing this your inviting them to learn how to make multi's via proxies i think the statistic maybe wrong but 25% of RPG users know what a proxy is 10% know how to exploit
  17. Re: [Other] Simple Snow kyle are you on meds or something, the look of the website... not the mod he stole my css and the basic codes for tables... god it isn't that difficult to figure that out but im sure since your banned on kc that wouldn't really make sense to you. i will eventually edit that code and unban you toss me over your range sometime
  18. Re: [mccode v2] Item sell code revamp ~ Last of the lot I think you spend too much time with americans and have lost track of what you are - ENGLISH. Hooker? UPS? We have prostitutes and Royal mail. I suggest "finding yourself" before questioning others etc actually mate i type like that for one reason and one reason alone. the yanks on here never understand English slang and would get several questions about the royal mail... what is royal mail (for example) i love my country :-D considering i was joking your reply was kind of harsh maybe consider anger management ^JOKE!
  19. Re: [mccode v2] Item sell code revamp ~ Last of the lot how about i send you vd in a test tube via ups lol
  20. Re: [mccode v2] Item sell code revamp ~ Last of the lot My skills are crap compared to the top end of CE but even i know never to say something is secure. If you don't like being picked on i suggest never saying it's secure because then someone could easily "show you up" by stating and proving it isn't. I'm sure his criticism helped in a way which showed you how to rightly secure a digit post / get function to his knowledge. never state it's secure, i would say "secure to my knowledge" then if luke commented i'd send him a hooker with crabs... lol http://www.baltobikeclub.org/uploads/images/K2omMOexcGQ6KD6AF6LVSw/CRABS_Logo.jpg[/img]
  21. Re: [mccode v2] Updated forums depends on the php version
  22. Re: [MCcode V2] Item sell code revamp ~ Last of the lot why not just click ctrl + f4 and get over yourselves... that seems like such a good option i may do it myself it's so tempting lol great image i found for this... http://i181.photobucket.com/albums/x233/DrAzathoth/noob.jpg[/img] and another lol http://stuffworld.org/Themes/dilbermc/images/noob.jpg[/img] hey HELP ME! how fix! <?php print lol"; ?> TELL ME NOW!!!!!!!!!!!!!!!!!!!!!!! (that's a joke) Strip club anyone?
  23. Re: [mccode v2] Item sell code revamp ~ Last of the lot not bad idea for like username change and stuff
  24. Re: [mccode v2] Item sell code revamp ~ Last of the lot i think the approach of the experienced people is very good. most of the time they will not tell you how to fix it so you research what could be wrong... if your not smart enough to figure it out then your not cut for php...
  25. Re: [mccode] stop same ip transfers if you do that then why need staff lol i mean add a filter to all inputs (not using header) from cuss words stop ip xfers... patch all exploits and you have a game which runs itself lol
×
×
  • Create New...