Status
Not open for further replies.

TandyServices

Customer
Well hello all. It has been a while since I used vBulletins and now trying to get back into it. I have a fresh install of 4.2.2. I only added credits and the arcade. I see all the posts here of the problems and does not seem to have any that will fix mine.
I can play the games as normal. After the games are played the leader board from mochi or something come up. I enter my name and submit to that. But that does not submit to my arcade. Also the jackpot goes up but not paying out because it does not submit to my arcade?
I deleted all games and only added about 50 because I know I was having a hard time last time with bad games that would mess up the arcade. Thinking that was it.
I went though my permissions and attach two images here. I also attached my htaccess which the arcade made besides me using 5.4 php files. I only download the games that have local scoring and also played a few different games that I download and none work for keeping score and winning jackpots. I have checked the manage games and yes they do support local scoring.
I don't know if it is a htaccess or if there are to be php settings I have not set right.

Any help would be great and thank you for your time..
 

Attachments

  • htaccess.txt
    1.2 KB · Views: 2
  • Arcade Permissions1.png
    Arcade Permissions1.png
    463.9 KB · Views: 4
  • Arcade Permissions2.png
    Arcade Permissions2.png
    522.9 KB · Views: 3
The following entries are required in your .htaccess file, can you verify that they are present?

Code:
RewriteEngine On

# Retrieve gamedata requests and send to new dbtech locations
RewriteRule ^arcade/gamedata/(.*) dbtech/vbarcade/media/$1 [L]

# Retrieve crossdomain requests and send to new dbtech location
RewriteRule ^crossdomain\.xml dbtech/vbarcade/crossdomain.xml [L]

# Send hardcoded pnf+ipa scores to arcade instead
RewriteCond %{QUERY_STRING} func=storeScore [OR]
RewriteCond %{QUERY_STRING} autocom=arcade [OR]
RewriteCond %{QUERY_STRING} act=Arcade
RewriteRule .* arcade.php [L,QSA]

# Reroute v3arcade liveinstaller
RewriteCond %{QUERY_STRING} do=liveinstall
RewriteCond %{REQUEST_URI} v3arcade_admin\.php

# If you renamed your admincp directory, change it here
RewriteRule .* %{DOCUMENT_ROOT}/admincp/arcade_admin.php?%{QUERY_STRING}&do=review&import=browse&system=v3a [L,R=301]
 
Yes.. It shows in the htaccess text I uploaded.. I removed the whole htaccess on my site and the only thing that changed was I was running on 5.2 php file instead of 5.4.. So I know it is reading the htaccess file.. It is running 5.4 now..

Still no help on this what it could be.. Maybe a php setting I did not set? Where is John the maker of the arcade? Is he still around. He got it going last time..

Thanks for your help
 
Last edited by a moderator:
I don't suppose you know / remember what he did? As he is unavailable and I'm not the original developer, any assistance in figuring out what this could be would be most appreciated.
 
I don't really know.. He got on and said something about permissions and I thought I had it all set the same as what he did back then.. I am really lost at this..
 
Hmm, you wouldn't happen to have the PM records or chat logs (if it was MSN/Skype)? It would help tremendously.
 
I was thinking the same thing. It was over a year ago and all messages here has been deleted I guess.. I have my sent messages but nothing in my inbox. That was the only way we talked back then. Either PM here or talked on the forum.. And there is no deleted messages...
 
Is there a way to test to make sure the htaccess is really working for the arcade? I know it is working to call the php5.4.. When I commit out the .htaccess to ~.htaccess it goto to the default php 5.2... but the
# Set to bulletin directory RewriteBase /
Is that right when I am using Bluehost and all files are located in my public_html folder?
Here is my whole htaccess file again.

Code:
<IfModule mod_rewrite.c>
  RewriteEngine on


  # Set to vbulletin directory
  RewriteBase /


  # Retrieve gamedata requests and send to new dbtech locations
  RewriteRule ^arcade/gamedata/(.*) dbtech/vbarcade/media/$1 [L]


  # Retrieve crossdomain requests and send to new dbtech location
  RewriteRule ^crossdomain\.xml dbtech/vbarcade/crossdomain.xml [L]


  # Send hardcoded legacy scores to arcade instead
  RewriteCond %{REQUEST_URI} newscore\.php [OR]
  RewriteCond %{REQUEST_URI} viewgame\.php
  RewriteRule .* arcade.php?sendscore=legacy [L,QSA]


  # Send hardcoded legacy scores to arcade instead
  RewriteCond %{QUERY_STRING} func=storeScore [OR]
  RewriteCond %{QUERY_STRING} autocom=arcade [OR]
  RewriteCond %{QUERY_STRING} act=arcadelib [OR]
  RewriteCond %{QUERY_STRING} act=Arcade
  RewriteRule .* arcade.php [L,QSA]


  # Reroute v3arcade liveinstaller
  RewriteCond %{QUERY_STRING} do=liveinstall
  RewriteCond %{REQUEST_URI} v3arcade_admin\.php


  # If you renamed your admincp directory, change it here
  RewriteRule .* %{DOCUMENT_ROOT}/admincp/arcade_admin.php?%{QUERY_STRING}&do=review&import=browse&system=v3a [L,R=301]
</IfModule>
# Use PHP5.4 Single php.ini as default
AddHandler application/x-httpd-php54s .php

I'm still thinking something is wrong with it..
 
Could you please create and PM me with a temporary FTP and AdminCP account?

For security reasons, we recommend you create a new FTP account only for DBTech support, then disable or delete it after we have both confirmed the issue has been solved and there are no further issues.

The same applies to AdminCP accounts; they should ideally be temporary accounts created for us only. If we have created an account on your site already, you can optionally boost that account to Administrator and then de-admin this account once the issue has been solved.

If you use a .htaccess password protection for your AdminCP directory, it is recommended that you create a new authorised user for DBTech and remove this user once the issue has been solved.

Please test any temporary accounts you create to ensure that the FTP account has access to the forum files, and that the AdminCP account can access the administrative controls for the product we are assisting you with.

Ensuring this is all in order before submitting the information will significantly speed up the process of assisting you. We will alert you via PM if there's any issues with the login information you have provided.

When sending the PM, for your security you should also un-tick the "Save a copy in my Sent Items folder" checkbox. When the access details have been received, we will delete the PM from our inbox. Ensuring you have not kept a copy of the PM reduces the risk of security breaches.

Thank you for helping us debug our products and allowing us to assist you, we appreciate it :D
 
I am still working on this and trying to make it work.. I have uninstalled it and removed everything from the server.. I then re installed it. Set the setting then removed all categories. I then tried to import from Mochi. After about a minute now I get this:
[h=1]Internal Server Error[/h]The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, webmaster@samsfeathersandfriends.com and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.

Apache/2.2.25 (Unix) mod_ssl/2.2.25 OpenSSL/1.0.0-fips mod_bwlimited/1.4 mod_fcgid/2.3.6 Server at SAM's Feathers & Friends Port 80
 
You'll need to contact your host to find the actual error message behind that generic error, if you don't have access to the error_log file yourself.
 
In that case, please try contacting your host and see whether they have any advice. 500 ISE is a general server error that doesn't have any information needed to fix it, so if the reason isn't found in the error_log file then I'm at a loss :(
 
Ok I took all mods off and made sure there was no errors. I then installed info panels and credits.. Now this morning I installed the arcade to try it out one last time.. it still throws me the errors when trying to import games.. You asked for a error log.. Well I found it.. I should state I am on a dedicated server.. So I should be able to do anything that is needed.. Here is the error log for today only because it is so large..

