Jump to content
MakeWebGames

Paul Evans

Members
  • Posts

    783
  • Joined

  • Last visited

Everything posted by Paul Evans

  1. all good concepts although i do prefer my version. 1 issue with your stud is that i don't even think that would work, EQ i do like yours but in the past when using ctype_digit i have noticed it doesn't always work which is why i recently switched my concepts of filtering digits, i leave it empty for filtering so i can easily direct the user to any issue with what they have entered (i know you could also add if (empty) into that so ill have to say nice work)
  2. $_GET['ID'] = ( isset($_GET['ID'])&&is_numeric($_GET['ID']) )?abs(intval($_GET['ID'])):''; Wouldn't this be better?
  3. I get errors but never lag... it's weird because it seems to be a code issue or maybe just server not connecting correctly to db?
  4. I would have to say it is alot better than my first attempt lol so good job! Although you may wanna review web templates for ideas sometimes i think professional looking games seem boring but on my game it comes off quite well with alot going on. Good luck in future.
  5. love it looks quite good and professional, easy to read IMO good work mate
  6. I like it illusions it's quite a good little script for a newb :) lol
  7. anyone see when it errors... annoys me it errors for hours
  8. I'm sorry what is it your doing?
  9. encrypt with what? they just patched mcv2 Kyle, http://v203.mccodes.com/
  10. there are quite a few mod makers on here who would actually make you one it's probably one of the most straight forward mods to make for MC, although i would wait and see if they add things like that into mcv3 you could always switch to v3 or pull it out of v3 and put it into v2. Note mcv3 won't be done for months it's just a suggestion.
  11. OMG i am so sorry i noticed the march and never noticed 2010 my bad daniel
  12. there is actually only the one available these days and that's cronus edition although i believe there was a free edition made because suddenly people have fully working bounty scripts on their site and to be honest i don't see them being cronus's editions (no offence).
  13. So it's new userlist... but it's old? So why not post the new code instead of the old code? I'm confused if you have improved it then why post php.net?
  14. Yeah i give quite afew hacks ago on the new engine (MCv2.0.3) spent a good few hours attempting hacks, give it a go let me know if you got anything http://v203.mccodes.com/
  15. i would start off slowly and review other peoples work and maybe take a look at any function you don't understand on php.net It's impossible to know it all even i don't know it all and i've been messing with it since i was 13 lol I can show you a nicely secure file if you want ill post one up sometime or just PM me on here.
  16. @ joshua actually firebug is just a easier way of doing it i used to do it with html files... lol did it on MD when it first came out to actually post announcements when i wasn't staff... @newttster maybe i just found it rather confusing advice lol
  17. im very confused about what someone said earlier about never mixing html and php... what exactly do you mean by that?
  18. As their been news of a update on this or something because i ain't seeing any of the bugs anyones posted... maybe im just a newb :( lol Can't find anything...
  19. danny good try but a few things just on the first few lines...   @include_once(DIRNAME(__FILE__) .'/globals.php'); why?   $st = (isset($_GET['st']) && is_numeric($_GET['ord'])) ? abs(@intval($_GET['st'])) : 0; $ord= (isset($_GET['ord']) && is_numeric($_GET['ord'])) ? abs(@intval($_GET['ord'])) : 'ASC'; // im confused why numeric if the values will be rather ASC or DESC $by = (isset($_GET['by']) && ctype_alpha($_GET['by'])) ? strip_tags(mysql_real_escape_string($_GET['by'])) : 'userid'; // so if i put userpass in here what would happen... think about it maybe try using the good old in_array function it works quite well [mysql]u.*, g.*, c.cityname, c.cityid[/mysql] why?
  20. wow i would suggest against using that mod, if you have a valid mc license i'd probably wait for the new patch that seems rather secure IMPO
  21. post the entire mod, that would be great.
  22. just curious what version of mc this is as it's not actually secure
  23. never actually had a mc license but i believe kieran is correct
  24. love that sniko interesting one... I'm testing it right now myself and ain't found much (considering i found 3 in 2 minutes when i tested 2.0.2c) so somethings gone right but i'm sure ill find something :D
×
×
  • Create New...