Jump to content
MakeWebGames

mshaeffer

Members
  • Posts

    8
  • Joined

  • Last visited

    Never

mshaeffer's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. I keep getting this error: User 'username' has exceeded the max_questions resource (current value: 100000) I have contacted my host and they have told me each user on the database has a limit of 100000 hits allowed in a 1 hour time period. They also said that the limit is per user. They suggested adding more users to the database and making it call to different ones if one reaches the limit. Now, I can make more users on the database, but I do not know how I would code that on my mysql.php page. This is how the mysql.php page looks now: <? $c=mysql_connect('host','username','password') or die(mysql_error()); mysql_select_db('database name',$c); ?> How would I make it so it can call to multiple usernames, in essance, raising my hourly limit by 100k per user?
  2. Re: Gangs and Gang Wars do you guys do anything to control this, or do you just let it go?
  3. How do you guys handle wars? I have one gang that is strong enough to, pretty much, control any and all wars. Does anyone control this kind of thing? I am getting messages from newer players saying they don't want to start wars because this one gang will jump in unprovoked just to demand money from them. It is starting to upset the newer players and the newer gangs because this one gang basically controls everything. Is there a time when one player has too much control over the game?
  4. Re: code not optimized?   What do you mean by this?
  5. Has anyone ever had a problem eating up too much cpu time or having too many cgi/php/cron hits? I recently moved to a new host and now all hell has broke lose. I sent a message to support and I got this back: The "Site Stopped" message you have encountered on your website indicates that your site has a reached a threshold limit of 4000+ seconds of CPU in the past hour, or 10000+ cgi/php/cron hits in the past hour. We would like to inform you that an average site uses 50 seconds of CPU per hour and gets 20 cgi hits per hour. Your website will be temporarily disabled for a 1 hour period after which it will be re-enabled so that visitors may browse to it again. If your website is a busy website with high CPU/CGI/PHP/CRON requirements, then we recommend that you consider upgrading your account Does anyone have any idea what would be causing this? Is it the flashchat I am using? Any help or advice would be great!
  6. Re: Developing locally on your own local PHP/MySQL/Apache server as far as I can tell it does
  7. Re: Developing locally on your own local PHP/MySQL/Apache server I downloaded WAMP to mess around with the orignal v1.1 code I purchased but I cant seem to log in to the game now. I installed the orignal code and the orignal sql_schema and when I try and log in using admin:admin I get this error: Warning: mysql_query(): supplied argument is not a valid MySQL-Link resource in C:\wamp\www\authenticate.php on line 12 Can someone help me?
  8. Re: Help   lol, where is this paid section, and how do I gain access? I have purchased a copy of the codes.
×
×
  • Create New...