Code:
[Wed Dec 25 07:13:05 2013] [error] [client 75.115.197.53] File does not exist: /home/sam/public_html/500.shtml, referer: http://www.samsfeathersandfriends.com/admincp/arcade_admin.php?do=review
[Wed Dec 25 07:08:16 2013] [error] [client 75.115.197.53] File does not exist: /home/sam/public_html/404.shtml, referer: http://www.samsfeathersandfriends.com/admincp/arcade_admin.php?do=games&page=1&perpage=25&sort=&inactive=0&tags=&search=
[Wed Dec 25 07:08:16 2013] [error] [client 75.115.197.53] File does not exist: /home/sam/public_html/dbtech/vbarcade/media/scorpionbox, referer: http://www.samsfeathersandfriends.com/admincp/arcade_admin.php?do=games&page=1&perpage=25&sort=&inactive=0&tags=&search=
[Wed Dec 25 07:08:16 2013] [error] [client 75.115.197.53] File does not exist: /home/sam/public_html/404.shtml, referer: http://www.samsfeathersandfriends.com/admincp/arcade_admin.php?do=games&page=1&perpage=25&sort=&inactive=0&tags=&search=
[Wed Dec 25 07:08:16 2013] [error] [client 75.115.197.53] File does not exist: /home/sam/public_html/dbtech/vbarcade/media/pony-care, referer: http://www.samsfeathersandfriends.com/admincp/arcade_admin.php?do=games&page=1&perpage=25&sort=&inactive=0&tags=&search=
[Wed Dec 25 07:08:16 2013] [error] [client 75.115.197.53] File does not exist: /home/sam/public_html/404.shtml, referer: http://www.samsfeathersandfriends.com/admincp/arcade_admin.php?do=games&page=1&perpage=25&sort=&inactive=0&tags=&search=
[Wed Dec 25 07:08:16 2013] [error] [client 75.115.197.53] File does not exist: /home/sam/public_html/dbtech/vbarcade/media/kit-napped, referer: http://www.samsfeathersandfriends.com/admincp/arcade_admin.php?do=games&page=1&perpage=25&sort=&inactive=0&tags=&search=
[Wed Dec 25 07:08:16 2013] [error] [client 75.115.197.53] File does not exist: /home/sam/public_html/404.shtml, referer: http://www.samsfeathersandfriends.com/admincp/arcade_admin.php?do=games&page=1&perpage=25&sort=&inactive=0&tags=&search=
[Wed Dec 25 07:08:16 2013] [error] [client 75.115.197.53] File does not exist: /home/sam/public_html/dbtech/vbarcade/media/rabbit-trap_v394620, referer: http://www.samsfeathersandfriends.com/admincp/arcade_admin.php?do=games&page=1&perpage=25&sort=&inactive=0&tags=&search=
[Wed Dec 25 07:08:16 2013] [error] [client 75.115.197.53] File does not exist: /home/sam/public_html/404.shtml, referer: http://www.samsfeathersandfriends.com/admincp/arcade_admin.php?do=games&page=1&perpage=25&sort=&inactive=0&tags=&search=
[Wed Dec 25 07:08:16 2013] [error] [client 75.115.197.53] File does not exist: /home/sam/public_html/dbtech/vbarcade/media/my-pretty-foxy-care, referer: http://www.samsfeathersandfriends.com/admincp/arcade_admin.php?do=games&page=1&perpage=25&sort=&inactive=0&tags=&search=
[Wed Dec 25 07:08:16 2013] [error] [client 75.115.197.53] File does not exist: /home/sam/public_html/404.shtml, referer: http://www.samsfeathersandfriends.com/admincp/arcade_admin.php?do=games&page=1&perpage=25&sort=&inactive=0&tags=&search=
[Wed Dec 25 07:08:16 2013] [error] [client 75.115.197.53] File does not exist: /home/sam/public_html/dbtech/vbarcade/media/stunt-moto-mouse-2, referer: http://www.samsfeathersandfriends.com/admincp/arcade_admin.php?do=games&page=1&perpage=25&sort=&inactive=0&tags=&search=
[Wed Dec 25 07:08:16 2013] [error] [client 75.115.197.53] File does not exist: /home/sam/public_html/404.shtml, referer: http://www.samsfeathersandfriends.com/admincp/arcade_admin.php?do=games&page=1&perpage=25&sort=&inactive=0&tags=&search=
[Wed Dec 25 07:08:16 2013] [error] [client 75.115.197.53] File does not exist: /home/sam/public_html/dbtech/vbarcade/media/kemonomimi-make-over-game, referer: http://www.samsfeathersandfriends.com/admincp/arcade_admin.php?do=games&page=1&perpage=25&sort=&inactive=0&tags=&search=
[Wed Dec 25 07:07:53 2013] [error] [client 75.115.197.53] File does not exist: /home/sam/public_html/404.shtml, referer: http://www.samsfeathersandfriends.com/admincp/arcade_admin.php?do=games
[Wed Dec 25 07:07:53 2013] [error] [client 75.115.197.53] File does not exist: /home/sam/public_html/dbtech/vbarcade/media/keep-in, referer: http://www.samsfeathersandfriends.com/admincp/arcade_admin.php?do=games
[Wed Dec 25 07:07:53 2013] [error] [client 75.115.197.53] File does not exist: /home/sam/public_html/404.shtml, referer: http://www.samsfeathersandfriends.com/admincp/arcade_admin.php?do=games
[Wed Dec 25 07:07:53 2013] [error] [client 75.115.197.53] File does not exist: /home/sam/public_html/dbtech/vbarcade/media/jidou-snap-ring, referer: http://www.samsfeathersandfriends.com/admincp/arcade_admin.php?do=games
[Wed Dec 25 07:07:53 2013] [error] [client 75.115.197.53] File does not exist: /home/sam/public_html/404.shtml, referer: http://www.samsfeathersandfriends.com/admincp/arcade_admin.php?do=games
[Wed Dec 25 07:07:53 2013] [error] [client 75.115.197.53] File does not exist: /home/sam/public_html/dbtech/vbarcade/media/halloween-physics, referer: http://www.samsfeathersandfriends.com/admincp/arcade_admin.php?do=games
[Wed Dec 25 07:07:53 2013] [error] [client 75.115.197.53] File does not exist: /home/sam/public_html/404.shtml, referer: http://www.samsfeathersandfriends.com/admincp/arcade_admin.php?do=games
[Wed Dec 25 07:07:53 2013] [error] [client 75.115.197.53] File does not exist: /home/sam/public_html/dbtech/vbarcade/media/guess-who-is-talking, referer: http://www.samsfeathersandfriends.com/admincp/arcade_admin.php?do=games
[Wed Dec 25 07:07:53 2013] [error] [client 75.115.197.53] File does not exist: /home/sam/public_html/404.shtml, referer: http://www.samsfeathersandfriends.com/admincp/arcade_admin.php?do=games
[Wed Dec 25 07:07:53 2013] [error] [client 75.115.197.53] File does not exist: /home/sam/public_html/dbtech/vbarcade/media/furtive-dao, referer: http://www.samsfeathersandfriends.com/admincp/arcade_admin.php?do=games
[Wed Dec 25 07:07:53 2013] [error] [client 75.115.197.53] File does not exist: /home/sam/public_html/404.shtml, referer: http://www.samsfeathersandfriends.com/admincp/arcade_admin.php?do=games
[Wed Dec 25 07:07:53 2013] [error] [client 75.115.197.53] File does not exist: /home/sam/public_html/dbtech/vbarcade/media/frog-crazy-adventure, referer: http://www.samsfeathersandfriends.com/admincp/arcade_admin.php?do=games
[Wed Dec 25 07:07:53 2013] [error] [client 75.115.197.53] File does not exist: /home/sam/public_html/404.shtml, referer: http://www.samsfeathersandfriends.com/admincp/arcade_admin.php?do=games
[Wed Dec 25 07:07:53 2013] [error] [client 75.115.197.53] File does not exist: /home/sam/public_html/dbtech/vbarcade/media/forrest-animal-shoot, referer: http://www.samsfeathersandfriends.com/admincp/arcade_admin.php?do=games
[Wed Dec 25 07:07:53 2013] [error] [client 75.115.197.53] File does not exist: /home/sam/public_html/404.shtml, referer: http://www.samsfeathersandfriends.com/admincp/arcade_admin.php?do=games
[Wed Dec 25 07:07:53 2013] [error] [client 75.115.197.53] File does not exist: /home/sam/public_html/dbtech/vbarcade/media/forest-kid, referer: http://www.samsfeathersandfriends.com/admincp/arcade_admin.php?do=games
[Wed Dec 25 07:07:53 2013] [error] [client 75.115.197.53] File does not exist: /home/sam/public_html/404.shtml, referer: http://www.samsfeathersandfriends.com/admincp/arcade_admin.php?do=games
[Wed Dec 25 07:07:53 2013] [error] [client 75.115.197.53] File does not exist: /home/sam/public_html/dbtech/vbarcade/media/fishing-tactics, referer: http://www.samsfeathersandfriends.com/admincp/arcade_admin.php?do=games
[Wed Dec 25 07:07:53 2013] [error] [client 75.115.197.53] File does not exist: /home/sam/public_html/404.shtml, referer: http://www.samsfeathersandfriends.com/admincp/arcade_admin.php?do=games
[Wed Dec 25 07:07:53 2013] [error] [client 75.115.197.53] File does not exist: /home/sam/public_html/dbtech/vbarcade/media/find-koala-bear, referer: http://www.samsfeathersandfriends.com/admincp/arcade_admin.php?do=games
[Wed Dec 25 07:07:53 2013] [error] [client 75.115.197.53] File does not exist: /home/sam/public_html/404.shtml, referer: http://www.samsfeathersandfriends.com/admincp/arcade_admin.php?do=games
[Wed Dec 25 07:07:53 2013] [error] [client 75.115.197.53] File does not exist: /home/sam/public_html/dbtech/vbarcade/media/find-alpaca, referer: http://www.samsfeathersandfriends.com/admincp/arcade_admin.php?do=games
[Wed Dec 25 07:07:53 2013] [error] [client 75.115.197.53] File does not exist: /home/sam/public_html/404.shtml, referer: http://www.samsfeathersandfriends.com/admincp/arcade_admin.php?do=games
[Wed Dec 25 07:07:53 2013] [error] [client 75.115.197.53] File does not exist: /home/sam/public_html/dbtech/vbarcade/media/farmer-and-big-animal-garden-coloring, referer: http://www.samsfeathersandfriends.com/admincp/arcade_admin.php?do=games
[Wed Dec 25 07:07:53 2013] [error] [client 75.115.197.53] File does not exist: /home/sam/public_html/404.shtml, referer: http://www.samsfeathersandfriends.com/admincp/arcade_admin.php?do=games
[Wed Dec 25 07:07:53 2013] [error] [client 75.115.197.53] File does not exist: /home/sam/public_html/dbtech/vbarcade/media/dream-pet-connect-2_2, referer: http://www.samsfeathersandfriends.com/admincp/arcade_admin.php?do=games
[Wed Dec 25 07:07:53 2013] [error] [client 75.115.197.53] File does not exist: /home/sam/public_html/404.shtml, referer: http://www.samsfeathersandfriends.com/admincp/arcade_admin.php?do=games
[Wed Dec 25 07:07:53 2013] [error] [client 75.115.197.53] File does not exist: /home/sam/public_html/dbtech/vbarcade/media/dream-pet-connect-1_2, referer: http://www.samsfeathersandfriends.com/admincp/arcade_admin.php?do=games
[Wed Dec 25 07:07:53 2013] [error] [client 75.115.197.53] File does not exist: /home/sam/public_html/404.shtml, referer: http://www.samsfeathersandfriends.com/admincp/arcade_admin.php?do=games
[Wed Dec 25 07:07:53 2013] [error] [client 75.115.197.53] File does not exist: /home/sam/public_html/dbtech/vbarcade/media/cute-animal-matching-v2, referer: http://www.samsfeathersandfriends.com/admincp/arcade_admin.php?do=games
[Wed Dec 25 07:07:53 2013] [error] [client 75.115.197.53] File does not exist: /home/sam/public_html/404.shtml, referer: http://www.samsfeathersandfriends.com/admincp/arcade_admin.php?do=games
[Wed Dec 25 07:07:53 2013] [error] [client 75.115.197.53] File does not exist: /home/sam/public_html/dbtech/vbarcade/media/cute-animal-matching, referer: http://www.samsfeathersandfriends.com/admincp/arcade_admin.php?do=games
[Wed Dec 25 07:07:53 2013] [error] [client 75.115.197.53] File does not exist: /home/sam/public_html/404.shtml, referer: http://www.samsfeathersandfriends.com/admincp/arcade_admin.php?do=games
[Wed Dec 25 07:07:53 2013] [error] [client 75.115.197.53] File does not exist: /home/sam/public_html/dbtech/vbarcade/media/crazy-animals_v457008, referer: http://www.samsfeathersandfriends.com/admincp/arcade_admin.php?do=games
[Wed Dec 25 07:07:53 2013] [error] [client 75.115.197.53] File does not exist: /home/sam/public_html/404.shtml, referer: http://www.samsfeathersandfriends.com/admincp/arcade_admin.php?do=games
[Wed Dec 25 07:07:53 2013] [error] [client 75.115.197.53] File does not exist: /home/sam/public_html/dbtech/vbarcade/media/country-girl-puzzle-game, referer: http://www.samsfeathersandfriends.com/admincp/arcade_admin.php?do=games
[Wed Dec 25 07:07:53 2013] [error] [client 75.115.197.53] File does not exist: /home/sam/public_html/404.shtml, referer: http://www.samsfeathersandfriends.com/admincp/arcade_admin.php?do=games
[Wed Dec 25 07:07:53 2013] [error] [client 75.115.197.53] File does not exist: /home/sam/public_html/dbtech/vbarcade/media/benny-bunny, referer: http://www.samsfeathersandfriends.com/admincp/arcade_admin.php?do=games
[Wed Dec 25 07:07:53 2013] [error] [client 75.115.197.53] File does not exist: /home/sam/public_html/404.shtml, referer: http://www.samsfeathersandfriends.com/admincp/arcade_admin.php?do=games
[Wed Dec 25 07:07:53 2013] [error] [client 75.115.197.53] File does not exist: /home/sam/public_html/dbtech/vbarcade/media/assorted-thirsty-animal-puzzle, referer: http://www.samsfeathersandfriends.com/admincp/arcade_admin.php?do=games
[Wed Dec 25 07:07:53 2013] [error] [client 75.115.197.53] File does not exist: /home/sam/public_html/404.shtml, referer: http://www.samsfeathersandfriends.com/admincp/arcade_admin.php?do=games
[Wed Dec 25 07:07:53 2013] [error] [client 75.115.197.53] File does not exist: /home/sam/public_html/dbtech/vbarcade/media/animal-world, referer: http://www.samsfeathersandfriends.com/admincp/arcade_admin.php?do=games
[Wed Dec 25 07:07:53 2013] [error] [client 75.115.197.53] File does not exist: /home/sam/public_html/404.shtml, referer: http://www.samsfeathersandfriends.com/admincp/arcade_admin.php?do=games
[Wed Dec 25 07:07:53 2013] [error] [client 75.115.197.53] File does not exist: /home/sam/public_html/dbtech/vbarcade/media/animal-word-search, referer: http://www.samsfeathersandfriends.com/admincp/arcade_admin.php?do=games
[Wed Dec 25 07:07:53 2013] [error] [client 75.115.197.53] File does not exist: /home/sam/public_html/404.shtml, referer: http://www.samsfeathersandfriends.com/admincp/arcade_admin.php?do=games
[Wed Dec 25 07:07:53 2013] [error] [client 75.115.197.53] File does not exist: /home/sam/public_html/dbtech/vbarcade/media/animal-rush-war, referer: http://www.samsfeathersandfriends.com/admincp/arcade_admin.php?do=games
[Wed Dec 25 07:07:53 2013] [error] [client 75.115.197.53] File does not exist: /home/sam/public_html/404.shtml, referer: http://www.samsfeathersandfriends.com/admincp/arcade_admin.php?do=games
[Wed Dec 25 07:07:53 2013] [error] [client 75.115.197.53] File does not exist: /home/sam/public_html/dbtech/vbarcade/media/animal-hats, referer: http://www.samsfeathersandfriends.com/admincp/arcade_admin.php?do=games
[Wed Dec 25 07:07:53 2013] [error] [client 75.115.197.53] File does not exist: /home/sam/public_html/404.shtml, referer: http://www.samsfeathersandfriends.com/admincp/arcade_admin.php?do=games
[Wed Dec 25 07:07:53 2013] [error] [client 75.115.197.53] File does not exist: /home/sam/public_html/dbtech/vbarcade/media/animal-faces-hidden-images, referer: http://www.samsfeathersandfriends.com/admincp/arcade_admin.php?do=games
[Wed Dec 25 07:07:49 2013] [error] [client 75.115.197.53] File does not exist: /home/sam/public_html/404.shtml, referer: http://www.samsfeathersandfriends.com/admincp/arcade_admin.php?do=games
[Wed Dec 25 07:07:49 2013] [error] [client 75.115.197.53] File does not exist: /home/sam/public_html/dbtech/vbarcade/media/keep-in, referer: http://www.samsfeathersandfriends.com/admincp/arcade_admin.php?do=games
[Wed Dec 25 07:07:49 2013] [error] [client 75.115.197.53] File does not exist: /home/sam/public_html/404.shtml, referer: http://www.samsfeathersandfriends.com/admincp/arcade_admin.php?do=games
[Wed Dec 25 07:07:49 2013] [error] [client 75.115.197.53] File does not exist: /home/sam/public_html/dbtech/vbarcade/media/jidou-snap-ring, referer: http://www.samsfeathersandfriends.com/admincp/arcade_admin.php?do=games
[Wed Dec 25 07:07:49 2013] [error] [client 75.115.197.53] File does not exist: /home/sam/public_html/404.shtml, referer: http://www.samsfeathersandfriends.com/admincp/arcade_admin.php?do=games
[Wed Dec 25 07:07:49 2013] [error] [client 75.115.197.53] File does not exist: /home/sam/public_html/dbtech/vbarcade/media/halloween-physics, referer: http://www.samsfeathersandfriends.com/admincp/arcade_admin.php?do=games
[Wed Dec 25 07:07:49 2013] [error] [client 75.115.197.53] File does not exist: /home/sam/public_html/404.shtml, referer: http://www.samsfeathersandfriends.com/admincp/arcade_admin.php?do=games
[Wed Dec 25 07:07:49 2013] [error] [client 75.115.197.53] File does not exist: /home/sam/public_html/dbtech/vbarcade/media/guess-who-is-talking, referer: http://www.samsfeathersandfriends.com/admincp/arcade_admin.php?do=games
[Wed Dec 25 07:07:49 2013] [error] [client 75.115.197.53] File does not exist: /home/sam/public_html/404.shtml, referer: http://www.samsfeathersandfriends.com/admincp/arcade_admin.php?do=games
[Wed Dec 25 07:07:49 2013] [error] [client 75.115.197.53] File does not exist: /home/sam/public_html/dbtech/vbarcade/media/furtive-dao, referer: http://www.samsfeathersandfriends.com/admincp/arcade_admin.php?do=games
[Wed Dec 25 07:07:49 2013] [error] [client 75.115.197.53] File does not exist: /home/sam/public_html/404.shtml, referer: http://www.samsfeathersandfriends.com/admincp/arcade_admin.php?do=games
[Wed Dec 25 07:07:49 2013] [error] [client 75.115.197.53] File does not exist: /home/sam/public_html/dbtech/vbarcade/media/frog-crazy-adventure, referer: http://www.samsfeathersandfriends.com/admincp/arcade_admin.php?do=games
[Wed Dec 25 07:07:49 2013] [error] [client 75.115.197.53] File does not exist: /home/sam/public_html/404.shtml, referer: http://www.samsfeathersandfriends.com/admincp/arcade_admin.php?do=games
[Wed Dec 25 07:07:49 2013] [error] [client 75.115.197.53] File does not exist: /home/sam/public_html/dbtech/vbarcade/media/forrest-animal-shoot, referer: http://www.samsfeathersandfriends.com/admincp/arcade_admin.php?do=games
[Wed Dec 25 07:07:49 2013] [error] [client 75.115.197.53] File does not exist: /home/sam/public_html/404.shtml, referer: http://www.samsfeathersandfriends.com/admincp/arcade_admin.php?do=games
[Wed Dec 25 07:07:49 2013] [error] [client 75.115.197.53] File does not exist: /home/sam/public_html/dbtech/vbarcade/media/forest-kid, referer: http://www.samsfeathersandfriends.com/admincp/arcade_admin.php?do=games
[Wed Dec 25 07:07:49 2013] [error] [client 75.115.197.53] File does not exist: /home/sam/public_html/404.shtml, referer: http://www.samsfeathersandfriends.com/admincp/arcade_admin.php?do=games
[Wed Dec 25 07:07:49 2013] [error] [client 75.115.197.53] File does not exist: /home/sam/public_html/dbtech/vbarcade/media/fishing-tactics, referer: http://www.samsfeathersandfriends.com/admincp/arcade_admin.php?do=games
[Wed Dec 25 07:07:49 2013] [error] [client 75.115.197.53] File does not exist: /home/sam/public_html/404.shtml, referer: http://www.samsfeathersandfriends.com/admincp/arcade_admin.php?do=games
[Wed Dec 25 07:07:49 2013] [error] [client 75.115.197.53] File does not exist: /home/sam/public_html/dbtech/vbarcade/media/find-koala-bear, referer: http://www.samsfeathersandfriends.com/admincp/arcade_admin.php?do=games
[Wed Dec 25 07:07:49 2013] [error] [client 75.115.197.53] File does not exist: /home/sam/public_html/404.shtml, referer: http://www.samsfeathersandfriends.com/admincp/arcade_admin.php?do=games
[Wed Dec 25 07:07:49 2013] [error] [client 75.115.197.53] File does not exist: /home/sam/public_html/dbtech/vbarcade/media/find-alpaca, referer: http://www.samsfeathersandfriends.com/admincp/arcade_admin.php?do=games
[Wed Dec 25 07:07:49 2013] [error] [client 75.115.197.53] File does not exist: /home/sam/public_html/404.shtml, referer: http://www.samsfeathersandfriends.com/admincp/arcade_admin.php?do=games
[Wed Dec 25 07:07:49 2013] [error] [client 75.115.197.53] File does not exist: /home/sam/public_html/dbtech/vbarcade/media/farmer-and-big-animal-garden-coloring, referer: http://www.samsfeathersandfriends.com/admincp/arcade_admin.php?do=games
[Wed Dec 25 07:07:49 2013] [error] [client 75.115.197.53] File does not exist: /home/sam/public_html/404.shtml, referer: http://www.samsfeathersandfriends.com/admincp/arcade_admin.php?do=games
[Wed Dec 25 07:07:49 2013] [error] [client 75.115.197.53] File does not exist: /home/sam/public_html/dbtech/vbarcade/media/dream-pet-connect-2_2, referer: http://www.samsfeathersandfriends.com/admincp/arcade_admin.php?do=games
[Wed Dec 25 07:07:49 2013] [error] [client 75.115.197.53] File does not exist: /home/sam/public_html/404.shtml, referer: http://www.samsfeathersandfriends.com/admincp/arcade_admin.php?do=games
[Wed Dec 25 07:07:49 2013] [error] [client 75.115.197.53] File does not exist: /home/sam/public_html/dbtech/vbarcade/media/dream-pet-connect-1_2, referer: http://www.samsfeathersandfriends.com/admincp/arcade_admin.php?do=games
[Wed Dec 25 07:07:49 2013] [error] [client 75.115.197.53] File does not exist: /home/sam/public_html/404.shtml, referer: http://www.samsfeathersandfriends.com/admincp/arcade_admin.php?do=games
[Wed Dec 25 07:07:49 2013] [error] [client 75.115.197.53] File does not exist: /home/sam/public_html/dbtech/vbarcade/media/cute-animal-matching-v2, referer: http://www.samsfeathersandfriends.com/admincp/arcade_admin.php?do=games
[Wed Dec 25 07:07:49 2013] [error] [client 75.115.197.53] File does not exist: /home/sam/public_html/404.shtml, referer: http://www.samsfeathersandfriends.com/admincp/arcade_admin.php?do=games
[Wed Dec 25 07:07:49 2013] [error] [client 75.115.197.53] File does not exist: /home/sam/public_html/dbtech/vbarcade/media/cute-animal-matching, referer: http://www.samsfeathersandfriends.com/admincp/arcade_admin.php?do=games
[Wed Dec 25 07:07:49 2013] [error] [client 75.115.197.53] File does not exist: /home/sam/public_html/404.shtml, referer: http://www.samsfeathersandfriends.com/admincp/arcade_admin.php?do=games
[Wed Dec 25 07:07:49 2013] [error] [client 75.115.197.53] File does not exist: /home/sam/public_html/dbtech/vbarcade/media/crazy-animals_v457008, referer: http://www.samsfeathersandfriends.com/admincp/arcade_admin.php?do=games
[Wed Dec 25 07:07:49 2013] [error] [client 75.115.197.53] File does not exist: /home/sam/public_html/404.shtml, referer: http://www.samsfeathersandfriends.com/admincp/arcade_admin.php?do=games
[Wed Dec 25 07:07:49 2013] [error] [client 75.115.197.53] File does not exist: /home/sam/public_html/dbtech/vbarcade/media/country-girl-puzzle-game, referer: http://www.samsfeathersandfriends.com/admincp/arcade_admin.php?do=games
[Wed Dec 25 07:07:49 2013] [error] [client 75.115.197.53] File does not exist: /home/sam/public_html/404.shtml, referer: http://www.samsfeathersandfriends.com/admincp/arcade_admin.php?do=games
[Wed Dec 25 07:07:49 2013] [error] [client 75.115.197.53] File does not exist: /home/sam/public_html/dbtech/vbarcade/media/assorted-thirsty-animal-puzzle, referer: http://www.samsfeathersandfriends.com/admincp/arcade_admin.php?do=games
[Wed Dec 25 07:07:49 2013] [error] [client 75.115.197.53] File does not exist: /home/sam/public_html/404.shtml, referer: http://www.samsfeathersandfriends.com/admincp/arcade_admin.php?do=games
[Wed Dec 25 07:07:49 2013] [error] [client 75.115.197.53] File does not exist: /home/sam/public_html/dbtech/vbarcade/media/benny-bunny, referer: http://www.samsfeathersandfriends.com/admincp/arcade_admin.php?do=games
[Wed Dec 25 07:07:49 2013] [error] [client 75.115.197.53] File does not exist: /home/sam/public_html/404.shtml, referer: http://www.samsfeathersandfriends.com/admincp/arcade_admin.php?do=games
[Wed Dec 25 07:07:49 2013] [error] [client 75.115.197.53] File does not exist: /home/sam/public_html/dbtech/vbarcade/media/animal-word-search, referer: http://www.samsfeathersandfriends.com/admincp/arcade_admin.php?do=games
[Wed Dec 25 07:07:49 2013] [error] [client 75.115.197.53] File does not exist: /home/sam/public_html/404.shtml, referer: http://www.samsfeathersandfriends.com/admincp/arcade_admin.php?do=games
[Wed Dec 25 07:07:49 2013] [error] [client 75.115.197.53] File does not exist: /home/sam/public_html/dbtech/vbarcade/media/animal-rush-war, referer: http://www.samsfeathersandfriends.com/admincp/arcade_admin.php?do=games
[Wed Dec 25 07:07:49 2013] [error] [client 75.115.197.53] File does not exist: /home/sam/public_html/404.shtml, referer: http://www.samsfeathersandfriends.com/admincp/arcade_admin.php?do=games
[Wed Dec 25 07:07:49 2013] [error] [client 75.115.197.53] File does not exist: /home/sam/public_html/dbtech/vbarcade/media/animal-hats, referer: http://www.samsfeathersandfriends.com/admincp/arcade_admin.php?do=games
[Wed Dec 25 07:07:49 2013] [error] [client 75.115.197.53] File does not exist: /home/sam/public_html/404.shtml, referer: http://www.samsfeathersandfriends.com/admincp/arcade_admin.php?do=games
[Wed Dec 25 07:07:49 2013] [error] [client 75.115.197.53] File does not exist: /home/sam/public_html/dbtech/vbarcade/media/animal-faces-hidden-images, referer: http://www.samsfeathersandfriends.com/admincp/arcade_admin.php?do=games
[Wed Dec 25 07:07:49 2013] [error] [client 75.115.197.53] File does not exist: /home/sam/public_html/404.shtml, referer: http://www.samsfeathersandfriends.com/admincp/arcade_admin.php?do=games
[Wed Dec 25 07:07:49 2013] [error] [client 75.115.197.53] File does not exist: /home/sam/public_html/dbtech/vbarcade/media/animal-world, referer: http://www.samsfeathersandfriends.com/admincp/arcade_admin.php?do=games
[Wed Dec 25 06:43:40 2013] [error] [client 208.80.194.42] File does not exist: /home/sam/public_html/404.shtml
[Wed Dec 25 06:43:40 2013] [error] [client 208.80.194.42] File does not exist: /home/sam/public_html/e9d25be220594831eb9376c7eb842a56
[Wed Dec 25 06:33:47 2013] [error] [client 75.115.197.53] File does not exist: /home/sam/public_html/500.shtml, referer: http://www.samsfeathersandfriends.com/admincp/arcade_admin.php?do=review
[Wed Dec 25 06:20:57 2013] [error] [client 119.63.193.130] File does not exist: /home/sam/public_html/500.shtml
[Wed Dec 25 06:19:28 2013] [error] [client 202.46.54.40] File does not exist: /home/sam/public_html/500.shtml
[Wed Dec 25 06:18:44 2013] [error] [client 66.249.73.143] File does not exist: /home/sam/public_html/404.shtml
[Wed Dec 25 06:18:44 2013] [error] [client 66.249.73.143] File does not exist: /home/sam/public_html/sitemap_index.xml.gz
[Wed Dec 25 05:34:21 2013] [error] [client 100.43.83.152] File does not exist: /home/sam/public_html/404.shtml
[Wed Dec 25 04:39:50 2013] [error] [client 208.80.194.30] File does not exist: /home/sam/public_html/404.shtml
[Wed Dec 25 04:39:50 2013] [error] [client 208.80.194.30] File does not exist: /home/sam/public_html/e9d25be220594831eb9376c7eb842a56
[Wed Dec 25 04:34:02 2013] [error] [client 208.80.194.30] File does not exist: /home/sam/public_html/404.shtml
[Wed Dec 25 04:34:02 2013] [error] [client 208.80.194.30] File does not exist: /home/sam/public_html/e9d25be220594831eb9376c7eb842a56
[Wed Dec 25 04:32:15 2013] [error] [client 208.80.194.26] File does not exist: /home/sam/public_html/404.shtml
[Wed Dec 25 04:32:15 2013] [error] [client 208.80.194.26] File does not exist: /home/sam/public_html/e9d25be220594831eb9376c7eb842a56
[Wed Dec 25 04:29:34 2013] [error] [client 119.63.193.130] File does not exist: /home/sam/public_html/500.shtml
[Wed Dec 25 04:27:41 2013] [error] [client 202.46.62.200] File does not exist: /home/sam/public_html/500.shtml
[Wed Dec 25 04:22:06 2013] [error] [client 208.80.194.30] File does not exist: /home/sam/public_html/404.shtml
[Wed Dec 25 04:22:06 2013] [error] [client 208.80.194.30] File does not exist: /home/sam/public_html/e9d25be220594831eb9376c7eb842a56
[Wed Dec 25 04:21:26 2013] [error] [client 208.80.194.30] File does not exist: /home/sam/public_html/404.shtml
[Wed Dec 25 04:21:26 2013] [error] [client 208.80.194.30] File does not exist: /home/sam/public_html/e9d25be220594831eb9376c7eb842a56
[Wed Dec 25 04:18:28 2013] [error] [client 208.80.194.30] File does not exist: /home/sam/public_html/404.shtml
[Wed Dec 25 04:18:28 2013] [error] [client 208.80.194.30] File does not exist: /home/sam/public_html/e9d25be220594831eb9376c7eb842a56
[Wed Dec 25 04:14:43 2013] [error] [client 208.80.194.26] File does not exist: /home/sam/public_html/404.shtml
[Wed Dec 25 04:14:43 2013] [error] [client 208.80.194.26] File does not exist: /home/sam/public_html/e9d25be220594831eb9376c7eb842a56
[Wed Dec 25 04:14:24 2013] [error] [client 208.80.194.30] File does not exist: /home/sam/public_html/404.shtml
[Wed Dec 25 04:14:24 2013] [error] [client 208.80.194.30] File does not exist: /home/sam/public_html/e9d25be220594831eb9376c7eb842a56
[Wed Dec 25 04:13:46 2013] [error] [client 66.249.73.143] File does not exist: /home/sam/public_html/404.shtml
[Wed Dec 25 04:09:55 2013] [error] [client 208.80.194.30] File does not exist: /home/sam/public_html/404.shtml
[Wed Dec 25 04:09:55 2013] [error] [client 208.80.194.30] File does not exist: /home/sam/public_html/e9d25be220594831eb9376c7eb842a56
[Wed Dec 25 04:09:34 2013] [error] [client 208.80.194.30] File does not exist: /home/sam/public_html/404.shtml
[Wed Dec 25 04:09:34 2013] [error] [client 208.80.194.30] File does not exist: /home/sam/public_html/e9d25be220594831eb9376c7eb842a56
[Wed Dec 25 03:59:09 2013] [error] [client 208.80.194.30] File does not exist: /home/sam/public_html/404.shtml
[Wed Dec 25 03:59:09 2013] [error] [client 208.80.194.30] File does not exist: /home/sam/public_html/e9d25be220594831eb9376c7eb842a56
[Wed Dec 25 03:58:56 2013] [error] [client 208.80.194.26] File does not exist: /home/sam/public_html/404.shtml
[Wed Dec 25 03:58:56 2013] [error] [client 208.80.194.26] File does not exist: /home/sam/public_html/e9d25be220594831eb9376c7eb842a56
[Wed Dec 25 03:58:06 2013] [error] [client 208.80.194.26] File does not exist: /home/sam/public_html/404.shtml
[Wed Dec 25 03:58:06 2013] [error] [client 208.80.194.26] File does not exist: /home/sam/public_html/e9d25be220594831eb9376c7eb842a56
[Wed Dec 25 03:50:22 2013] [error] [client 100.43.83.152] File does not exist: /home/sam/public_html/404.shtml
[Wed Dec 25 03:37:18 2013] [error] [client 208.80.194.30] File does not exist: /home/sam/public_html/404.shtml
[Wed Dec 25 03:37:18 2013] [error] [client 208.80.194.30] File does not exist: /home/sam/public_html/e9d25be220594831eb9376c7eb842a56
[Wed Dec 25 03:26:56 2013] [error] [client 208.80.194.26] File does not exist: /home/sam/public_html/404.shtml
[Wed Dec 25 03:26:56 2013] [error] [client 208.80.194.26] File does not exist: /home/sam/public_html/e9d25be220594831eb9376c7eb842a56
[Wed Dec 25 03:25:46 2013] [error] [client 60.191.31.186] File does not exist: /home/sam/public_html/500.shtml
[Wed Dec 25 03:25:00 2013] [error] [client 208.80.194.26] File does not exist: /home/sam/public_html/404.shtml
[Wed Dec 25 03:25:00 2013] [error] [client 208.80.194.26] File does not exist: /home/sam/public_html/e9d25be220594831eb9376c7eb842a56
[Wed Dec 25 03:23:38 2013] [error] [client 208.80.194.26] File does not exist: /home/sam/public_html/404.shtml
[Wed Dec 25 03:23:38 2013] [error] [client 208.80.194.26] File does not exist: /home/sam/public_html/e9d25be220594831eb9376c7eb842a56
[Wed Dec 25 03:20:08 2013] [error] [client 208.80.194.26] File does not exist: /home/sam/public_html/404.shtml
[Wed Dec 25 03:20:08 2013] [error] [client 208.80.194.26] File does not exist: /home/sam/public_html/e9d25be220594831eb9376c7eb842a56
[Wed Dec 25 03:19:12 2013] [error] [client 208.80.194.26] File does not exist: /home/sam/public_html/404.shtml
[Wed Dec 25 03:19:12 2013] [error] [client 208.80.194.26] File does not exist: /home/sam/public_html/e9d25be220594831eb9376c7eb842a56
[Wed Dec 25 03:15:11 2013] [error] [client 208.80.194.26] File does not exist: /home/sam/public_html/404.shtml
[Wed Dec 25 03:15:11 2013] [error] [client 208.80.194.26] File does not exist: /home/sam/public_html/e9d25be220594831eb9376c7eb842a56
[Wed Dec 25 03:09:44 2013] [error] [client 208.80.194.26] File does not exist: /home/sam/public_html/404.shtml
[Wed Dec 25 03:09:44 2013] [error] [client 208.80.194.26] File does not exist: /home/sam/public_html/e9d25be220594831eb9376c7eb842a56
[Wed Dec 25 03:08:46 2013] [error] [client 208.80.194.26] File does not exist: /home/sam/public_html/404.shtml
[Wed Dec 25 03:08:46 2013] [error] [client 208.80.194.26] File does not exist: /home/sam/public_html/e9d25be220594831eb9376c7eb842a56
[Wed Dec 25 03:04:27 2013] [error] [client 208.80.194.26] File does not exist: /home/sam/public_html/404.shtml
[Wed Dec 25 03:04:27 2013] [error] [client 208.80.194.26] File does not exist: /home/sam/public_html/e9d25be220594831eb9376c7eb842a56
[Wed Dec 25 03:04:04 2013] [error] [client 208.80.194.26] File does not exist: /home/sam/public_html/404.shtml
[Wed Dec 25 03:04:04 2013] [error] [client 208.80.194.26] File does not exist: /home/sam/public_html/e9d25be220594831eb9376c7eb842a56
[Wed Dec 25 02:54:54 2013] [error] [client 100.43.83.152] File does not exist: /home/sam/public_html/404.shtml
[Wed Dec 25 02:54:05 2013] [error] [client 208.80.194.26] File does not exist: /home/sam/public_html/404.shtml
[Wed Dec 25 02:54:05 2013] [error] [client 208.80.194.26] File does not exist: /home/sam/public_html/e9d25be220594831eb9376c7eb842a56
[Wed Dec 25 02:53:10 2013] [error] [client 208.80.194.26] File does not exist: /home/sam/public_html/404.shtml
[Wed Dec 25 02:53:10 2013] [error] [client 208.80.194.26] File does not exist: /home/sam/public_html/e9d25be220594831eb9376c7eb842a56
[Wed Dec 25 02:51:29 2013] [error] [client 208.80.194.26] File does not exist: /home/sam/public_html/404.shtml
[Wed Dec 25 02:51:29 2013] [error] [client 208.80.194.26] File does not exist: /home/sam/public_html/e9d25be220594831eb9376c7eb842a56
[Wed Dec 25 02:46:52 2013] [error] [client 208.80.194.26] File does not exist: /home/sam/public_html/404.shtml
[Wed Dec 25 02:46:52 2013] [error] [client 208.80.194.26] File does not exist: /home/sam/public_html/e9d25be220594831eb9376c7eb842a56
[Wed Dec 25 02:35:38 2013] [error] [client 208.80.194.26] File does not exist: /home/sam/public_html/404.shtml
[Wed Dec 25 02:35:38 2013] [error] [client 208.80.194.26] File does not exist: /home/sam/public_html/e9d25be220594831eb9376c7eb842a56
[Wed Dec 25 02:06:41 2013] [error] [client 119.63.193.130] File does not exist: /home/sam/public_html/500.shtml
[Wed Dec 25 02:05:47 2013] [error] [client 202.46.56.55] File does not exist: /home/sam/public_html/500.shtml
[Wed Dec 25 01:20:22 2013] [error] [client 157.55.32.62] File does not exist: /home/sam/public_html/404.shtml
[Wed Dec 25 01:17:09 2013] [error] [client 208.80.194.30] File does not exist: /home/sam/public_html/404.shtml
[Wed Dec 25 01:17:09 2013] [error] [client 208.80.194.30] File does not exist: /home/sam/public_html/e9d25be220594831eb9376c7eb842a56
[Wed Dec 25 01:09:29 2013] [error] [client 208.80.194.29] File does not exist: /home/sam/public_html/404.shtml
[Wed Dec 25 01:09:29 2013] [error] [client 208.80.194.29] File does not exist: /home/sam/public_html/e9d25be220594831eb9376c7eb842a56
[Wed Dec 25 01:08:14 2013] [error] [client 208.80.194.29] File does not exist: /home/sam/public_html/404.shtml
[Wed Dec 25 01:08:14 2013] [error] [client 208.80.194.29] File does not exist: /home/sam/public_html/e9d25be220594831eb9376c7eb842a56
[Wed Dec 25 01:05:27 2013] [error] [client 208.80.194.30] File does not exist: /home/sam/public_html/404.shtml
[Wed Dec 25 01:05:27 2013] [error] [client 208.80.194.30] File does not exist: /home/sam/public_html/e9d25be220594831eb9376c7eb842a56
[Wed Dec 25 01:05:03 2013] [error] [client 208.80.194.29] File does not exist: /home/sam/public_html/404.shtml
[Wed Dec 25 01:05:03 2013] [error] [client 208.80.194.29] File does not exist: /home/sam/public_html/e9d25be220594831eb9376c7eb842a56
[Wed Dec 25 01:04:17 2013] [error] [client 208.80.194.29] File does not exist: /home/sam/public_html/404.shtml
[Wed Dec 25 01:04:17 2013] [error] [client 208.80.194.29] File does not exist: /home/sam/public_html/e9d25be220594831eb9376c7eb842a56
[Wed Dec 25 00:58:58 2013] [error] [client 208.80.194.30] File does not exist: /home/sam/public_html/404.shtml
[Wed Dec 25 00:58:58 2013] [error] [client 208.80.194.30] File does not exist: /home/sam/public_html/e9d25be220594831eb9376c7eb842a56
[Wed Dec 25 00:55:50 2013] [error] [client 208.80.194.29] File does not exist: /home/sam/public_html/404.shtml
[Wed Dec 25 00:55:50 2013] [error] [client 208.80.194.29] File does not exist: /home/sam/public_html/e9d25be220594831eb9376c7eb842a56
[Wed Dec 25 00:55:12 2013] [error] [client 208.80.194.30] File does not exist: /home/sam/public_html/404.shtml
[Wed Dec 25 00:55:12 2013] [error] [client 208.80.194.30] File does not exist: /home/sam/public_html/e9d25be220594831eb9376c7eb842a56
[Wed Dec 25 00:54:45 2013] [error] [client 208.80.194.30] File does not exist: /home/sam/public_html/404.shtml
[Wed Dec 25 00:54:45 2013] [error] [client 208.80.194.30] File does not exist: /home/sam/public_html/e9d25be220594831eb9376c7eb842a56
[Wed Dec 25 00:44:45 2013] [error] [client 208.80.194.30] File does not exist: /home/sam/public_html/404.shtml
[Wed Dec 25 00:44:45 2013] [error] [client 208.80.194.30] File does not exist: /home/sam/public_html/e9d25be220594831eb9376c7eb842a56
[Wed Dec 25 00:44:33 2013] [error] [client 157.56.229.190] File does not exist: /home/sam/public_html/404.shtml
[Wed Dec 25 00:44:33 2013] [error] [client 157.56.229.190] File does not exist: /home/sam/public_html/forum
[Wed Dec 25 00:41:54 2013] [error] [client 208.80.194.29] File does not exist: /home/sam/public_html/404.shtml
[Wed Dec 25 00:41:54 2013] [error] [client 208.80.194.29] File does not exist: /home/sam/public_html/e9d25be220594831eb9376c7eb842a56
[Wed Dec 25 00:39:32 2013] [error] [client 208.80.194.29] File does not exist: /home/sam/public_html/404.shtml
[Wed Dec 25 00:39:32 2013] [error] [client 208.80.194.29] File does not exist: /home/sam/public_html/e9d25be220594831eb9376c7eb842a56
[Wed Dec 25 00:38:46 2013] [error] [client 208.80.194.30] File does not exist: /home/sam/public_html/404.shtml
[Wed Dec 25 00:38:46 2013] [error] [client 208.80.194.30] File does not exist: /home/sam/public_html/e9d25be220594831eb9376c7eb842a56
[Wed Dec 25 00:24:34 2013] [error] [client 208.80.194.29] File does not exist: /home/sam/public_html/404.shtml
[Wed Dec 25 00:24:34 2013] [error] [client 208.80.194.29] File does not exist: /home/sam/public_html/e9d25be220594831eb9376c7eb842a56
[Wed Dec 25 00:23:24 2013] [error] [client 119.63.193.132] File does not exist: /home/sam/public_html/500.shtml
[Wed Dec 25 00:21:47 2013] [error] [client 202.46.55.36] File does not exist: /home/sam/public_html/500.shtml
 
