Jump to content
MakeWebGames

Magictallguy

Administrators
  • Posts

    2,123
  • Joined

  • Last visited

  • Days Won

    143

Everything posted by Magictallguy

  1. Re: Texas Hold 'Em Mod I will happily take it for free!!! xD
  2. Re: online/offline/total users   <?php $SecondsCounter = 600; $IPadres = $_SERVER["REMOTE_ADDR"];; $visitorsdb = "visitors.dat"; $time = time(); $count = 1; $file = file($visitorsdb); $OpenFile = fopen($visitorsdb,"w"); fputs($OpenFile,"<?php exit; ?>"); while(list($nr,$line) = each($file)) { list($time,$ipadres) = explode("|",$line); if($time > $time-$SecondsCounter && $ipadres != $IPadres) { fputs($OpenFile,"\n$time|$ipadres|"); $count++; } } fputs($OpenFile,"\n$time|$IPadres|"); fclose($OpenFile); echo sprintf("%s user%s online", number_format($count), $count == 1 ? "" : "s"); ?> That right?
  3. Re: online/offline/total users And of course Nyna's works so yea.. xD
  4. Re: Crime Problem Maybe he likes Italics? xD
  5. Re: Generate Password And it's good to know you too. If people have removed the "access denier" to the staff pages while editing them (some people actually do that..) then yea. Think about it   if you know anythin about the mail function u would realise what a tit u are now
  6. Re: Admin panel Added - still isn't working :( I'll continue to play with it though
  7. Re: Admin panel Ah yea - it's always the simple things isn't it?
  8. Re: battlearena Hehe - would make a lot of sense wouldn't it? xD  
  9. Re: Generate Password Staff Panel -> Mail logs..
  10. Can anyone tell me why the admin panel keeps going to the admin login page after *every* admin page visited?
  11. 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..
  12. Re: online/offline/total users It simply says: online and that's it xD
  13. Re: online/offline/total users I'll have a look at it and post a screen shot of it!
  14. Re: Count Users Clicks Free mod for use - not flaming... Why can't you see this?
  15. 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
  16. Re: Password Protect Pages That's what I was thinking!! xD
  17. Re: new login.php   I do! And any screenies?
  18. 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..
  19. 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
  20. Re: Free 2 - Icons lol - You had to be there to understand xD
  21. 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
  22. Re: [v2] Stafflist enhanced [v2] I can vouch for that - It really does get you nowhere!  
  23. Re: CrystalShop Mod!! Free!! That has pretty much already been said...
  24. 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.  
  25. 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!
×
×
  • Create New...