Jump to content
MakeWebGames

Agon

Members
  • Posts

    120
  • Joined

  • Last visited

Everything posted by Agon

  1. Re: Mccodes Lite Userstats IQ Bug HauntedDawg, would I have to change every single query on every single page? WOW I guess I should consider if it's worth the time to edit 97 .php files with new queries or just upgrade to V1 or V2
  2. Re: Mccodes Lite Userstats IQ Bug I don't have MSN, any other way?   I prefer not to install MSN on my box. But I can if I have to. Could you maybe meet me in my in game chatroom or IRC chat? I'm a linux user and a fan of open source, MSN goes against my personal beliefs.
  3. Re: Mccodes Lite Userstats IQ Bug Let me reword this a little bit. It's writing to the database for some users but not others. I don't think it has to do with the query. I will take your advice on using a more secure query though. Thanks. It is something beyond my grasp. Maybe a user limit is set somewhere in another .php file? Possibly globalfunc.php or header.php?
  4. Hello everyone. I have an odd problem today. Here's the snips of the code I'm having an issue with. Dealing with random.php   $IQ=rand(1,2); mysql_query("UPDATE users SET IQ=IQ+$IQ WHERE userid=$userid");   Ok, here's my problem. It pays some users IQ and others it does not. I don't understand why it would work for some players but not all. Also, it used to pay every player and now it does not. I don't think the bug has anything to do with the query. I think it has something more to do with Mccodes Lite. Anyone have any ideas on this? Thanks.
  5. Re: [mccode] Cityname in Mainmenu What I'm trying to do is have a different city name fetch a different link. for example city1 goes to explore.php and city2 goes to explore2.php It's in my head somwhere, I'll figure it out.
  6. Re: [mccode] Cityname in Mainmenu Something like this maybe: $city = mysql_fetch_object(mysql_query("SELECT cityname FROM cities WHERE cityid = ".$ir['location']." "));   $r=mysql_fetch_array($d); if($r['location'] = 1) print" $city->cityname " else if($r['location'] = 2) print " $city->cityname "   I'm close, my brain has almost got it. Learning here, doing my best.
  7. Re: [mccode] Cityname in Mainmenu This idea is simple yet wonderful. It adds that custom touch the players enjoy. Now I'm trying to decipher how to make it fetch a different explore.php for each city. I'll post once I figure it out.
  8. Re: Energy not going up? I'm having a similar issue with crons and energy not going up for my users. I've got it narrowed down to this. Or at least I think so. Earlier when I began building. I deleted some not needed test accounts I had created. Basically I deleted users 8, 9, and 10 from my users table. I have 30 users at the moment. Users 1-7 update all crons just fine. Users 11 - 30 update all crons except energy. I've checked mySQL tags etc. in my cron files and everything looks tip top. I'm basically trying to figure out a way to repair the issue without having to delete and redo my users, and users stats tables. I'm working with Mccodes Lite. Any tips, tricks, ideas would be greatly appreciated. Anyone else ever run into this situation? Thanks.
  9. Re: [mccode] Whore House Mod FREE I'm using this mod for Lite, and was trying to figure out a way for the player to get randomly busted by an undercover cop.
  10. Re: Logged out users don't cron. I got it figured out. Apparently while we were updating crontab it created a small glitch. As users log in, the stats begin to refresh again.
  11. Re: Logged out users don't cron. Ok, even more funky. Two admins energy is refreshing, and we've tested with two players. But.. I have four players who's energy is not updating while logged out.
  12. Hi everyone. I'm still pretty new at this. Hope I'm asking this question correctly. My logged out users are not updating stats. My logged in users are. Any ideas?
  13. Re: [mccode v1] Bank Works for me. Thanks!
  14. Re: Drug Place Lite version works great. Thanks!
  15. Re: [Mccodes Lite] Jobs I just noticed my last post would force someone to create a user to view the page. I can copy paste any code if necessary.
×
×
  • Create New...