I just played a game and the score didn't submit, please search your error log for mentions from 84.213.2.180
 
I just played a game and the score didn't submit, please search your error log for mentions from 84.213.2.180


Here is what I have now..

Code:
[Wed Dec 25 11:51:49 2013] [error] [client 113.57.188.106] File does not exist: /home/sam/public_html/science
[Wed Dec 25 11:01:00 2013] [error] [client 75.115.197.53] File does not exist: /home/sam/public_html/termphp
[Wed Dec 25 09:53:10 2013] [error] [client 75.115.197.53] File does not exist: /home/sam/public_html/privacy.html
[Wed Dec 25 09:27:26 2013] [error] [client 66.249.66.228] File does not exist: /home/sam/public_html/sitemap_tags_1.xml.gz
[Wed Dec 25 08:43:46 2013] [error] [client 75.115.197.53] File does not exist: /home/sam/public_html/images/404.png
[Wed Dec 25 08:32:01 2013] [error] [client 75.115.197.53] File does not exist: /home/sam/public_html/dbtech/usertag, referer: http://www.samsfeathersandfriends.com/newthread.php?do=newthread&f=14
[Wed Dec 25 08:04:15 2013] [error] [client 65.55.213.243] File does not exist: /home/sam/public_html/404.shtml
[Wed Dec 25 08:04:15 2013] [error] [client 65.55.213.243] File does not exist: /home/sam/public_html/sitemap_index.xml.gz}
[Wed Dec 25 07:57:22 2013] [error] [client 208.80.194.125] File does not exist: /home/sam/public_html/404.shtml
[Wed Dec 25 07:57:22 2013] [error] [client 208.80.194.125] File does not exist: /home/sam/public_html/e9d25be220594831eb9376c7eb842a56
[Wed Dec 25 07:56:09 2013] [error] [client 208.80.194.125] File does not exist: /home/sam/public_html/404.shtml
[Wed Dec 25 07:56:09 2013] [error] [client 208.80.194.125] File does not exist: /home/sam/public_html/e9d25be220594831eb9376c7eb842a56
[Wed Dec 25 07:53:07 2013] [error] [client 208.80.194.125] File does not exist: /home/sam/public_html/404.shtml
[Wed Dec 25 07:53:07 2013] [error] [client 208.80.194.125] File does not exist: /home/sam/public_html/e9d25be220594831eb9376c7eb842a56
[Wed Dec 25 07:52:24 2013] [error] [client 208.80.194.125] File does not exist: /home/sam/public_html/404.shtml
[Wed Dec 25 07:52:24 2013] [error] [client 208.80.194.125] File does not exist: /home/sam/public_html/e9d25be220594831eb9376c7eb842a56
[Wed Dec 25 07:50:43 2013] [error] [client 208.80.194.123] File does not exist: /home/sam/public_html/404.shtml
[Wed Dec 25 07:50:43 2013] [error] [client 208.80.194.123] File does not exist: /home/sam/public_html/e9d25be220594831eb9376c7eb842a56
[Wed Dec 25 07:44:18 2013] [error] [client 208.80.194.125] File does not exist: /home/sam/public_html/404.shtml
[Wed Dec 25 07:44:18 2013] [error] [client 208.80.194.125] File does not exist: /home/sam/public_html/e9d25be220594831eb9376c7eb842a56
[Wed Dec 25 07:40:52 2013] [error] [client 208.80.194.123] File does not exist: /home/sam/public_html/404.shtml
[Wed Dec 25 07:40:52 2013] [error] [client 208.80.194.123] File does not exist: /home/sam/public_html/e9d25be220594831eb9376c7eb842a56
[Wed Dec 25 07:35:45 2013] [error] [client 208.80.194.123] File does not exist: /home/sam/public_html/404.shtml
[Wed Dec 25 07:35:45 2013] [error] [client 208.80.194.123] File does not exist: /home/sam/public_html/e9d25be220594831eb9376c7eb842a56
[Wed Dec 25 07:32:15 2013] [error] [client 208.80.194.123] File does not exist: /home/sam/public_html/404.shtml
[Wed Dec 25 07:32:15 2013] [error] [client 208.80.194.123] File does not exist: /home/sam/public_html/e9d25be220594831eb9376c7eb842a56
[Wed Dec 25 07:31:54 2013] [error] [client 208.80.194.123] File does not exist: /home/sam/public_html/404.shtml
[Wed Dec 25 07:31:54 2013] [error] [client 208.80.194.123] File does not exist: /home/sam/public_html/e9d25be220594831eb9376c7eb842a56
[Wed Dec 25 07:31:18 2013] [error] [client 208.80.194.125] File does not exist: /home/sam/public_html/404.shtml
[Wed Dec 25 07:31:18 2013] [error] [client 208.80.194.125] File does not exist: /home/sam/public_html/e9d25be220594831eb9376c7eb842a56
[Wed Dec 25 07:29:10 2013] [error] [client 208.80.194.125] File does not exist: /home/sam/public_html/404.shtml
[Wed Dec 25 07:29:10 2013] [error] [client 208.80.194.125] File does not exist: /home/sam/public_html/e9d25be220594831eb9376c7eb842a56
[Wed Dec 25 07:23:39 2013] [error] [client 208.80.194.123] File does not exist: /home/sam/public_html/404.shtml
[Wed Dec 25 07:23:39 2013] [error] [client 208.80.194.123] File does not exist: /home/sam/public_html/e9d25be220594831eb9376c7eb842a56
[Wed Dec 25 07:18:58 2013] [error] [client 208.80.194.123] File does not exist: /home/sam/public_html/404.shtml
[Wed Dec 25 07:18:58 2013] [error] [client 208.80.194.123] File does not exist: /home/sam/public_html/e9d25be220594831eb9376c7eb842a56
[Wed Dec 25 07:14:16 2013] [error] [client 208.80.194.125] File does not exist: /home/sam/public_html/404.shtml
[Wed Dec 25 07:14:16 2013] [error] [client 208.80.194.125] File does not exist: /home/sam/public_html/e9d25be220594831eb9376c7eb842a56
[Wed Dec 25 07:13:05 2013] [error] [client 75.115.197.53] File does not exist: /home/sam/public_html/500.shtml, referer: http://www.samsfeathersandfriends.com/admincp/arcade_admin.php?do=review
[Wed Dec 25 07:08:16 2013] [error] [client 75.115.197.53] File does not exist: /home/sam/public_html/404.shtml, referer: http://www.samsfeathersandfriends.com/admincp/arcade_admin.php?do=games&page=1&perpage=25&sort=&inactive=0&tags=&search=
[Wed Dec 25 07:08:16 2013] [error] [client 75.115.197.53] File does not exist: /home/sam/public_html/dbtech/vbarcade/media/scorpionbox, referer: http://www.samsfeathersandfriends.com/admincp/arcade_admin.php?do=games&page=1&perpage=25&sort=&inactive=0&tags=&search=
[Wed Dec 25 07:08:16 2013] [error] [client 75.115.197.53] File does not exist: /home/sam/public_html/404.shtml, referer: http://www.samsfeathersandfriends.com/admincp/arcade_admin.php?do=games&page=1&perpage=25&sort=&inactive=0&tags=&search=
[Wed Dec 25 07:08:16 2013] [error] [client 75.115.197.53] File does not exist: /home/sam/public_html/dbtech/vbarcade/media/pony-care, referer: http://www.samsfeathersandfriends.com/admincp/arcade_admin.php?do=games&page=1&perpage=25&sort=&inactive=0&tags=&search=
[Wed Dec 25 07:08:16 2013] [error] [client 75.115.197.53] File does not exist: /home/sam/public_html/404.shtml, referer: http://www.samsfeathersandfriends.com/admincp/arcade_admin.php?do=games&page=1&perpage=25&sort=&inactive=0&tags=&search=
[Wed Dec 25 07:08:16 2013] [error] [client 75.115.197.53] File does not exist: /home/sam/public_html/dbtech/vbarcade/media/kit-napped, referer: http://www.samsfeathersandfriends.com/admincp/arcade_admin.php?do=games&page=1&perpage=25&sort=&inactive=0&tags=&search=
[Wed Dec 25 07:08:16 2013] [error] [client 75.115.197.53] File does not exist: /home/sam/public_html/404.shtml, referer: http://www.samsfeathersandfriends.com/admincp/arcade_admin.php?do=games&page=1&perpage=25&sort=&inactive=0&tags=&search=
[Wed Dec 25 07:08:16 2013] [error] [client 75.115.197.53] File does not exist: /home/sam/public_html/dbtech/vbarcade/media/rabbit-trap_v394620, referer: http://www.samsfeathersandfriends.com/admincp/arcade_admin.php?do=games&page=1&perpage=25&sort=&inactive=0&tags=&search=
[Wed Dec 25 07:08:16 2013] [error] [client 75.115.197.53] File does not exist: /home/sam/public_html/404.shtml, referer: http://www.samsfeathersandfriends.com/admincp/arcade_admin.php?do=games&page=1&perpage=25&sort=&inactive=0&tags=&search=
[Wed Dec 25 07:08:16 2013] [error] [client 75.115.197.53] File does not exist: /home/sam/public_html/dbtech/vbarcade/media/my-pretty-foxy-care, referer: http://www.samsfeathersandfriends.com/admincp/arcade_admin.php?do=games&page=1&perpage=25&sort=&inactive=0&tags=&search=
[Wed Dec 25 07:08:16 2013] [error] [client 75.115.197.53] File does not exist: /home/sam/public_html/404.shtml, referer: http://www.samsfeathersandfriends.com/admincp/arcade_admin.php?do=games&page=1&perpage=25&sort=&inactive=0&tags=&search=
[Wed Dec 25 07:08:16 2013] [error] [client 75.115.197.53] File does not exist: /home/sam/public_html/dbtech/vbarcade/media/stunt-moto-mouse-2, referer: http://www.samsfeathersandfriends.com/admincp/arcade_admin.php?do=games&page=1&perpage=25&sort=&inactive=0&tags=&search=
[Wed Dec 25 07:08:16 2013] [error] [client 75.115.197.53] File does not exist: /home/sam/public_html/404.shtml, referer: http://www.samsfeathersandfriends.com/admincp/arcade_admin.php?do=games&page=1&perpage=25&sort=&inactive=0&tags=&search=
[Wed Dec 25 07:08:16 2013] [error] [client 75.115.197.53] File does not exist: /home/sam/public_html/dbtech/vbarcade/media/kemonomimi-make-over-game, referer: http://www.samsfeathersandfriends.com/admincp/arcade_admin.php?do=games&page=1&perpage=25&sort=&inactive=0&tags=&search=
[Wed Dec 25 07:07:53 2013] [error] [client 75.115.197.53] File does not exist: /home/sam/public_html/404.shtml, referer: http://www.samsfeathersandfriends.com/admincp/arcade_admin.php?do=games
[Wed Dec 25 07:07:53 2013] [error] [client 75.115.197.53] File does not exist: /home/sam/public_html/dbtech/vbarcade/media/keep-in, referer: http://www.samsfeathersandfriends.com/admincp/arcade_admin.php?do=games
[Wed Dec 25 07:07:53 2013] [error] [client 75.115.197.53] File does not exist: /home/sam/public_html/404.shtml, referer: http://www.samsfeathersandfriends.com/admincp/arcade_admin.php?do=games
[Wed Dec 25 07:07:53 2013] [error] [client 75.115.197.53] File does not exist: /home/sam/public_html/dbtech/vbarcade/media/jidou-snap-ring, referer: http://www.samsfeathersandfriends.com/admincp/arcade_admin.php?do=games
[Wed Dec 25 07:07:53 2013] [error] [client 75.115.197.53] File does not exist: /home/sam/public_html/404.shtml, referer: http://www.samsfeathersandfriends.com/admincp/arcade_admin.php?do=games
[Wed Dec 25 07:07:53 2013] [error] [client 75.115.197.53] File does not exist: /home/sam/public_html/dbtech/vbarcade/media/halloween-physics, referer: http://www.samsfeathersandfriends.com/admincp/arcade_admin.php?do=games
[Wed Dec 25 07:07:53 2013] [error] [client 75.115.197.53] File does not exist: /home/sam/public_html/404.shtml, referer: http://www.samsfeathersandfriends.com/admincp/arcade_admin.php?do=games
[Wed Dec 25 07:07:53 2013] [error] [client 75.115.197.53] File does not exist: /home/sam/public_html/dbtech/vbarcade/media/guess-who-is-talking, referer: http://www.samsfeathersandfriends.com/admincp/arcade_admin.php?do=games
[Wed Dec 25 07:07:53 2013] [error] [client 75.115.197.53] File does not exist: /home/sam/public_html/404.shtml, referer: http://www.samsfeathersandfriends.com/admincp/arcade_admin.php?do=games
[Wed Dec 25 07:07:53 2013] [error] [client 75.115.197.53] File does not exist: /home/sam/public_html/dbtech/vbarcade/media/furtive-dao, referer: http://www.samsfeathersandfriends.com/admincp/arcade_admin.php?do=games
[Wed Dec 25 07:07:53 2013] [error] [client 75.115.197.53] File does not exist: /home/sam/public_html/404.shtml, referer: http://www.samsfeathersandfriends.com/admincp/arcade_admin.php?do=games
[Wed Dec 25 07:07:53 2013] [error] [client 75.115.197.53] File does not exist: /home/sam/public_html/dbtech/vbarcade/media/frog-crazy-adventure, referer: http://www.samsfeathersandfriends.com/admincp/arcade_admin.php?do=games
[Wed Dec 25 07:07:53 2013] [error] [client 75.115.197.53] File does not exist: /home/sam/public_html/404.shtml, referer: http://www.samsfeathersandfriends.com/admincp/arcade_admin.php?do=games
[Wed Dec 25 07:07:53 2013] [error] [client 75.115.197.53] File does not exist: /home/sam/public_html/dbtech/vbarcade/media/forrest-animal-shoot, referer: http://www.samsfeathersandfriends.com/admincp/arcade_admin.php?do=games
[Wed Dec 25 07:07:53 2013] [error] [client 75.115.197.53] File does not exist: /home/sam/public_html/404.shtml, referer: http://www.samsfeathersandfriends.com/admincp/arcade_admin.php?do=games
[Wed Dec 25 07:07:53 2013] [error] [client 75.115.197.53] File does not exist: /home/sam/public_html/dbtech/vbarcade/media/forest-kid, referer: http://www.samsfeathersandfriends.com/admincp/arcade_admin.php?do=games
[Wed Dec 25 07:07:53 2013] [error] [client 75.115.197.53] File does not exist: /home/sam/public_html/404.shtml, referer: http://www.samsfeathersandfriends.com/admincp/arcade_admin.php?do=games
[Wed Dec 25 07:07:53 2013] [error] [client 75.115.197.53] File does not exist: /home/sam/public_html/dbtech/vbarcade/media/fishing-tactics, referer: http://www.samsfeathersandfriends.com/admincp/arcade_admin.php?do=games
[Wed Dec 25 07:07:53 2013] [error] [client 75.115.197.53] File does not exist: /home/sam/public_html/404.shtml, referer: http://www.samsfeathersandfriends.com/admincp/arcade_admin.php?do=games
[Wed Dec 25 07:07:53 2013] [error] [client 75.115.197.53] File does not exist: /home/sam/public_html/dbtech/vbarcade/media/find-koala-bear, referer: http://www.samsfeathersandfriends.com/admincp/arcade_admin.php?do=games
[Wed Dec 25 07:07:53 2013] [error] [client 75.115.197.53] File does not exist: /home/sam/public_html/404.shtml, referer: http://www.samsfeathersandfriends.com/admincp/arcade_admin.php?do=games
[Wed Dec 25 07:07:53 2013] [error] [client 75.115.197.53] File does not exist: /home/sam/public_html/dbtech/vbarcade/media/find-alpaca, referer: http://www.samsfeathersandfriends.com/admincp/arcade_admin.php?do=games
[Wed Dec 25 07:07:53 2013] [error] [client 75.115.197.53] File does not exist: /home/sam/public_html/404.shtml, referer: http://www.samsfeathersandfriends.com/admincp/arcade_admin.php?do=games
[Wed Dec 25 07:07:53 2013] [error] [client 75.115.197.53] File does not exist: /home/sam/public_html/dbtech/vbarcade/media/farmer-and-big-animal-garden-coloring, referer: http://www.samsfeathersandfriends.com/admincp/arcade_admin.php?do=games
[Wed Dec 25 07:07:53 2013] [error] [client 75.115.197.53] File does not exist: /home/sam/public_html/404.shtml, referer: http://www.samsfeathersandfriends.com/admincp/arcade_admin.php?do=games
[Wed Dec 25 07:07:53 2013] [error] [client 75.115.197.53] File does not exist: /home/sam/public_html/dbtech/vbarcade/media/dream-pet-connect-2_2, referer: http://www.samsfeathersandfriends.com/admincp/arcade_admin.php?do=games
[Wed Dec 25 07:07:53 2013] [error] [client 75.115.197.53] File does not exist: /home/sam/public_html/404.shtml, referer: http://www.samsfeathersandfriends.com/admincp/arcade_admin.php?do=games
[Wed Dec 25 07:07:53 2013] [error] [client 75.115.197.53] File does not exist: /home/sam/public_html/dbtech/vbarcade/media/dream-pet-connect-1_2, referer: http://www.samsfeathersandfriends.com/admincp/arcade_admin.php?do=games
[Wed Dec 25 07:07:53 2013] [error] [client 75.115.197.53] File does not exist: /home/sam/public_html/404.shtml, referer: http://www.samsfeathersandfriends.com/admincp/arcade_admin.php?do=games
[Wed Dec 25 07:07:53 2013] [error] [client 75.115.197.53] File does not exist: /home/sam/public_html/dbtech/vbarcade/media/cute-animal-matching-v2, referer: http://www.samsfeathersandfriends.com/admincp/arcade_admin.php?do=games
[Wed Dec 25 07:07:53 2013] [error] [client 75.115.197.53] File does not exist: /home/sam/public_html/404.shtml, referer: http://www.samsfeathersandfriends.com/admincp/arcade_admin.php?do=games
[Wed Dec 25 07:07:53 2013] [error] [client 75.115.197.53] File does not exist: /home/sam/public_html/dbtech/vbarcade/media/cute-animal-matching, referer: http://www.samsfeathersandfriends.com/admincp/arcade_admin.php?do=games
[Wed Dec 25 07:07:53 2013] [error] [client 75.115.197.53] File does not exist: /home/sam/public_html/404.shtml, referer: http://www.samsfeathersandfriends.com/admincp/arcade_admin.php?do=games
[Wed Dec 25 07:07:53 2013] [error] [client 75.115.197.53] File does not exist: /home/sam/public_html/dbtech/vbarcade/media/crazy-animals_v457008, referer: http://www.samsfeathersandfriends.com/admincp/arcade_admin.php?do=games
[Wed Dec 25 07:07:53 2013] [error] [client 75.115.197.53] File does not exist: /home/sam/public_html/404.shtml, referer: http://www.samsfeathersandfriends.com/admincp/arcade_admin.php?do=games
[Wed Dec 25 07:07:53 2013] [error] [client 75.115.197.53] File does not exist: /home/sam/public_html/dbtech/vbarcade/media/country-girl-puzzle-game, referer: http://www.samsfeathersandfriends.com/admincp/arcade_admin.php?do=games
[Wed Dec 25 07:07:53 2013] [error] [client 75.115.197.53] File does not exist: /home/sam/public_html/404.shtml, referer: http://www.samsfeathersandfriends.com/admincp/arcade_admin.php?do=games
[Wed Dec 25 07:07:53 2013] [error] [client 75.115.197.53] File does not exist: /home/sam/public_html/dbtech/vbarcade/media/benny-bunny, referer: http://www.samsfeathersandfriends.com/admincp/arcade_admin.php?do=games
[Wed Dec 25 07:07:53 2013] [error] [client 75.115.197.53] File does not exist: /home/sam/public_html/404.shtml, referer: http://www.samsfeathersandfriends.com/admincp/arcade_admin.php?do=games
[Wed Dec 25 07:07:53 2013] [error] [client 75.115.197.53] File does not exist: /home/sam/public_html/dbtech/vbarcade/media/assorted-thirsty-animal-puzzle, referer: http://www.samsfeathersandfriends.com/admincp/arcade_admin.php?do=games
[Wed Dec 25 07:07:53 2013] [error] [client 75.115.197.53] File does not exist: /home/sam/public_html/404.shtml, referer: http://www.samsfeathersandfriends.com/admincp/arcade_admin.php?do=games
[Wed Dec 25 07:07:53 2013] [error] [client 75.115.197.53] File does not exist: /home/sam/public_html/dbtech/vbarcade/media/animal-world, referer: http://www.samsfeathersandfriends.com/admincp/arcade_admin.php?do=games
[Wed Dec 25 07:07:53 2013] [error] [client 75.115.197.53] File does not exist: /home/sam/public_html/404.shtml, referer: http://www.samsfeathersandfriends.com/admincp/arcade_admin.php?do=games
[Wed Dec 25 07:07:53 2013] [error] [client 75.115.197.53] File does not exist: /home/sam/public_html/dbtech/vbarcade/media/animal-word-search, referer: http://www.samsfeathersandfriends.com/admincp/arcade_admin.php?do=games
[Wed Dec 25 07:07:53 2013] [error] [client 75.115.197.53] File does not exist: /home/sam/public_html/404.shtml, referer: http://www.samsfeathersandfriends.com/admincp/arcade_admin.php?do=games
[Wed Dec 25 07:07:53 2013] [error] [client 75.115.197.53] File does not exist: /home/sam/public_html/dbtech/vbarcade/media/animal-rush-war, referer: http://www.samsfeathersandfriends.com/admincp/arcade_admin.php?do=games
[Wed Dec 25 07:07:53 2013] [error] [client 75.115.197.53] File does not exist: /home/sam/public_html/404.shtml, referer: http://www.samsfeathersandfriends.com/admincp/arcade_admin.php?do=games
[Wed Dec 25 07:07:53 2013] [error] [client 75.115.197.53] File does not exist: /home/sam/public_html/dbtech/vbarcade/media/animal-hats, referer: http://www.samsfeathersandfriends.com/admincp/arcade_admin.php?do=games
[Wed Dec 25 07:07:53 2013] [error] [client 75.115.197.53] File does not exist: /home/sam/public_html/404.shtml, referer: http://www.samsfeathersandfriends.com/admincp/arcade_admin.php?do=games
[Wed Dec 25 07:07:53 2013] [error] [client 75.115.197.53] File does not exist: /home/sam/public_html/dbtech/vbarcade/media/animal-faces-hidden-images, referer: http://www.samsfeathersandfriends.com/admincp/arcade_admin.php?do=games
[Wed Dec 25 07:07:49 2013] [error] [client 75.115.197.53] File does not exist: /home/sam/public_html/404.shtml, referer: http://www.samsfeathersandfriends.com/admincp/arcade_admin.php?do=games
[Wed Dec 25 07:07:49 2013] [error] [client 75.115.197.53] File does not exist: /home/sam/public_html/dbtech/vbarcade/media/keep-in, referer: http://www.samsfeathersandfriends.com/admincp/arcade_admin.php?do=games
[Wed Dec 25 07:07:49 2013] [error] [client 75.115.197.53] File does not exist: /home/sam/public_html/404.shtml, referer: http://www.samsfeathersandfriends.com/admincp/arcade_admin.php?do=games
[Wed Dec 25 07:07:49 2013] [error] [client 75.115.197.53] File does not exist: /home/sam/public_html/dbtech/vbarcade/media/jidou-snap-ring, referer: http://www.samsfeathersandfriends.com/admincp/arcade_admin.php?do=games
[Wed Dec 25 07:07:49 2013] [error] [client 75.115.197.53] File does not exist: /home/sam/public_html/404.shtml, referer: http://www.samsfeathersandfriends.com/admincp/arcade_admin.php?do=games
[Wed Dec 25 07:07:49 2013] [error] [client 75.115.197.53] File does not exist: /home/sam/public_html/dbtech/vbarcade/media/halloween-physics, referer: http://www.samsfeathersandfriends.com/admincp/arcade_admin.php?do=games
[Wed Dec 25 07:07:49 2013] [error] [client 75.115.197.53] File does not exist: /home/sam/public_html/404.shtml, referer: http://www.samsfeathersandfriends.com/admincp/arcade_admin.php?do=games
[Wed Dec 25 07:07:49 2013] [error] [client 75.115.197.53] File does not exist: /home/sam/public_html/dbtech/vbarcade/media/guess-who-is-talking, referer: http://www.samsfeathersandfriends.com/admincp/arcade_admin.php?do=games
[Wed Dec 25 07:07:49 2013] [error] [client 75.115.197.53] File does not exist: /home/sam/public_html/404.shtml, referer: http://www.samsfeathersandfriends.com/admincp/arcade_admin.php?do=games
[Wed Dec 25 07:07:49 2013] [error] [client 75.115.197.53] File does not exist: /home/sam/public_html/dbtech/vbarcade/media/furtive-dao, referer: http://www.samsfeathersandfriends.com/admincp/arcade_admin.php?do=games
[Wed Dec 25 07:07:49 2013] [error] [client 75.115.197.53] File does not exist: /home/sam/public_html/404.shtml, referer: http://www.samsfeathersandfriends.com/admincp/arcade_admin.php?do=games
[Wed Dec 25 07:07:49 2013] [error] [client 75.115.197.53] File does not exist: /home/sam/public_html/dbtech/vbarcade/media/frog-crazy-adventure, referer: http://www.samsfeathersandfriends.com/admincp/arcade_admin.php?do=games
[Wed Dec 25 07:07:49 2013] [error] [client 75.115.197.53] File does not exist: /home/sam/public_html/404.shtml, referer: http://www.samsfeathersandfriends.com/admincp/arcade_admin.php?do=games
[Wed Dec 25 07:07:49 2013] [error] [client 75.115.197.53] File does not exist: /home/sam/public_html/dbtech/vbarcade/media/forrest-animal-shoot, referer: http://www.samsfeathersandfriends.com/admincp/arcade_admin.php?do=games
[Wed Dec 25 07:07:49 2013] [error] [client 75.115.197.53] File does not exist: /home/sam/public_html/404.shtml, referer: http://www.samsfeathersandfriends.com/admincp/arcade_admin.php?do=games
[Wed Dec 25 07:07:49 2013] [error] [client 75.115.197.53] File does not exist: /home/sam/public_html/dbtech/vbarcade/media/forest-kid, referer: http://www.samsfeathersandfriends.com/admincp/arcade_admin.php?do=games
[Wed Dec 25 07:07:49 2013] [error] [client 75.115.197.53] File does not exist: /home/sam/public_html/404.shtml, referer: http://www.samsfeathersandfriends.com/admincp/arcade_admin.php?do=games
[Wed Dec 25 07:07:49 2013] [error] [client 75.115.197.53] File does not exist: /home/sam/public_html/dbtech/vbarcade/media/fishing-tactics, referer: http://www.samsfeathersandfriends.com/admincp/arcade_admin.php?do=games
[Wed Dec 25 07:07:49 2013] [error] [client 75.115.197.53] File does not exist: /home/sam/public_html/404.shtml, referer: http://www.samsfeathersandfriends.com/admincp/arcade_admin.php?do=games
[Wed Dec 25 07:07:49 2013] [error] [client 75.115.197.53] File does not exist: /home/sam/public_html/dbtech/vbarcade/media/find-koala-bear, referer: http://www.samsfeathersandfriends.com/admincp/arcade_admin.php?do=games
[Wed Dec 25 07:07:49 2013] [error] [client 75.115.197.53] File does not exist: /home/sam/public_html/404.shtml, referer: http://www.samsfeathersandfriends.com/admincp/arcade_admin.php?do=games
[Wed Dec 25 07:07:49 2013] [error] [client 75.115.197.53] File does not exist: /home/sam/public_html/dbtech/vbarcade/media/find-alpaca, referer: http://www.samsfeathersandfriends.com/admincp/arcade_admin.php?do=games
[Wed Dec 25 07:07:49 2013] [error] [client 75.115.197.53] File does not exist: /home/sam/public_html/404.shtml, referer: http://www.samsfeathersandfriends.com/admincp/arcade_admin.php?do=games
[Wed Dec 25 07:07:49 2013] [error] [client 75.115.197.53] File does not exist: /home/sam/public_html/dbtech/vbarcade/media/farmer-and-big-animal-garden-coloring, referer: http://www.samsfeathersandfriends.com/admincp/arcade_admin.php?do=games
[Wed Dec 25 07:07:49 2013] [error] [client 75.115.197.53] File does not exist: /home/sam/public_html/404.shtml, referer: http://www.samsfeathersandfriends.com/admincp/arcade_admin.php?do=games
[Wed Dec 25 07:07:49 2013] [error] [client 75.115.197.53] File does not exist: /home/sam/public_html/dbtech/vbarcade/media/dream-pet-connect-2_2, referer: http://www.samsfeathersandfriends.com/admincp/arcade_admin.php?do=games
[Wed Dec 25 07:07:49 2013] [error] [client 75.115.197.53] File does not exist: /home/sam/public_html/404.shtml, referer: http://www.samsfeathersandfriends.com/admincp/arcade_admin.php?do=games
[Wed Dec 25 07:07:49 2013] [error] [client 75.115.197.53] File does not exist: /home/sam/public_html/dbtech/vbarcade/media/dream-pet-connect-1_2, referer: http://www.samsfeathersandfriends.com/admincp/arcade_admin.php?do=games
[Wed Dec 25 07:07:49 2013] [error] [client 75.115.197.53] File does not exist: /home/sam/public_html/404.shtml, referer: http://www.samsfeathersandfriends.com/admincp/arcade_admin.php?do=games
[Wed Dec 25 07:07:49 2013] [error] [client 75.115.197.53] File does not exist: /home/sam/public_html/dbtech/vbarcade/media/cute-animal-matching-v2, referer: http://www.samsfeathersandfriends.com/admincp/arcade_admin.php?do=games
[Wed Dec 25 07:07:49 2013] [error] [client 75.115.197.53] File does not exist: /home/sam/public_html/404.shtml, referer: http://www.samsfeathersandfriends.com/admincp/arcade_admin.php?do=games
[Wed Dec 25 07:07:49 2013] [error] [client 75.115.197.53] File does not exist: /home/sam/public_html/dbtech/vbarcade/media/cute-animal-matching, referer: http://www.samsfeathersandfriends.com/admincp/arcade_admin.php?do=games
[Wed Dec 25 07:07:49 2013] [error] [client 75.115.197.53] File does not exist: /home/sam/public_html/404.shtml, referer: http://www.samsfeathersandfriends.com/admincp/arcade_admin.php?do=games
[Wed Dec 25 07:07:49 2013] [error] [client 75.115.197.53] File does not exist: /home/sam/public_html/dbtech/vbarcade/media/crazy-animals_v457008, referer: http://www.samsfeathersandfriends.com/admincp/arcade_admin.php?do=games
[Wed Dec 25 07:07:49 2013] [error] [client 75.115.197.53] File does not exist: /home/sam/public_html/404.shtml, referer: http://www.samsfeathersandfriends.com/admincp/arcade_admin.php?do=games
[Wed Dec 25 07:07:49 2013] [error] [client 75.115.197.53] File does not exist: /home/sam/public_html/dbtech/vbarcade/media/country-girl-puzzle-game, referer: http://www.samsfeathersandfriends.com/admincp/arcade_admin.php?do=games
[Wed Dec 25 07:07:49 2013] [error] [client 75.115.197.53] File does not exist: /home/sam/public_html/404.shtml, referer: http://www.samsfeathersandfriends.com/admincp/arcade_admin.php?do=games
[Wed Dec 25 07:07:49 2013] [error] [client 75.115.197.53] File does not exist: /home/sam/public_html/dbtech/vbarcade/media/assorted-thirsty-animal-puzzle, referer: http://www.samsfeathersandfriends.com/admincp/arcade_admin.php?do=games
[Wed Dec 25 07:07:49 2013] [error] [client 75.115.197.53] File does not exist: /home/sam/public_html/404.shtml, referer: http://www.samsfeathersandfriends.com/admincp/arcade_admin.php?do=games
[Wed Dec 25 07:07:49 2013] [error] [client 75.115.197.53] File does not exist: /home/sam/public_html/dbtech/vbarcade/media/benny-bunny, referer: http://www.samsfeathersandfriends.com/admincp/arcade_admin.php?do=games
[Wed Dec 25 07:07:49 2013] [error] [client 75.115.197.53] File does not exist: /home/sam/public_html/404.shtml, referer: http://www.samsfeathersandfriends.com/admincp/arcade_admin.php?do=games
[Wed Dec 25 07:07:49 2013] [error] [client 75.115.197.53] File does not exist: /home/sam/public_html/dbtech/vbarcade/media/animal-word-search, referer: http://www.samsfeathersandfriends.com/admincp/arcade_admin.php?do=games
[Wed Dec 25 07:07:49 2013] [error] [client 75.115.197.53] File does not exist: /home/sam/public_html/404.shtml, referer: http://www.samsfeathersandfriends.com/admincp/arcade_admin.php?do=games
[Wed Dec 25 07:07:49 2013] [error] [client 75.115.197.53] File does not exist: /home/sam/public_html/dbtech/vbarcade/media/animal-rush-war, referer: http://www.samsfeathersandfriends.com/admincp/arcade_admin.php?do=games
[Wed Dec 25 07:07:49 2013] [error] [client 75.115.197.53] File does not exist: /home/sam/public_html/404.shtml, referer: http://www.samsfeathersandfriends.com/admincp/arcade_admin.php?do=games
[Wed Dec 25 07:07:49 2013] [error] [client 75.115.197.53] File does not exist: /home/sam/public_html/dbtech/vbarcade/media/animal-hats, referer: http://www.samsfeathersandfriends.com/admincp/arcade_admin.php?do=games
[Wed Dec 25 07:07:49 2013] [error] [client 75.115.197.53] File does not exist: /home/sam/public_html/404.shtml, referer: http://www.samsfeathersandfriends.com/admincp/arcade_admin.php?do=games
[Wed Dec 25 07:07:49 2013] [error] [client 75.115.197.53] File does not exist: /home/sam/public_html/dbtech/vbarcade/media/animal-faces-hidden-images, referer: http://www.samsfeathersandfriends.com/admincp/arcade_admin.php?do=games
[Wed Dec 25 07:07:49 2013] [error] [client 75.115.197.53] File does not exist: /home/sam/public_html/404.shtml, referer: http://www.samsfeathersandfriends.com/admincp/arcade_admin.php?do=games
[Wed Dec 25 07:07:49 2013] [error] [client 75.115.197.53] File does not exist: /home/sam/public_html/dbtech/vbarcade/media/animal-world, referer: http://www.samsfeathersandfriends.com/admincp/arcade_admin.php?do=games
[Wed Dec 25 06:43:40 2013] [error] [client 208.80.194.42] File does not exist: /home/sam/public_html/404.shtml
[Wed Dec 25 06:43:40 2013] [error] [client 208.80.194.42] File does not exist: /home/sam/public_html/e9d25be220594831eb9376c7eb842a56
[Wed Dec 25 06:33:47 2013] [error] [client 75.115.197.53] File does not exist: /home/sam/public_html/500.shtml, referer: http://www.samsfeathersandfriends.com/admincp/arcade_admin.php?do=review
[Wed Dec 25 06:20:57 2013] [error] [client 119.63.193.130] File does not exist: /home/sam/public_html/500.shtml
[Wed Dec 25 06:19:28 2013] [error] [client 202.46.54.40] File does not exist: /home/sam/public_html/500.shtml
[Wed Dec 25 06:18:44 2013] [error] [client 66.249.73.143] File does not exist: /home/sam/public_html/404.shtml
[Wed Dec 25 06:18:44 2013] [error] [client 66.249.73.143] File does not exist: /home/sam/public_html/sitemap_index.xml.gz
[Wed Dec 25 05:34:21 2013] [error] [client 100.43.83.152] File does not exist: /home/sam/public_html/404.shtml
[Wed Dec 25 04:39:50 2013] [error] [client 208.80.194.30] File does not exist: /home/sam/public_html/404.shtml
[Wed Dec 25 04:39:50 2013] [error] [client 208.80.194.30] File does not exist: /home/sam/public_html/e9d25be220594831eb9376c7eb842a56
[Wed Dec 25 04:34:02 2013] [error] [client 208.80.194.30] File does not exist: /home/sam/public_html/404.shtml
[Wed Dec 25 04:34:02 2013] [error] [client 208.80.194.30] File does not exist: /home/sam/public_html/e9d25be220594831eb9376c7eb842a56
[Wed Dec 25 04:32:15 2013] [error] [client 208.80.194.26] File does not exist: /home/sam/public_html/404.shtml
[Wed Dec 25 04:32:15 2013] [error] [client 208.80.194.26] File does not exist: /home/sam/public_html/e9d25be220594831eb9376c7eb842a56
[Wed Dec 25 04:29:34 2013] [error] [client 119.63.193.130] File does not exist: /home/sam/public_html/500.shtml
[Wed Dec 25 04:27:41 2013] [error] [client 202.46.62.200] File does not exist: /home/sam/public_html/500.shtml
[Wed Dec 25 04:22:06 2013] [error] [client 208.80.194.30] File does not exist: /home/sam/public_html/404.shtml
[Wed Dec 25 04:22:06 2013] [error] [client 208.80.194.30] File does not exist: /home/sam/public_html/e9d25be220594831eb9376c7eb842a56
[Wed Dec 25 04:21:26 2013] [error] [client 208.80.194.30] File does not exist: /home/sam/public_html/404.shtml
[Wed Dec 25 04:21:26 2013] [error] [client 208.80.194.30] File does not exist: /home/sam/public_html/e9d25be220594831eb9376c7eb842a56
[Wed Dec 25 04:18:28 2013] [error] [client 208.80.194.30] File does not exist: /home/sam/public_html/404.shtml
[Wed Dec 25 04:18:28 2013] [error] [client 208.80.194.30] File does not exist: /home/sam/public_html/e9d25be220594831eb9376c7eb842a56
[Wed Dec 25 04:14:43 2013] [error] [client 208.80.194.26] File does not exist: /home/sam/public_html/404.shtml
[Wed Dec 25 04:14:43 2013] [error] [client 208.80.194.26] File does not exist: /home/sam/public_html/e9d25be220594831eb9376c7eb842a56
[Wed Dec 25 04:14:24 2013] [error] [client 208.80.194.30] File does not exist: /home/sam/public_html/404.shtml
[Wed Dec 25 04:14:24 2013] [error] [client 208.80.194.30] File does not exist: /home/sam/public_html/e9d25be220594831eb9376c7eb842a56
[Wed Dec 25 04:13:46 2013] [error] [client 66.249.73.143] File does not exist: /home/sam/public_html/404.shtml
[Wed Dec 25 04:09:55 2013] [error] [client 208.80.194.30] File does not exist: /home/sam/public_html/404.shtml
[Wed Dec 25 04:09:55 2013] [error] [client 208.80.194.30] File does not exist: /home/sam/public_html/e9d25be220594831eb9376c7eb842a56
[Wed Dec 25 04:09:34 2013] [error] [client 208.80.194.30] File does not exist: /home/sam/public_html/404.shtml
[Wed Dec 25 04:09:34 2013] [error] [client 208.80.194.30] File does not exist: /home/sam/public_html/e9d25be220594831eb9376c7eb842a56
[Wed Dec 25 03:59:09 2013] [error] [client 208.80.194.30] File does not exist: /home/sam/public_html/404.shtml
[Wed Dec 25 03:59:09 2013] [error] [client 208.80.194.30] File does not exist: /home/sam/public_html/e9d25be220594831eb9376c7eb842a56
[Wed Dec 25 03:58:56 2013] [error] [client 208.80.194.26] File does not exist: /home/sam/public_html/404.shtml
[Wed Dec 25 03:58:56 2013] [error] [client 208.80.194.26] File does not exist: /home/sam/public_html/e9d25be220594831eb9376c7eb842a56
[Wed Dec 25 03:58:06 2013] [error] [client 208.80.194.26] File does not exist: /home/sam/public_html/404.shtml
[Wed Dec 25 03:58:06 2013] [error] [client 208.80.194.26] File does not exist: /home/sam/public_html/e9d25be220594831eb9376c7eb842a56
[Wed Dec 25 03:50:22 2013] [error] [client 100.43.83.152] File does not exist: /home/sam/public_html/404.shtml
[Wed Dec 25 03:37:18 2013] [error] [client 208.80.194.30] File does not exist: /home/sam/public_html/404.shtml
[Wed Dec 25 03:37:18 2013] [error] [client 208.80.194.30] File does not exist: /home/sam/public_html/e9d25be220594831eb9376c7eb842a56
[Wed Dec 25 03:26:56 2013] [error] [client 208.80.194.26] File does not exist: /home/sam/public_html/404.shtml
[Wed Dec 25 03:26:56 2013] [error] [client 208.80.194.26] File does not exist: /home/sam/public_html/e9d25be220594831eb9376c7eb842a56
[Wed Dec 25 03:25:46 2013] [error] [client 60.191.31.186] File does not exist: /home/sam/public_html/500.shtml
[Wed Dec 25 03:25:00 2013] [error] [client 208.80.194.26] File does not exist: /home/sam/public_html/404.shtml
[Wed Dec 25 03:25:00 2013] [error] [client 208.80.194.26] File does not exist: /home/sam/public_html/e9d25be220594831eb9376c7eb842a56
[Wed Dec 25 03:23:38 2013] [error] [client 208.80.194.26] File does not exist: /home/sam/public_html/404.shtml
[Wed Dec 25 03:23:38 2013] [error] [client 208.80.194.26] File does not exist: /home/sam/public_html/e9d25be220594831eb9376c7eb842a56
[Wed Dec 25 03:20:08 2013] [error] [client 208.80.194.26] File does not exist: /home/sam/public_html/404.shtml
[Wed Dec 25 03:20:08 2013] [error] [client 208.80.194.26] File does not exist: /home/sam/public_html/e9d25be220594831eb9376c7eb842a56
[Wed Dec 25 03:19:12 2013] [error] [client 208.80.194.26] File does not exist: /home/sam/public_html/404.shtml
[Wed Dec 25 03:19:12 2013] [error] [client 208.80.194.26] File does not exist: /home/sam/public_html/e9d25be220594831eb9376c7eb842a56
[Wed Dec 25 03:15:11 2013] [error] [client 208.80.194.26] File does not exist: /home/sam/public_html/404.shtml
[Wed Dec 25 03:15:11 2013] [error] [client 208.80.194.26] File does not exist: /home/sam/public_html/e9d25be220594831eb9376c7eb842a56
[Wed Dec 25 03:09:44 2013] [error] [client 208.80.194.26] File does not exist: /home/sam/public_html/404.shtml
[Wed Dec 25 03:09:44 2013] [error] [client 208.80.194.26] File does not exist: /home/sam/public_html/e9d25be220594831eb9376c7eb842a56
[Wed Dec 25 03:08:46 2013] [error] [client 208.80.194.26] File does not exist: /home/sam/public_html/404.shtml
[Wed Dec 25 03:08:46 2013] [error] [client 208.80.194.26] File does not exist: /home/sam/public_html/e9d25be220594831eb9376c7eb842a56
[Wed Dec 25 03:04:27 2013] [error] [client 208.80.194.26] File does not exist: /home/sam/public_html/404.shtml
[Wed Dec 25 03:04:27 2013] [error] [client 208.80.194.26] File does not exist: /home/sam/public_html/e9d25be220594831eb9376c7eb842a56
[Wed Dec 25 03:04:04 2013] [error] [client 208.80.194.26] File does not exist: /home/sam/public_html/404.shtml
[Wed Dec 25 03:04:04 2013] [error] [client 208.80.194.26] File does not exist: /home/sam/public_html/e9d25be220594831eb9376c7eb842a56
[Wed Dec 25 02:54:54 2013] [error] [client 100.43.83.152] File does not exist: /home/sam/public_html/404.shtml
[Wed Dec 25 02:54:05 2013] [error] [client 208.80.194.26] File does not exist: /home/sam/public_html/404.shtml
[Wed Dec 25 02:54:05 2013] [error] [client 208.80.194.26] File does not exist: /home/sam/public_html/e9d25be220594831eb9376c7eb842a56
[Wed Dec 25 02:53:10 2013] [error] [client 208.80.194.26] File does not exist: /home/sam/public_html/404.shtml
[Wed Dec 25 02:53:10 2013] [error] [client 208.80.194.26] File does not exist: /home/sam/public_html/e9d25be220594831eb9376c7eb842a56
[Wed Dec 25 02:51:29 2013] [error] [client 208.80.194.26] File does not exist: /home/sam/public_html/404.shtml
[Wed Dec 25 02:51:29 2013] [error] [client 208.80.194.26] File does not exist: /home/sam/public_html/e9d25be220594831eb9376c7eb842a56
[Wed Dec 25 02:46:52 2013] [error] [client 208.80.194.26] File does not exist: /home/sam/public_html/404.shtml
[Wed Dec 25 02:46:52 2013] [error] [client 208.80.194.26] File does not exist: /home/sam/public_html/e9d25be220594831eb9376c7eb842a56
[Wed Dec 25 02:35:38 2013] [error] [client 208.80.194.26] File does not exist: /home/sam/public_html/404.shtml
[Wed Dec 25 02:35:38 2013] [error] [client 208.80.194.26] File does not exist: /home/sam/public_html/e9d25be220594831eb9376c7eb842a56
[Wed Dec 25 02:06:41 2013] [error] [client 119.63.193.130] File does not exist: /home/sam/public_html/500.shtml
[Wed Dec 25 02:05:47 2013] [error] [client 202.46.56.55] File does not exist: /home/sam/public_html/500.shtml
[Wed Dec 25 01:20:22 2013] [error] [client 157.55.32.62] File does not exist: /home/sam/public_html/404.shtml
[Wed Dec 25 01:17:09 2013] [error] [client 208.80.194.30] File does not exist: /home/sam/public_html/404.shtml
[Wed Dec 25 01:17:09 2013] [error] [client 208.80.194.30] File does not exist: /home/sam/public_html/e9d25be220594831eb9376c7eb842a56
[Wed Dec 25 01:09:29 2013] [error] [client 208.80.194.29] File does not exist: /home/sam/public_html/404.shtml
[Wed Dec 25 01:09:29 2013] [error] [client 208.80.194.29] File does not exist: /home/sam/public_html/e9d25be220594831eb9376c7eb842a56
[Wed Dec 25 01:08:14 2013] [error] [client 208.80.194.29] File does not exist: /home/sam/public_html/404.shtml
[Wed Dec 25 01:08:14 2013] [error] [client 208.80.194.29] File does not exist: /home/sam/public_html/e9d25be220594831eb9376c7eb842a56
[Wed Dec 25 01:05:27 2013] [error] [client 208.80.194.30] File does not exist: /home/sam/public_html/404.shtml
[Wed Dec 25 01:05:27 2013] [error] [client 208.80.194.30] File does not exist: /home/sam/public_html/e9d25be220594831eb9376c7eb842a56
[Wed Dec 25 01:05:03 2013] [error] [client 208.80.194.29] File does not exist: /home/sam/public_html/404.shtml
[Wed Dec 25 01:05:03 2013] [error] [client 208.80.194.29] File does not exist: /home/sam/public_html/e9d25be220594831eb9376c7eb842a56
[Wed Dec 25 01:04:17 2013] [error] [client 208.80.194.29] File does not exist: /home/sam/public_html/404.shtml
[Wed Dec 25 01:04:17 2013] [error] [client 208.80.194.29] File does not exist: /home/sam/public_html/e9d25be220594831eb9376c7eb842a56
[Wed Dec 25 00:58:58 2013] [error] [client 208.80.194.30] File does not exist: /home/sam/public_html/404.shtml
[Wed Dec 25 00:58:58 2013] [error] [client 208.80.194.30] File does not exist: /home/sam/public_html/e9d25be220594831eb9376c7eb842a56
[Wed Dec 25 00:55:50 2013] [error] [client 208.80.194.29] File does not exist: /home/sam/public_html/404.shtml
[Wed Dec 25 00:55:50 2013] [error] [client 208.80.194.29] File does not exist: /home/sam/public_html/e9d25be220594831eb9376c7eb842a56
[Wed Dec 25 00:55:12 2013] [error] [client 208.80.194.30] File does not exist: /home/sam/public_html/404.shtml
[Wed Dec 25 00:55:12 2013] [error] [client 208.80.194.30] File does not exist: /home/sam/public_html/e9d25be220594831eb9376c7eb842a56
[Wed Dec 25 00:54:45 2013] [error] [client 208.80.194.30] File does not exist: /home/sam/public_html/404.shtml
[Wed Dec 25 00:54:45 2013] [error] [client 208.80.194.30] File does not exist: /home/sam/public_html/e9d25be220594831eb9376c7eb842a56
[Wed Dec 25 00:44:45 2013] [error] [client 208.80.194.30] File does not exist: /home/sam/public_html/404.shtml
[Wed Dec 25 00:44:45 2013] [error] [client 208.80.194.30] File does not exist: /home/sam/public_html/e9d25be220594831eb9376c7eb842a56
[Wed Dec 25 00:44:33 2013] [error] [client 157.56.229.190] File does not exist: /home/sam/public_html/404.shtml
[Wed Dec 25 00:44:33 2013] [error] [client 157.56.229.190] File does not exist: /home/sam/public_html/forum
[Wed Dec 25 00:41:54 2013] [error] [client 208.80.194.29] File does not exist: /home/sam/public_html/404.shtml
[Wed Dec 25 00:41:54 2013] [error] [client 208.80.194.29] File does not exist: /home/sam/public_html/e9d25be220594831eb9376c7eb842a56
[Wed Dec 25 00:39:32 2013] [error] [client 208.80.194.29] File does not exist: /home/sam/public_html/404.shtml
[Wed Dec 25 00:39:32 2013] [error] [client 208.80.194.29] File does not exist: /home/sam/public_html/e9d25be220594831eb9376c7eb842a56
[Wed Dec 25 00:38:46 2013] [error] [client 208.80.194.30] File does not exist: /home/sam/public_html/404.shtml
[Wed Dec 25 00:38:46 2013] [error] [client 208.80.194.30] File does not exist: /home/sam/public_html/e9d25be220594831eb9376c7eb842a56
[Wed Dec 25 00:24:34 2013] [error] [client 208.80.194.29] File does not exist: /home/sam/public_html/404.shtml
[Wed Dec 25 00:24:34 2013] [error] [client 208.80.194.29] File does not exist: /home/sam/public_html/e9d25be220594831eb9376c7eb842a56
[Wed Dec 25 00:23:24 2013] [error] [client 119.63.193.132] File does not exist: /home/sam/public_html/500.shtml
[Wed Dec 25 00:21:47 2013] [error] [client 202.46.55.36] File does not exist: /home/sam/public_html/500.shtml
 
My IP address does not appear to be a part of that error log. I'm very much at a loss as to what could be wrong here =/
 
Did you look at the PHP file and see if there is anything wrong with that? Maybe something is not on? Wondering if it might be the mod-rewrite. I can take out the htaccess and the arcade still works?
 
Status
Not open for further replies.

Legacy vBArcade

vBulletin 4.x.x
Seller
DragonByte Technologies
Release date
Last update
Total downloads
899
Customer rating
0.00 star(s) 0 ratings
Back
Top