Jump to content
MakeWebGames

Magictallguy

Administrators
  • Posts

    2,140
  • Joined

  • Last visited

  • Days Won

    148

Everything posted by Magictallguy

  1. Re: Generate Password Staff Panel -> Mail logs..
  2. Can anyone tell me why the admin panel keeps going to the admin login page after *every* admin page visited?
  3. Re: Generate Password Because that would be one of the most idiotic things to do xD If not secured properly - people could an SQL injection against it People reading mail logs could gain access to the account..
  4. Re: online/offline/total users It simply says: online and that's it xD
  5. Re: online/offline/total users I'll have a look at it and post a screen shot of it!
  6. Re: Count Users Clicks Free mod for use - not flaming... Why can't you see this?
  7. Re: [mccode] Improved Estate Agents for v2.0 Thank you - I'm glad someone made sense of this. I was reading through and got a headache! xD
  8. Re: Password Protect Pages That's what I was thinking!! xD
  9. Re: new login.php   I do! And any screenies?
  10. Re: Generate Password Which is indeed what the topic title suggests: "GENERATE PASSWORD" Not: "GENERATE PASSWORD, STOP HACKS, STOP MULTIS, STOP ANYTHING ELSE..." Damn people..
  11. Re: Free 2 - BLIP Tables (Blocked IPv4 Addresses by CIDR) Haha - htdocs for most servers that I've seen is where the private stuff is stored. public_html (or www) is the default folder these days.. So yea - stick it in there and you're fine xD
  12. Re: Free 2 - Icons lol - You had to be there to understand xD
  13. Re: [mccodes] Anti-cheat/injection mod - Lose money/crystals if you get too much. Must say I do prefer Nyna's way - any day xD
  14. Re: [v2] Stafflist enhanced [v2] I can vouch for that - It really does get you nowhere!  
  15. Re: CrystalShop Mod!! Free!! That has pretty much already been said...
  16. Re: New improved mailbox. Using the Replace method of a String class. This would replace single quotation marks with two adjacent single quotation marks to make sure that the data is formatted correctly when you concatenate values for a SQL statement.  
  17. Re: [v2]***UPDATED*** Staff Action: Full User Details[v2] A few small edits so it doesn't screw up and it works fine! xD   Little side note: Anyone who wants the fixed up version (for those too lazy to do it themselves! :P) just mail me!
  18. Re: Gym Record Good idea xD
  19. Re: [V1]Paper Boy Panel With New User Level[V1] Change the $db->result to mysql_result $db->results don't exist! xD
  20. Re: free welfare mod CREATE TABLE `welfare` ( `welmoney` INT( 11 ) DEFAULT '2000' NOT NULL , `welcry` INT( 11 ) DEFAULT '10' NOT NULL , `welstat` INT( 11 ) DEFAULT '20' NOT NULL , `user` INT( 11 ) NOT NULL ) TYPE = MYISAM ; ALTER TABLE `users` ADD `welfare` INT( 11) NOT NULL default 0; ALTER TABLE `users` ADD `welfare_paid` INT( 11) NOT NULL default 0;
  21. Re: online/offline/total users Ooooo. I wouldn't get pissy with Nyna if I were you.. I did that once - still regret it to this day..  
  22. Re: Free 2 - Icons *mumbles a few swear words* xD  
  23. Re: Free 2 - Icons Maybe turning them into href's may be a good idea.. (If you don't know how to do this - you are beyond help...)
  24. Re: Free 2 - Icons Works wonderfully! - As always! :D
  25. Re: Gym Record How would you set it up to work with Nyna's gym? Found Here I've tried and failed!
×
×
  • Create New...