Jump to content
MakeWebGames

Paul Evans

Members
  • Posts

    783
  • Joined

  • Last visited

Everything posted by Paul Evans

  1. Source: http://samplev2.mccodes.com/preferences.php?action=picchange2 Imputed: logout.php?x=.gif Don't see it...
  2. via preferences or mysql?
  3. via display picture on the UI side?
  4. I am still curious how exactly you hacked the display on 2.0.3 i couldn't do it using the UI side...
  5. http://www.guardian.co.uk/technology/2006/mar/29/news.newmedia Funnier one i'd of sued their bloody eye balls out.
  6. They love cartoons in Japan... even i can't follow the issues enough to understand everything which is happening so...
  7. gratis is a mean word ZU do not swear at me again!
  8. Yep he did :)
  9. Thanks a lot Guys/Girls appreciate it :D
  10. New Player Message
  11. Seems to work on my version, sure you imputed it correctly?
  12. Always bothered me that, i don't think it's like that in 2.0.3 though (may wanna upgrade).
  13. :P i didn't read that my bad
  14. how did you make the barb wire...
  15. http://www.google.co.uk/search?q=free+templates
  16. I assumed the guy wanted it on loggedin or whatever but if you use the search function the event/mail welcome has been doing.
  17. They need the newer version of the script and really if you can't install it you shouldn't be.
  18. you could do it due to daysold ? if ( $ir['daysold'] == 0 ) { echo 'text'; }
  19. I've not had the pleasure sadly :)
  20. just ask them if they will protect against a psu infect (lmao) or if they protect against (made up virus name) PE-Stealther099902.k
  21. which part of the image is hackable (i've seen the preferences and viewuser) preferences: $image = (@getimagesize($_POST['newpic'])); if ( !is_array($image) ) { echo 'Invalid Image. > [url="preferences.php?action=picchange"]Go Back[/url]'; die($h->endpage()); } Although if you edit it by myphpadmin then it will go through as i believe they didn't add getimagesize on viewuser. Simple fix would be to goto viewuser... Replace line 55 : echo ($r['display_pic'])?'[img='.$r['display_pic'].']':'No Image'; With this: $image = (@getimagesize($r['display_pic'])); echo ( is_array($image) )?'[img='.$r['display_pic'].']':'No Image';
  22. they didn't?
  23. Oh lol noticed i had not updated to FF4 :( have now i actually like the look but the lack of the status bar is abit annoying but still it does show the link at the bottom and the refresh button changes to the stop button when loading so not bad!
  24. Ah my host changed all my passwords recently due to a virus infecting windows PC's could have a connection to this.
×
×
  • Create New...