PDF Files not displaying

Problems with the Windows version of XAMPP, questions, comments, and anything related.

PDF Files not displaying

Postby pbraz » 08. March 2008 00:57

Hi,

I have intalled XAMPP and a website that has links to pdf files.

When I click links to those files on the host server it brings up a page but does not display the pdf.

When I run the site from another computer on my netwrok it says the file is corrupted.

When I just try to open the file directly as a PDF with Adobe Reader it is all OK.

Any ideas on what might be wrong please ?

Thanks
Paul
pbraz
 
Posts: 6
Joined: 08. March 2008 00:53

Postby Milligan » 08. March 2008 05:09

Last edited by Milligan on 17. July 2008 06:24, edited 1 time in total.
Milligan
 
Posts: 136
Joined: 03. March 2008 06:23

FireFox and IE are OK but can not read PDF from XAMPP

Postby pbraz » 08. March 2008 05:35

Hi,

I checked IE and Firefox.

Both can read the test pdf you provided, both can read my pdf from a remote server, if i navigate directly to the file they open OK with IE and Firefox and the Adobe reader.

When I try to read the file from the XAMPP installed server as a link both IE and Firefox fail and deliver the message "The file is damaged and could not be repaired"

Its almost as if the server is chaning the pdf in some way and when the browser tries to read it it is seeing a damaged file.

Thanks
Paul
pbraz
 
Posts: 6
Joined: 08. March 2008 00:53

Postby Milligan » 08. March 2008 05:46

Last edited by Milligan on 17. July 2008 06:26, edited 2 times in total.
Milligan
 
Posts: 136
Joined: 03. March 2008 06:23

Some more info

Postby pbraz » 08. March 2008 06:57

Hi,

The website is on an intranet do I can't give access.

Here is the link on the webpage:

<a href="docs/completter9mar.pdf"><img src="images/pdf.gif" />PMPC Equitation and Dressage Competitor Advice</a>

Now on the machine that the server is running the address of the link is

http://127.0.0.0/docs/completter9mar.pdf and the error occurs

If I change this in the address bar to:

http://localhost/docs/completter9mar.pdf then it works OK.

Same thing happens for the htdocs folder.

http://127.0.0.0/completter9mar.pdf and the error occurs

If I change this to:

http://localhost/completter9mar.pdf then it works OK.

Now if I go to another computer on the network and try using the server name for the server machine like below:

http://compucon/docs/completter9mar.pdf and the error occurs

If I use the server IP address:

http://192.168.0.100/docs/completter9mar.pdf and the error occurs

For the pdf in the htdocs folder the following happens from the other computer on the network

http://192.168.0.100/completter9mar.pdf and the error occurs

but

http://compucon/completter9mar.pdf and the file does not display but the browser does run the pdf plugin but the window is blank and contains no content.

There is no php in this page it is just html.

I will start looking for the apache log.

Thanks
Paul
pbraz
 
Posts: 6
Joined: 08. March 2008 00:53

Apache Error Log

Postby pbraz » 08. March 2008 07:04

The error log is below but I can't see anything that helps with the problem.

[Fri Mar 07 22:06:58 2008] [notice] Apache/2.2.8 (Win32) DAV/2 mod_ssl/2.2.8 OpenSSL/0.9.8g mod_autoindex_color PHP/5.2.5 configured -- resuming normal operations
[Fri Mar 07 22:06:58 2008] [notice] Server built: Jan 18 2008 00:37:19
[Fri Mar 07 22:06:58 2008] [notice] Parent: Created child process 3256
[Fri Mar 07 22:07:03 2008] [notice] Child 3256: Child process is running
[Fri Mar 07 22:07:03 2008] [notice] Child 3256: Acquired the start mutex.
[Fri Mar 07 22:07:03 2008] [notice] Child 3256: Starting 250 worker threads.
[Fri Mar 07 22:07:04 2008] [notice] Child 3256: Starting thread to listen on port 443.
[Fri Mar 07 22:07:04 2008] [notice] Child 3256: Starting thread to listen on port 80.
[Fri Mar 07 22:08:33 2008] [notice] Apache/2.2.8 (Win32) DAV/2 mod_ssl/2.2.8 OpenSSL/0.9.8g mod_autoindex_color PHP/5.2.5 configured -- resuming normal operations
[Fri Mar 07 22:08:33 2008] [notice] Server built: Jan 18 2008 00:37:19
[Fri Mar 07 22:08:33 2008] [notice] Parent: Created child process 2812
[Fri Mar 07 22:08:39 2008] [notice] Child 2812: Child process is running
[Fri Mar 07 22:08:39 2008] [notice] Child 2812: Acquired the start mutex.
[Fri Mar 07 22:08:39 2008] [notice] Child 2812: Starting 250 worker threads.
[Fri Mar 07 22:08:39 2008] [notice] Child 2812: Starting thread to listen on port 443.
[Fri Mar 07 22:08:39 2008] [notice] Child 2812: Starting thread to listen on port 80.
[Fri Mar 07 22:10:26 2008] [notice] Apache/2.2.8 (Win32) DAV/2 mod_ssl/2.2.8 OpenSSL/0.9.8g mod_autoindex_color PHP/5.2.5 configured -- resuming normal operations
[Fri Mar 07 22:10:26 2008] [notice] Server built: Jan 18 2008 00:37:19
[Fri Mar 07 22:10:26 2008] [notice] Parent: Created child process 2084
[Fri Mar 07 22:10:36 2008] [notice] Child 2084: Child process is running
[Fri Mar 07 22:10:36 2008] [notice] Child 2084: Acquired the start mutex.
[Fri Mar 07 22:10:36 2008] [notice] Child 2084: Starting 250 worker threads.
[Fri Mar 07 22:10:36 2008] [notice] Child 2084: Starting thread to listen on port 443.
[Fri Mar 07 22:10:36 2008] [notice] Child 2084: Starting thread to listen on port 80.
[Fri Mar 07 22:11:11 2008] [warn] pid file C:/xampp/apache/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?
[Fri Mar 07 22:11:15 2008] [notice] Apache/2.2.8 (Win32) DAV/2 mod_ssl/2.2.8 OpenSSL/0.9.8g mod_autoindex_color PHP/5.2.5 configured -- resuming normal operations
[Fri Mar 07 22:11:15 2008] [notice] Server built: Jan 18 2008 00:37:19
[Fri Mar 07 22:11:15 2008] [notice] Parent: Created child process 2696
[Fri Mar 07 22:11:21 2008] [notice] Child 2696: Child process is running
[Fri Mar 07 22:11:21 2008] [notice] Child 2696: Acquired the start mutex.
[Fri Mar 07 22:11:21 2008] [notice] Child 2696: Starting 250 worker threads.
[Fri Mar 07 22:11:21 2008] [notice] Child 2696: Starting thread to listen on port 443.
[Fri Mar 07 22:11:21 2008] [notice] Child 2696: Starting thread to listen on port 80.
[Fri Mar 07 22:11:36 2008] [notice] Parent: Received shutdown signal -- Shutting down the server.
[Fri Mar 07 22:11:36 2008] [notice] Child 2696: Exit event signaled. Child process is ending.
[Fri Mar 07 22:11:37 2008] [notice] Child 2696: Released the start mutex
[Fri Mar 07 22:11:38 2008] [notice] Child 2696: All worker threads have exited.
[Fri Mar 07 22:11:38 2008] [notice] Child 2696: Child process is exiting
[Fri Mar 07 22:11:38 2008] [notice] Parent: Child process exited successfully.
[Fri Mar 07 23:03:42 2008] [notice] Apache/2.2.8 (Win32) DAV/2 mod_ssl/2.2.8 OpenSSL/0.9.8g mod_autoindex_color PHP/5.2.5 configured -- resuming normal operations
[Fri Mar 07 23:03:42 2008] [notice] Server built: Jan 18 2008 00:37:19
[Fri Mar 07 23:03:42 2008] [notice] Parent: Created child process 2612
[Fri Mar 07 23:03:48 2008] [notice] Child 2612: Child process is running
[Fri Mar 07 23:03:48 2008] [notice] Child 2612: Acquired the start mutex.
[Fri Mar 07 23:03:48 2008] [notice] Child 2612: Starting 250 worker threads.
[Fri Mar 07 23:03:48 2008] [notice] Child 2612: Starting thread to listen on port 443.
[Fri Mar 07 23:03:48 2008] [notice] Child 2612: Starting thread to listen on port 80.
[Fri Mar 07 23:06:09 2008] [warn] pid file C:/xampp/apache/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?
[Fri Mar 07 23:06:16 2008] [notice] Apache/2.2.8 (Win32) DAV/2 mod_ssl/2.2.8 OpenSSL/0.9.8g mod_autoindex_color PHP/5.2.5 configured -- resuming normal operations
[Fri Mar 07 23:06:16 2008] [notice] Server built: Jan 18 2008 00:37:19
[Fri Mar 07 23:06:16 2008] [notice] Parent: Created child process 1824
[Fri Mar 07 23:06:22 2008] [notice] Child 1824: Child process is running
[Fri Mar 07 23:06:22 2008] [notice] Child 1824: Acquired the start mutex.
[Fri Mar 07 23:06:22 2008] [notice] Child 1824: Starting 250 worker threads.
[Fri Mar 07 23:06:22 2008] [notice] Child 1824: Starting thread to listen on port 443.
[Fri Mar 07 23:06:22 2008] [notice] Child 1824: Starting thread to listen on port 80.
[Fri Mar 07 23:11:10 2008] [error] [client 127.0.0.1] script 'C:/xampp/htdocs/test.php' not found or unable to stat
[Fri Mar 07 23:16:59 2008] [error] [client 127.0.0.1] script 'C:/xampp/htdocs/test.php' not found or unable to stat
datablock position = 2048
[Fri Mar 07 23:57:34 2008] [error] [client 192.168.0.101] script 'C:/xampp/htdocs/index_anw92xd2nu.php' not found or unable to stat
[Fri Mar 07 23:57:34 2008] [error] [client 192.168.0.101] script 'C:/xampp/htdocs/index_ao07vxd2nz.php' not found or unable to stat
[Sat Mar 08 00:03:33 2008] [error] [client 192.168.0.101] script 'C:/xampp/htdocs/index_avp5hxd2xy.php' not found or unable to stat
[Sat Mar 08 00:03:33 2008] [error] [client 192.168.0.101] script 'C:/xampp/htdocs/index_avp6sxd2xy.php' not found or unable to stat
[Sat Mar 08 07:46:38 2008] [warn] pid file C:/xampp/apache/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?
[Sat Mar 08 07:46:49 2008] [notice] Apache/2.2.8 (Win32) DAV/2 mod_ssl/2.2.8 OpenSSL/0.9.8g mod_autoindex_color PHP/5.2.5 configured -- resuming normal operations
[Sat Mar 08 07:46:49 2008] [notice] Server built: Jan 18 2008 00:37:19
[Sat Mar 08 07:46:49 2008] [notice] Parent: Created child process 1836
[Sat Mar 08 07:46:55 2008] [notice] Child 1836: Child process is running
[Sat Mar 08 07:46:55 2008] [notice] Child 1836: Acquired the start mutex.
[Sat Mar 08 07:46:55 2008] [notice] Child 1836: Starting 250 worker threads.
[Sat Mar 08 07:46:55 2008] [notice] Child 1836: Starting thread to listen on port 443.
[Sat Mar 08 07:46:55 2008] [notice] Child 1836: Starting thread to listen on port 80.
[Sat Mar 08 14:42:35 2008] [warn] pid file C:/xampp/apache/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?
[Sat Mar 08 14:42:40 2008] [notice] Apache/2.2.8 (Win32) DAV/2 mod_ssl/2.2.8 OpenSSL/0.9.8g mod_autoindex_color PHP/5.2.5 configured -- resuming normal operations
[Sat Mar 08 14:42:40 2008] [notice] Server built: Jan 18 2008 00:37:19
[Sat Mar 08 14:42:40 2008] [notice] Parent: Created child process 1768
[Sat Mar 08 14:42:48 2008] [notice] Child 1768: Child process is running
[Sat Mar 08 14:42:48 2008] [notice] Child 1768: Acquired the start mutex.
[Sat Mar 08 14:42:48 2008] [notice] Child 1768: Starting 250 worker threads.
[Sat Mar 08 14:42:49 2008] [notice] Child 1768: Starting thread to listen on port 443.
[Sat Mar 08 14:42:49 2008] [notice] Child 1768: Starting thread to listen on port 80.
[Sat Mar 08 14:53:13 2008] [error] [client 127.0.0.1] File does not exist: C:/xampp/htdocs/myphp
[Sat Mar 08 16:28:06 2008] [error] [client 192.168.0.101] File does not exist: C:/xampp/htdocs/favicon.ico
pbraz
 
Posts: 6
Joined: 08. March 2008 00:53

And access log

Postby pbraz » 08. March 2008 07:06

127.0.0.1 - - [07/Mar/2008:22:07:28 +1100] "GET / HTTP/1.0" 302 -
127.0.0.1 - - [07/Mar/2008:22:07:28 +1100] "GET /xampp/ HTTP/1.0" 302 -
127.0.0.1 - - [07/Mar/2008:22:07:28 +1100] "GET /xampp//splash.php HTTP/1.0" 200 1325
127.0.0.1 - - [07/Mar/2008:23:11:10 +1100] "GET /test.php HTTP/1.1" 404 1118
127.0.0.1 - - [07/Mar/2008:23:11:18 +1100] "GET / HTTP/1.1" 302 -
127.0.0.1 - - [07/Mar/2008:23:11:18 +1100] "GET /xampp/ HTTP/1.1" 302 -
127.0.0.1 - - [07/Mar/2008:23:11:18 +1100] "GET /xampp/splash.php HTTP/1.1" 200 1325
127.0.0.1 - - [07/Mar/2008:23:11:18 +1100] "GET /xampp/xampp.css HTTP/1.1" 200 4178
127.0.0.1 - - [07/Mar/2008:23:11:18 +1100] "GET /xampp/img/xampp-logo.jpg HTTP/1.1" 200 19738
127.0.0.1 - - [07/Mar/2008:23:11:18 +1100] "GET /xampp/img/blank.gif HTTP/1.1" 200 43
127.0.0.1 - - [07/Mar/2008:23:12:22 +1100] "GET / HTTP/1.1" 302 -
127.0.0.1 - - [07/Mar/2008:23:12:22 +1100] "GET /xampp/ HTTP/1.1" 302 -
127.0.0.1 - - [07/Mar/2008:23:16:59 +1100] "GET /test.php HTTP/1.1" 404 1118
127.0.0.1 - - [07/Mar/2008:23:17:27 +1100] "GET /xampp/ HTTP/1.1" 302 -
127.0.0.1 - - [07/Mar/2008:23:36:31 +1100] "GET /xampp/lang.php?en HTTP/1.1" 302 -
127.0.0.1 - - [07/Mar/2008:23:36:31 +1100] "GET /xampp/index.php HTTP/1.1" 200 605
127.0.0.1 - - [07/Mar/2008:23:36:32 +1100] "GET /xampp/head.php HTTP/1.1" 200 1393
127.0.0.1 - - [07/Mar/2008:23:36:32 +1100] "GET /xampp/start.php HTTP/1.1" 200 1075
127.0.0.1 - - [07/Mar/2008:23:36:32 +1100] "GET /xampp/img/xampp-logo-new.gif HTTP/1.1" 200 4878
127.0.0.1 - - [07/Mar/2008:23:36:32 +1100] "GET /xampp/navi.php HTTP/1.1" 200 4070
127.0.0.1 - - [07/Mar/2008:23:36:32 +1100] "GET /xampp/img/head-for.gif HTTP/1.1" 200 791
127.0.0.1 - - [07/Mar/2008:23:36:32 +1100] "GET /xampp/img/head-windows.gif HTTP/1.1" 200 1370
127.0.0.1 - - [07/Mar/2008:23:36:32 +1100] "GET /xampp/xampp.js HTTP/1.1" 200 573
127.0.0.1 - - [07/Mar/2008:23:36:32 +1100] "GET /xampp/img/apachefriends.gif HTTP/1.1" 200 979
127.0.0.1 - - [07/Mar/2008:23:36:32 +1100] "GET /xampp/img/strichel.gif HTTP/1.1" 200 61
127.0.0.1 - - [07/Mar/2008:23:36:43 +1100] "GET /xampp/php.php HTTP/1.0" 200 2
127.0.0.1 - - [07/Mar/2008:23:36:43 +1100] "GET /xampp/mysql.php HTTP/1.0" 200 2
127.0.0.1 - - [07/Mar/2008:23:36:43 +1100] "GET /cgi-bin/cgi.cgi HTTP/1.0" 200 2
127.0.0.1 - - [07/Mar/2008:23:36:43 +1100] "GET /xampp/ssi.shtml HTTP/1.0" 200 6
127.0.0.1 - - [07/Mar/2008:23:36:43 +1100] "GET /xampp/status.php HTTP/1.1" 200 3827
127.0.0.1 - - [07/Mar/2008:23:37:01 +1100] "GET /xampp/start.php HTTP/1.1" 200 1075
127.0.0.1 - - [07/Mar/2008:23:37:19 +1100] "GET /security/lang.php?en HTTP/1.1" 302 -
127.0.0.1 - - [07/Mar/2008:23:37:19 +1100] "GET /security/index.php HTTP/1.1" 200 703
127.0.0.1 - - [07/Mar/2008:23:37:20 +1100] "GET /security/head.php HTTP/1.1" 200 1071
127.0.0.1 - - [07/Mar/2008:23:37:20 +1100] "GET /security/navi.php HTTP/1.1" 200 2402
127.0.0.1 - - [07/Mar/2008:23:37:20 +1100] "GET /security/xampp.css HTTP/1.1" 200 4663
127.0.0.1 - - [07/Mar/2008:23:37:20 +1100] "GET /security/img/blank.gif HTTP/1.1" 200 43
127.0.0.1 - - [07/Mar/2008:23:37:20 +1100] "GET /security/img/logo-small.gif HTTP/1.1" 200 509
127.0.0.1 - - [07/Mar/2008:23:37:20 +1100] "GET /security/img/head-xampp.gif HTTP/1.1" 200 1404
127.0.0.1 - - [07/Mar/2008:23:37:20 +1100] "GET /security/img/head-for.gif HTTP/1.1" 200 791
127.0.0.1 - - [07/Mar/2008:23:37:20 +1100] "GET /security/img/head-windows.gif HTTP/1.1" 200 1478
127.0.0.1 - - [07/Mar/2008:23:37:20 +1100] "GET /security/xampp.js HTTP/1.1" 200 573
127.0.0.1 - - [07/Mar/2008:23:37:20 +1100] "GET /security/img/apachefriends.gif HTTP/1.1" 200 979
127.0.0.1 - - [07/Mar/2008:23:37:20 +1100] "GET /security/img/strichel.gif HTTP/1.1" 200 61
127.0.0.1 - - [07/Mar/2008:23:37:20 +1100] "GET /security/security.php HTTP/1.1" 200 8731
127.0.0.1 - - [07/Mar/2008:23:38:13 +1100] "GET /xampp/cds.php HTTP/1.1" 200 2742
127.0.0.1 - - [07/Mar/2008:23:38:13 +1100] "GET /xampp/xampp.css HTTP/1.1" 304 -
127.0.0.1 - - [07/Mar/2008:23:38:13 +1100] "GET /xampp/img/blank.gif HTTP/1.1" 304 -
127.0.0.1 - - [07/Mar/2008:23:38:13 +1100] "GET /xampp/img/strichel.gif HTTP/1.1" 304 -
127.0.0.1 - - [07/Mar/2008:23:38:25 +1100] "GET /xampp/biorhythm.php HTTP/1.1" 200 664
127.0.0.1 - - [07/Mar/2008:23:38:28 +1100] "GET /xampp/iart.php HTTP/1.1" 200 747
127.0.0.1 - - [07/Mar/2008:23:38:28 +1100] "GET /xampp/iart.php?img=1&text=ceci+n+est+pas+un+ami+d+apache HTTP/1.1" 200 10899
127.0.0.1 - - [07/Mar/2008:23:38:36 +1100] "GET /xampp/iart.php?text=ceci+n+est+pas+un+ami+d+apache HTTP/1.1" 200 747
127.0.0.1 - - [07/Mar/2008:23:38:43 +1100] "GET /xampp/phonebook.php HTTP/1.1" 200 3147
127.0.0.1 - - [07/Mar/2008:23:38:58 +1100] "GET /xampp/adodb.php HTTP/1.1" 200 3531
127.0.0.1 - - [07/Mar/2008:23:39:03 +1100] "GET /phpmyadmin/ HTTP/1.1" 200 2469
127.0.0.1 - - [07/Mar/2008:23:39:06 +1100] "GET /phpmyadmin/js/querywindow.js HTTP/1.1" 200 11069
127.0.0.1 - - [07/Mar/2008:23:39:06 +1100] "GET /phpmyadmin/main.php?lang=en-utf-8&convcharset=iso-8859-1&collation_connection=utf8_unicode_ci&token=6cc3198bf5a6fadec17bffcd6a79e0e1 HTTP/1.1" 200 52686
127.0.0.1 - - [07/Mar/2008:23:39:06 +1100] "GET /phpmyadmin/navigation.php?lang=en-utf-8&convcharset=iso-8859-1&collation_connection=utf8_unicode_ci&token=6cc3198bf5a6fadec17bffcd6a79e0e1 HTTP/1.1" 200 3206
127.0.0.1 - - [07/Mar/2008:23:39:09 +1100] "GET /phpmyadmin/print.css HTTP/1.1" 200 1063
127.0.0.1 - - [07/Mar/2008:23:39:08 +1100] "GET /phpmyadmin/phpmyadmin.css.php?token=6cc3198bf5a6fadec17bffcd6a79e0e1&js_frame=right&nocache=3602299935 HTTP/1.1" 200 20584
127.0.0.1 - - [07/Mar/2008:23:39:10 +1100] "GET /phpmyadmin/js/navigation.js HTTP/1.1" 200 3916
127.0.0.1 - - [07/Mar/2008:23:39:10 +1100] "GET /phpmyadmin/js/tooltip.js HTTP/1.1" 200 5228
127.0.0.1 - - [07/Mar/2008:23:39:10 +1100] "GET /phpmyadmin/themes/original/img/b_help.png HTTP/1.1" 200 229
127.0.0.1 - - [07/Mar/2008:23:39:10 +1100] "GET /phpmyadmin/themes/original/img/b_info.png HTTP/1.1" 200 234
127.0.0.1 - - [07/Mar/2008:23:39:10 +1100] "GET /phpmyadmin/themes/original/img/logo_right.png HTTP/1.1" 200 5658
127.0.0.1 - - [07/Mar/2008:23:39:10 +1100] "GET /phpmyadmin/themes/original/img/item_ltr.png HTTP/1.1" 200 173
127.0.0.1 - - [07/Mar/2008:23:39:10 +1100] "GET /phpmyadmin/themes/original/img/s_host.png HTTP/1.1" 200 316
127.0.0.1 - - [07/Mar/2008:23:39:09 +1100] "GET /phpmyadmin/phpmyadmin.css.php?token=6cc3198bf5a6fadec17bffcd6a79e0e1&js_frame=left&nocache=3602299935 HTTP/1.1" 200 4100
127.0.0.1 - - [07/Mar/2008:23:39:10 +1100] "GET /phpmyadmin/themes/original/img/b_newdb.png HTTP/1.1" 200 408
127.0.0.1 - - [07/Mar/2008:23:39:10 +1100] "GET /phpmyadmin/themes/original/img/s_asci.png HTTP/1.1" 200 254
127.0.0.1 - - [07/Mar/2008:23:39:10 +1100] "GET /phpmyadmin/themes/original/img/s_status.png HTTP/1.1" 200 313
127.0.0.1 - - [07/Mar/2008:23:39:11 +1100] "GET /phpmyadmin/themes/original/img/s_vars.png HTTP/1.1" 200 306
127.0.0.1 - - [07/Mar/2008:23:39:11 +1100] "GET /phpmyadmin/themes/original/img/s_process.png HTTP/1.1" 200 362
127.0.0.1 - - [07/Mar/2008:23:39:11 +1100] "GET /phpmyadmin/themes/original/img/s_reload.png HTTP/1.1" 200 245
127.0.0.1 - - [07/Mar/2008:23:39:11 +1100] "GET /phpmyadmin/themes/original/img/s_rights.png HTTP/1.1" 200 512
127.0.0.1 - - [07/Mar/2008:23:39:11 +1100] "GET /phpmyadmin/themes/original/img/b_engine.png HTTP/1.1" 200 362
127.0.0.1 - - [07/Mar/2008:23:39:11 +1100] "GET /phpmyadmin/themes/original/img/s_db.png HTTP/1.1" 200 285
127.0.0.1 - - [07/Mar/2008:23:39:11 +1100] "GET /phpmyadmin/themes/original/img/b_export.png HTTP/1.1" 200 313
127.0.0.1 - - [07/Mar/2008:23:39:11 +1100] "GET /phpmyadmin/themes/original/img/b_import.png HTTP/1.1" 200 310
127.0.0.1 - - [07/Mar/2008:23:39:11 +1100] "GET /phpmyadmin/themes/original/img/s_lang.png HTTP/1.1" 200 422
127.0.0.1 - - [07/Mar/2008:23:39:11 +1100] "GET /phpmyadmin/js/functions.js HTTP/1.1" 200 40823
127.0.0.1 - - [07/Mar/2008:23:39:11 +1100] "GET /phpmyadmin/themes/original/img/s_theme.png HTTP/1.1" 200 737
127.0.0.1 - - [07/Mar/2008:23:39:11 +1100] "GET /phpmyadmin/themes/original/img/b_home.png HTTP/1.1" 200 370
127.0.0.1 - - [07/Mar/2008:23:39:11 +1100] "GET /phpmyadmin/themes/original/img/b_docs.png HTTP/1.1" 200 292
127.0.0.1 - - [07/Mar/2008:23:39:11 +1100] "GET /phpmyadmin/themes/original/img/window-new.png HTTP/1.1" 200 583
127.0.0.1 - - [07/Mar/2008:23:39:11 +1100] "GET /phpmyadmin/themes/original/img/s_warn.png HTTP/1.1" 200 261
127.0.0.1 - - [07/Mar/2008:23:39:11 +1100] "GET /phpmyadmin/themes/original/img/logo_left.png HTTP/1.1" 200 6854
127.0.0.1 - - [07/Mar/2008:23:39:12 +1100] "GET /phpmyadmin/themes/original/img/b_sqlhelp.png HTTP/1.1" 200 287
127.0.0.1 - - [07/Mar/2008:23:39:12 +1100] "GET /phpmyadmin/themes/original/img/b_selboard.png HTTP/1.1" 200 274
127.0.0.1 - - [07/Mar/2008:23:39:14 +1100] "GET /xampp/index.php HTTP/1.1" 200 605
127.0.0.1 - - [07/Mar/2008:23:39:14 +1100] "GET /xampp/head.php HTTP/1.1" 200 1393
127.0.0.1 - - [07/Mar/2008:23:39:14 +1100] "GET /xampp/navi.php HTTP/1.1" 200 4070
127.0.0.1 - - [07/Mar/2008:23:39:14 +1100] "GET /xampp/start.php HTTP/1.1" 200 1075
127.0.0.1 - - [07/Mar/2008:23:39:15 +1100] "GET /xampp/img/xampp-logo-new.gif HTTP/1.1" 304 -
127.0.0.1 - - [07/Mar/2008:23:39:15 +1100] "GET /xampp/img/head-for.gif HTTP/1.1" 304 -
127.0.0.1 - - [07/Mar/2008:23:39:15 +1100] "GET /xampp/img/head-windows.gif HTTP/1.1" 304 -
127.0.0.1 - - [07/Mar/2008:23:39:15 +1100] "GET /xampp/xampp.js HTTP/1.1" 304 -
127.0.0.1 - - [07/Mar/2008:23:39:15 +1100] "GET /xampp/img/apachefriends.gif HTTP/1.1" 304 -
127.0.0.1 - - [07/Mar/2008:23:39:18 +1100] "GET /webalizer/webalizer.php HTTP/1.1" 200 798
127.0.0.1 - - [07/Mar/2008:23:39:19 +1100] "GET /webalizer/ HTTP/1.1" 200 3968
127.0.0.1 - - [07/Mar/2008:23:39:19 +1100] "GET /webalizer/usage.png HTTP/1.1" 200 2112
127.0.0.1 - - [07/Mar/2008:23:39:19 +1100] "GET /webalizer/msfree.png HTTP/1.1" 200 1478
127.0.0.1 - - [07/Mar/2008:23:39:35 +1100] "GET /xampp/mailform.php HTTP/1.1" 200 1893
127.0.0.1 - - [07/Mar/2008:23:39:39 +1100] "GET /webalizer/webalizer.php HTTP/1.1" 200 813
127.0.0.1 - - [07/Mar/2008:23:39:47 +1100] "GET /xampp/components.php HTTP/1.1" 200 1559
192.168.0.101 - - [07/Mar/2008:23:40:47 +1100] "GET / HTTP/1.1" 302 -
192.168.0.101 - - [07/Mar/2008:23:40:47 +1100] "GET /xampp/ HTTP/1.1" 200 605
192.168.0.101 - - [07/Mar/2008:23:40:47 +1100] "GET /xampp/head.php HTTP/1.1" 200 1393
192.168.0.101 - - [07/Mar/2008:23:40:47 +1100] "GET /xampp/start.php HTTP/1.1" 200 1075
192.168.0.101 - - [07/Mar/2008:23:40:47 +1100] "GET /xampp/xampp.css HTTP/1.1" 200 4178
192.168.0.101 - - [07/Mar/2008:23:40:47 +1100] "GET /xampp/img/blank.gif HTTP/1.1" 200 43
192.168.0.101 - - [07/Mar/2008:23:40:47 +1100] "GET /xampp/navi.php HTTP/1.1" 200 4070
192.168.0.101 - - [07/Mar/2008:23:40:47 +1100] "GET /xampp/img/xampp-logo-new.gif HTTP/1.1" 200 4878
192.168.0.101 - - [07/Mar/2008:23:40:47 +1100] "GET /xampp/img/head-for.gif HTTP/1.1" 200 791
192.168.0.101 - - [07/Mar/2008:23:40:47 +1100] "GET /xampp/img/head-windows.gif HTTP/1.1" 200 1370
192.168.0.101 - - [07/Mar/2008:23:40:47 +1100] "GET /xampp/xampp.js HTTP/1.1" 200 573
192.168.0.101 - - [07/Mar/2008:23:40:47 +1100] "GET /xampp/img/strichel.gif HTTP/1.1" 200 61
192.168.0.101 - - [07/Mar/2008:23:40:47 +1100] "GET /xampp/img/apachefriends.gif HTTP/1.1" 200 979
192.168.0.101 - - [07/Mar/2008:23:40:47 +1100] "GET /favicon.ico HTTP/1.1" 200 30894
192.168.0.101 - - [07/Mar/2008:23:40:55 +1100] "GET /xampp/biorhythm.php HTTP/1.1" 200 664
192.168.0.101 - - [07/Mar/2008:23:41:15 +1100] "GET /xampp/cds.php HTTP/1.1" 200 2742
192.168.0.100 - - [07/Mar/2008:23:41:19 +1100] "GET /xampp/php.php HTTP/1.0" 200 2
192.168.0.100 - - [07/Mar/2008:23:41:19 +1100] "GET /xampp/mysql.php HTTP/1.0" 200 2
192.168.0.100 - - [07/Mar/2008:23:41:19 +1100] "GET /cgi-bin/cgi.cgi HTTP/1.0" 200 2
192.168.0.100 - - [07/Mar/2008:23:41:19 +1100] "GET /xampp/ssi.shtml HTTP/1.0" 200 6
192.168.0.101 - - [07/Mar/2008:23:41:19 +1100] "GET /xampp/status.php HTTP/1.1" 200 3827
192.168.0.101 - - [07/Mar/2008:23:47:21 +1100] "GET / HTTP/1.1" 302 -
192.168.0.101 - - [07/Mar/2008:23:47:21 +1100] "GET /xampp/ HTTP/1.1" 200 605
192.168.0.101 - - [07/Mar/2008:23:47:22 +1100] "GET /xampp/head.php HTTP/1.1" 200 1393
192.168.0.101 - - [07/Mar/2008:23:47:22 +1100] "GET /xampp/start.php HTTP/1.1" 200 1075
192.168.0.101 - - [07/Mar/2008:23:47:22 +1100] "GET /xampp/navi.php HTTP/1.1" 200 4070
192.168.0.101 - - [07/Mar/2008:23:47:22 +1100] "GET /xampp/xampp.css HTTP/1.1" 200 4178
192.168.0.101 - - [07/Mar/2008:23:47:22 +1100] "GET /xampp/img/blank.gif HTTP/1.1" 200 43
192.168.0.101 - - [07/Mar/2008:23:47:22 +1100] "GET /xampp/img/xampp-logo-new.gif HTTP/1.1" 200 4878
192.168.0.101 - - [07/Mar/2008:23:47:22 +1100] "GET /xampp/img/head-for.gif HTTP/1.1" 200 791
192.168.0.101 - - [07/Mar/2008:23:47:22 +1100] "GET /xampp/img/head-windows.gif HTTP/1.1" 200 1370
192.168.0.101 - - [07/Mar/2008:23:47:22 +1100] "GET /xampp/xampp.js HTTP/1.1" 200 573
192.168.0.101 - - [07/Mar/2008:23:47:22 +1100] "GET /xampp/img/apachefriends.gif HTTP/1.1" 200 979
192.168.0.101 - - [07/Mar/2008:23:47:22 +1100] "GET /xampp/img/strichel.gif HTTP/1.1" 200 61
192.168.0.101 - - [07/Mar/2008:23:47:22 +1100] "GET /favicon.ico HTTP/1.1" 200 30894
192.168.0.101 - - [07/Mar/2008:23:47:48 +1100] "GET / HTTP/1.1" 302 -
192.168.0.101 - - [07/Mar/2008:23:47:48 +1100] "GET /xampp/head.php HTTP/1.1" 200 1393
192.168.0.101 - - [07/Mar/2008:23:47:48 +1100] "GET /xampp/navi.php HTTP/1.1" 200 4070
192.168.0.101 - - [07/Mar/2008:23:47:48 +1100] "GET /xampp/start.php HTTP/1.1" 200 1075
192.168.0.101 - - [07/Mar/2008:23:48:48 +1100] "GET /xampp/special/paradox/paradox.php HTTP/1.1" 200 1276
192.168.0.101 - - [07/Mar/2008:23:48:55 +1100] "GET /xampp/special/ps/ps.php HTTP/1.1" 200 2766
192.168.0.101 - - [07/Mar/2008:23:49:08 +1100] "GET /webalizer/webalizer.php HTTP/1.1" 200 804
192.168.0.101 - - [07/Mar/2008:23:49:08 +1100] "GET /webalizer/ HTTP/1.1" 200 3974
192.168.0.101 - - [07/Mar/2008:23:49:08 +1100] "GET /webalizer/usage.png HTTP/1.1" 200 2122
192.168.0.101 - - [07/Mar/2008:23:49:08 +1100] "GET /webalizer/msfree.png HTTP/1.1" 200 1478
192.168.0.101 - - [07/Mar/2008:23:49:16 +1100] "GET /xampp/adodb.php HTTP/1.1" 200 3531
192.168.0.100 - - [07/Mar/2008:23:52:33 +1100] "GET /xampp/php.php HTTP/1.0" 200 2
192.168.0.100 - - [07/Mar/2008:23:52:33 +1100] "GET /xampp/mysql.php HTTP/1.0" 200 2
192.168.0.100 - - [07/Mar/2008:23:52:33 +1100] "GET /cgi-bin/cgi.cgi HTTP/1.0" 200 2
192.168.0.100 - - [07/Mar/2008:23:52:33 +1100] "GET /xampp/ssi.shtml HTTP/1.0" 200 6
192.168.0.101 - - [07/Mar/2008:23:52:33 +1100] "GET /xampp/status.php HTTP/1.1" 200 3827
192.168.0.101 - - [07/Mar/2008:23:57:34 +1100] "GET /index_anw92xd2nu.php HTTP/1.1" 404 1117
192.168.0.101 - - [07/Mar/2008:23:57:34 +1100] "GET /index_ao07vxd2nz.php HTTP/1.1" 404 1117
192.168.0.101 - - [07/Mar/2008:23:58:32 +1100] "GET /index.php HTTP/1.1" 302 -
192.168.0.101 - - [07/Mar/2008:23:58:32 +1100] "GET /xampp/ HTTP/1.1" 200 605
192.168.0.101 - - [07/Mar/2008:23:58:32 +1100] "GET /xampp/head.php HTTP/1.1" 200 1393
192.168.0.101 - - [07/Mar/2008:23:58:32 +1100] "GET /xampp/start.php HTTP/1.1" 200 1075
192.168.0.101 - - [07/Mar/2008:23:58:33 +1100] "GET /xampp/xampp.css HTTP/1.1" 200 4178
192.168.0.101 - - [07/Mar/2008:23:58:32 +1100] "GET /xampp/navi.php HTTP/1.1" 200 4070
192.168.0.101 - - [07/Mar/2008:23:58:33 +1100] "GET /xampp/img/blank.gif HTTP/1.1" 200 43
192.168.0.101 - - [07/Mar/2008:23:58:33 +1100] "GET /xampp/img/xampp-logo-new.gif HTTP/1.1" 200 4878
192.168.0.101 - - [07/Mar/2008:23:58:33 +1100] "GET /xampp/img/head-windows.gif HTTP/1.1" 200 1370
192.168.0.101 - - [07/Mar/2008:23:58:33 +1100] "GET /xampp/img/head-for.gif HTTP/1.1" 200 791
192.168.0.101 - - [07/Mar/2008:23:58:33 +1100] "GET /xampp/xampp.js HTTP/1.1" 200 573
192.168.0.101 - - [07/Mar/2008:23:58:33 +1100] "GET /xampp/img/apachefriends.gif HTTP/1.1" 200 979
192.168.0.101 - - [07/Mar/2008:23:58:33 +1100] "GET /xampp/img/strichel.gif HTTP/1.1" 200 61
192.168.0.101 - - [07/Mar/2008:23:58:33 +1100] "GET /favicon.ico HTTP/1.1" 200 30894
127.0.0.1 - - [08/Mar/2008:00:01:36 +1100] "GET / HTTP/1.1" 302 -
127.0.0.1 - - [08/Mar/2008:00:01:36 +1100] "GET /xampp/ HTTP/1.1" 200 605
127.0.0.1 - - [08/Mar/2008:00:01:36 +1100] "GET /xampp/head.php HTTP/1.1" 200 1393
127.0.0.1 - - [08/Mar/2008:00:01:36 +1100] "GET /xampp/start.php HTTP/1.1" 200 1075
127.0.0.1 - - [08/Mar/2008:00:01:36 +1100] "GET /xampp/navi.php HTTP/1.1" 200 4070
192.168.0.101 - - [08/Mar/2008:00:03:33 +1100] "GET /index_avp5hxd2xy.php HTTP/1.1" 404 1117
192.168.0.101 - - [08/Mar/2008:00:03:33 +1100] "GET /index_avp6sxd2xy.php HTTP/1.1" 404 1117
192.168.0.101 - - [08/Mar/2008:07:57:20 +1100] "GET /index_go14xdove.php HTTP/1.1" 200 3181
192.168.0.101 - - [08/Mar/2008:07:57:20 +1100] "GET /index_grzhxdovk.php HTTP/1.1" 200 2786
192.168.0.101 - - [08/Mar/2008:08:05:30 +1100] "GET / HTTP/1.1" 200 2655
192.168.0.101 - - [08/Mar/2008:08:05:30 +1100] "GET /ponystyle.css HTTP/1.1" 200 3800
192.168.0.101 - - [08/Mar/2008:08:05:30 +1100] "GET /images/horseleft.jpg HTTP/1.1" 200 4574
192.168.0.101 - - [08/Mar/2008:08:05:30 +1100] "GET /images/topbar.gif HTTP/1.1" 200 5471
192.168.0.101 - - [08/Mar/2008:08:05:30 +1100] "GET /images/menuabout.gif HTTP/1.1" 200 768
192.168.0.101 - - [08/Mar/2008:08:05:30 +1100] "GET /images/menuhome.gif HTTP/1.1" 200 608
192.168.0.101 - - [08/Mar/2008:08:05:30 +1100] "GET /images/menucalendar.gif HTTP/1.1" 200 810
192.168.0.101 - - [08/Mar/2008:08:05:30 +1100] "GET /images/menuresources.gif HTTP/1.1" 200 814
192.168.0.101 - - [08/Mar/2008:08:05:30 +1100] "GET /images/menusponsor.gif HTTP/1.1" 200 824
192.168.0.101 - - [08/Mar/2008:08:05:30 +1100] "GET /images/menuprograms.gif HTTP/1.1" 200 833
192.168.0.101 - - [08/Mar/2008:08:05:30 +1100] "GET /images/menumap.gif HTTP/1.1" 200 583
192.168.0.101 - - [08/Mar/2008:08:05:30 +1100] "GET /images/menucontact.gif HTTP/1.1" 200 845
192.168.0.101 - - [08/Mar/2008:08:05:30 +1100] "GET /images/horsemiddle.jpg HTTP/1.1" 200 18511
192.168.0.101 - - [08/Mar/2008:08:05:30 +1100] "GET /images/menublue.gif HTTP/1.1" 200 274
192.168.0.101 - - [08/Mar/2008:08:05:31 +1100] "GET /images/horseright.jpg HTTP/1.1" 200 6775
192.168.0.101 - - [08/Mar/2008:08:05:31 +1100] "GET /images/latestnews.gif HTTP/1.1" 200 726
192.168.0.101 - - [08/Mar/2008:08:05:31 +1100] "GET /images/diag.gif HTTP/1.1" 200 1540
192.168.0.101 - - [08/Mar/2008:08:06:50 +1100] "GET / HTTP/1.1" 200 2655
192.168.0.101 - - [08/Mar/2008:08:06:50 +1100] "GET /ponystyle.css HTTP/1.1" 304 -
192.168.0.101 - - [08/Mar/2008:08:06:50 +1100] "GET /images/horseleft.jpg HTTP/1.1" 304 -
192.168.0.101 - - [08/Mar/2008:08:06:50 +1100] "GET /images/menuhome.gif HTTP/1.1" 304 -
192.168.0.101 - - [08/Mar/2008:08:06:50 +1100] "GET /images/menuabout.gif HTTP/1.1" 304 -
192.168.0.101 - - [08/Mar/2008:08:06:50 +1100] "GET /images/menucalendar.gif HTTP/1.1" 304 -
192.168.0.101 - - [08/Mar/2008:08:06:50 +1100] "GET /images/topbar.gif HTTP/1.1" 304 -
192.168.0.101 - - [08/Mar/2008:08:06:50 +1100] "GET /images/menuprograms.gif HTTP/1.1" 304 -
192.168.0.101 - - [08/Mar/2008:08:06:50 +1100] "GET /images/menusponsor.gif HTTP/1.1" 304 -
192.168.0.101 - - [08/Mar/2008:08:06:50 +1100] "GET /images/menumap.gif HTTP/1.1" 304 -
192.168.0.101 - - [08/Mar/2008:08:06:50 +1100] "GET /images/menuresources.gif HTTP/1.1" 304 -
192.168.0.101 - - [08/Mar/2008:08:06:50 +1100] "GET /images/menucontact.gif HTTP/1.1" 304 -
192.168.0.101 - - [08/Mar/2008:08:06:50 +1100] "GET /images/menublue.gif HTTP/1.1" 304 -
192.168.0.101 - - [08/Mar/2008:08:06:50 +1100] "GET /images/horsemiddle.jpg HTTP/1.1" 304 -
192.168.0.101 - - [08/Mar/2008:08:06:50 +1100] "GET /images/latestnews.gif HTTP/1.1" 304 -
192.168.0.101 - - [08/Mar/2008:08:06:50 +1100] "GET /images/horseright.jpg HTTP/1.1" 304 -
192.168.0.101 - - [08/Mar/2008:08:06:50 +1100] "GET /images/diag.gif HTTP/1.1" 304 -
192.168.0.101 - - [08/Mar/2008:08:06:53 +1100] "GET /sponsors.html HTTP/1.1" 200 3584
192.168.0.101 - - [08/Mar/2008:08:06:53 +1100] "GET /images/sponsors.gif HTTP/1.1" 200 668
192.168.0.101 - - [08/Mar/2008:08:06:53 +1100] "GET /images/dot.gif HTTP/1.1" 200 80
192.168.0.101 - - [08/Mar/2008:08:06:53 +1100] "GET /images/hand.gif HTTP/1.1" 200 147
192.168.0.101 - - [08/Mar/2008:08:06:53 +1100] "GET /images/foot.gif HTTP/1.1" 200 1167
192.168.0.101 - - [08/Mar/2008:08:07:00 +1100] "GET /map.html HTTP/1.1" 200 2705
192.168.0.101 - - [08/Mar/2008:08:07:00 +1100] "GET /images/maphead.gif HTTP/1.1" 200 537
192.168.0.101 - - [08/Mar/2008:08:07:00 +1100] "GET /images/map.gif HTTP/1.1" 200 24718
192.168.0.101 - - [08/Mar/2008:08:07:18 +1100] "GET /map.html HTTP/1.1" 304 -
192.168.0.101 - - [08/Mar/2008:08:07:18 +1100] "GET /ponystyle.css HTTP/1.1" 304 -
192.168.0.101 - - [08/Mar/2008:08:07:18 +1100] "GET /images/horseleft.jpg HTTP/1.1" 304 -
192.168.0.101 - - [08/Mar/2008:08:07:18 +1100] "GET /images/menuhome.gif HTTP/1.1" 304 -
192.168.0.101 - - [08/Mar/2008:08:07:18 +1100] "GET /images/menuabout.gif HTTP/1.1" 304 -
192.168.0.101 - - [08/Mar/2008:08:07:18 +1100] "GET /images/topbar.gif HTTP/1.1" 304 -
192.168.0.101 - - [08/Mar/2008:08:07:18 +1100] "GET /images/menuresources.gif HTTP/1.1" 304 -
192.168.0.101 - - [08/Mar/2008:08:07:18 +1100] "GET /images/menuprograms.gif HTTP/1.1" 304 -
192.168.0.101 - - [08/Mar/2008:08:07:18 +1100] "GET /images/menusponsor.gif HTTP/1.1" 304 -
192.168.0.101 - - [08/Mar/2008:08:07:18 +1100] "GET /images/menucalendar.gif HTTP/1.1" 304 -
192.168.0.101 - - [08/Mar/2008:08:07:18 +1100] "GET /images/menumap.gif HTTP/1.1" 304 -
192.168.0.101 - - [08/Mar/2008:08:07:18 +1100] "GET /images/menucontact.gif HTTP/1.1" 304 -
192.168.0.101 - - [08/Mar/2008:08:07:18 +1100] "GET /images/menublue.gif HTTP/1.1" 304 -
192.168.0.101 - - [08/Mar/2008:08:07:18 +1100] "GET /images/horsemiddle.jpg HTTP/1.1" 304 -
192.168.0.101 - - [08/Mar/2008:08:07:18 +1100] "GET /images/maphead.gif HTTP/1.1" 304 -
192.168.0.101 - - [08/Mar/2008:08:07:18 +1100] "GET /images/horseright.jpg HTTP/1.1" 304 -
192.168.0.101 - - [08/Mar/2008:08:07:18 +1100] "GET /images/map.gif HTTP/1.1" 304 -
192.168.0.101 - - [08/Mar/2008:08:07:18 +1100] "GET /images/hand.gif HTTP/1.1" 304 -
192.168.0.101 - - [08/Mar/2008:08:07:18 +1100] "GET /images/diag.gif HTTP/1.1" 304 -
192.168.0.101 - - [08/Mar/2008:08:07:18 +1100] "GET /images/foot.gif HTTP/1.1" 304 -
192.168.0.101 - - [08/Mar/2008:08:07:25 +1100] "GET /contact.html HTTP/1.1" 200 3828
192.168.0.101 - - [08/Mar/2008:08:07:25 +1100] "GET /images/contact.gif HTTP/1.1" 200 710
192.168.0.101 - - [08/Mar/2008:08:07:33 +1100] "GET /programs.html HTTP/1.1" 200 3248
192.168.0.101 - - [08/Mar/2008:08:07:33 +1100] "GET /images/programs.gif HTTP/1.1" 200 688
192.168.0.101 - - [08/Mar/2008:08:07:33 +1100] "GET /images/pdf.gif HTTP/1.1" 200 524
192.168.0.101 - - [08/Mar/2008:08:07:36 +1100] "GET /docs/completter9mar.pdf HTTP/1.1" 200 22838
192.168.0.101 - - [08/Mar/2008:08:07:49 +1100] "GET /docs/equitationdraw9mar.pdf HTTP/1.1" 200 70352
192.168.0.101 - - [08/Mar/2008:08:07:53 +1100] "GET /docs/workersroster9mar.pdf HTTP/1.1" 200 24995
192.168.0.101 - - [08/Mar/2008:08:08:04 +1100] "GET /resources.html HTTP/1.1" 200 5391
192.168.0.101 - - [08/Mar/2008:08:08:04 +1100] "GET /images/resources.gif HTTP/1.1" 200 688
192.168.0.101 - - [08/Mar/2008:08:08:04 +1100] "GET /images/links.gif HTTP/1.1" 200 514
192.168.0.101 - - [08/Mar/2008:08:08:07 +1100] "GET /docs/general_things.pdf HTTP/1.1" 200 18868
192.168.0.101 - - [08/Mar/2008:08:10:21 +1100] "GET /programs.html HTTP/1.1" 304 -
192.168.0.101 - - [08/Mar/2008:08:10:21 +1100] "GET /ponystyle.css HTTP/1.1" 304 -
192.168.0.101 - - [08/Mar/2008:08:10:21 +1100] "GET /images/topbar.gif HTTP/1.1" 304 -
192.168.0.101 - - [08/Mar/2008:08:10:21 +1100] "GET /images/menuhome.gif HTTP/1.1" 304 -
192.168.0.101 - - [08/Mar/2008:08:10:21 +1100] "GET /images/menuabout.gif HTTP/1.1" 304 -
192.168.0.101 - - [08/Mar/2008:08:10:21 +1100] "GET /images/horseleft.jpg HTTP/1.1" 304 -
192.168.0.101 - - [08/Mar/2008:08:10:21 +1100] "GET /images/menucalendar.gif HTTP/1.1" 304 -
192.168.0.101 - - [08/Mar/2008:08:10:21 +1100] "GET /images/menuresources.gif HTTP/1.1" 304 -
192.168.0.101 - - [08/Mar/2008:08:10:21 +1100] "GET /images/menusponsor.gif HTTP/1.1" 304 -
192.168.0.101 - - [08/Mar/2008:08:10:21 +1100] "GET /images/menumap.gif HTTP/1.1" 304 -
192.168.0.101 - - [08/Mar/2008:08:10:21 +1100] "GET /images/menucontact.gif HTTP/1.1" 304 -
192.168.0.101 - - [08/Mar/2008:08:10:21 +1100] "GET /images/menublue.gif HTTP/1.1" 304 -
192.168.0.101 - - [08/Mar/2008:08:10:21 +1100] "GET /images/horsemiddle.jpg HTTP/1.1" 304 -
192.168.0.101 - - [08/Mar/2008:08:10:21 +1100] "GET /images/menuprograms.gif HTTP/1.1" 304 -
192.168.0.101 - - [08/Mar/2008:08:10:21 +1100] "GET /images/horseright.jpg HTTP/1.1" 304 -
192.168.0.101 - - [08/Mar/2008:08:10:21 +1100] "GET /images/pdf.gif HTTP/1.1" 304 -
192.168.0.101 - - [08/Mar/2008:08:10:21 +1100] "GET /images/programs.gif HTTP/1.1" 304 -
192.168.0.101 - - [08/Mar/2008:08:10:21 +1100] "GET /images/hand.gif HTTP/1.1" 304 -
192.168.0.101 - - [08/Mar/2008:08:10:21 +1100] "GET /images/dot.gif HTTP/1.1" 304 -
192.168.0.101 - - [08/Mar/2008:08:10:21 +1100] "GET /images/diag.gif HTTP/1.1" 304 -
192.168.0.101 - - [08/Mar/2008:08:10:21 +1100] "GET /images/foot.gif HTTP/1.1" 304 -
192.168.0.101 - - [08/Mar/2008:08:10:44 +1100] "GET /docs/showjumpscoring.pdf HTTP/1.1" 200 13130
192.168.0.101 - - [08/Mar/2008:08:10:49 +1100] "GET /docs/dressage_scoring.pdf HTTP/1.1" 200 12117
127.0.0.1 - - [08/Mar/2008:10:41:09 +1100] "GET / HTTP/1.1" 200 2655
127.0.0.1 - - [08/Mar/2008:10:41:09 +1100] "GET /ponystyle.css HTTP/1.1" 200 3800
127.0.0.1 - - [08/Mar/2008:10:41:10 +1100] "GET /images/topbar.gif HTTP/1.1" 200 5471
127.0.0.1 - - [08/Mar/2008:10:41:10 +1100] "GET /images/horseleft.jpg HTTP/1.1" 200 4574
127.0.0.1 - - [08/Mar/2008:10:41:10 +1100] "GET /images/menuhome.gif HTTP/1.1" 200 608
127.0.0.1 - - [08/Mar/2008:10:41:10 +1100] "GET /images/menucalendar.gif HTTP/1.1" 200 810
127.0.0.1 - - [08/Mar/2008:10:41:10 +1100] "GET /images/menuabout.gif HTTP/1.1" 200 768
127.0.0.1 - - [08/Mar/2008:10:41:10 +1100] "GET /images/menuresources.gif HTTP/1.1" 200 814
127.0.0.1 - - [08/Mar/2008:10:41:10 +1100] "GET /images/menuprograms.gif HTTP/1.1" 200 833
127.0.0.1 - - [08/Mar/2008:10:41:10 +1100] "GET /images/menusponsor.gif HTTP/1.1" 200 824
127.0.0.1 - - [08/Mar/2008:10:41:10 +1100] "GET /images/menumap.gif HTTP/1.1" 200 583
127.0.0.1 - - [08/Mar/2008:10:41:10 +1100] "GET /images/menublue.gif HTTP/1.1" 200 274
127.0.0.1 - - [08/Mar/2008:10:41:10 +1100] "GET /images/menucontact.gif HTTP/1.1" 200 845
127.0.0.1 - - [08/Mar/2008:10:41:10 +1100] "GET /images/horsemiddle.jpg HTTP/1.1" 200 18511
127.0.0.1 - - [08/Mar/2008:10:41:10 +1100] "GET /images/horseright.jpg HTTP/1.1" 200 6775
127.0.0.1 - - [08/Mar/2008:10:41:10 +1100] "GET /images/latestnews.gif HTTP/1.1" 200 726
127.0.0.1 - - [08/Mar/2008:10:41:10 +1100] "GET /images/diag.gif HTTP/1.1" 200 1540
127.0.0.1 - - [08/Mar/2008:10:41:21 +1100] "GET /map.html HTTP/1.1" 200 2705
127.0.0.1 - - [08/Mar/2008:10:41:21 +1100] "GET /images/maphead.gif HTTP/1.1" 200 537
127.0.0.1 - - [08/Mar/2008:10:41:21 +1100] "GET /images/hand.gif HTTP/1.1" 200 147
127.0.0.1 - - [08/Mar/2008:10:41:21 +1100] "GET /images/map.gif HTTP/1.1" 200 24718
127.0.0.1 - - [08/Mar/2008:10:41:21 +1100] "GET /images/foot.gif HTTP/1.1" 200 1167
127.0.0.1 - - [08/Mar/2008:10:41:30 +1100] "GET /sponsors.html HTTP/1.1" 200 3584
127.0.0.1 - - [08/Mar/2008:10:41:30 +1100] "GET /images/sponsors.gif HTTP/1.1" 200 668
127.0.0.1 - - [08/Mar/2008:10:41:30 +1100] "GET /images/dot.gif HTTP/1.1" 200 80
127.0.0.1 - - [08/Mar/2008:10:41:36 +1100] "GET /programs.html HTTP/1.1" 200 3248
127.0.0.1 - - [08/Mar/2008:10:41:36 +1100] "GET /images/programs.gif HTTP/1.1" 200 688
127.0.0.1 - - [08/Mar/2008:10:41:36 +1100] "GET /images/pdf.gif HTTP/1.1" 200 524
127.0.0.1 - - [08/Mar/2008:10:41:39 +1100] "GET /docs/completter9mar.pdf HTTP/1.1" 200 22838
127.0.0.1 - - [08/Mar/2008:10:41:49 +1100] "GET /docs/equitationdraw9mar.pdf HTTP/1.1" 200 70352
127.0.0.1 - - [08/Mar/2008:10:41:52 +1100] "GET /docs/workersroster9mar.pdf HTTP/1.1" 200 24995
127.0.0.1 - - [08/Mar/2008:10:42:04 +1100] "GET /resources.html HTTP/1.1" 200 5391
127.0.0.1 - - [08/Mar/2008:10:42:04 +1100] "GET /images/resources.gif HTTP/1.1" 200 688
127.0.0.1 - - [08/Mar/2008:10:42:04 +1100] "GET /images/links.gif HTTP/1.1" 200 514
127.0.0.1 - - [08/Mar/2008:10:42:08 +1100] "GET /docs/general_things.pdf HTTP/1.1" 200 18868
127.0.0.1 - - [08/Mar/2008:10:43:06 +1100] "GET /docs/general_things.pdf HTTP/1.1" 206 10676
127.0.0.1 - - [08/Mar/2008:10:43:24 +1100] "GET /about.html HTTP/1.1" 200 2898
127.0.0.1 - - [08/Mar/2008:10:43:24 +1100] "GET /images/aboutus.gif HTTP/1.1" 200 664
192.168.0.101 - - [08/Mar/2008:10:48:52 +1100] "GET / HTTP/1.1" 200 2655
192.168.0.101 - - [08/Mar/2008:10:48:52 +1100] "GET /ponystyle.css HTTP/1.1" 304 -
192.168.0.101 - - [08/Mar/2008:10:48:52 +1100] "GET /images/topbar.gif HTTP/1.1" 304 -
192.168.0.101 - - [08/Mar/2008:10:48:52 +1100] "GET /images/horseleft.jpg HTTP/1.1" 304 -
192.168.0.101 - - [08/Mar/2008:10:48:52 +1100] "GET /images/menuhome.gif HTTP/1.1" 304 -
192.168.0.101 - - [08/Mar/2008:10:48:52 +1100] "GET /images/menuabout.gif HTTP/1.1" 304 -
192.168.0.101 - - [08/Mar/2008:10:48:52 +1100] "GET /images/menucalendar.gif HTTP/1.1" 304 -
192.168.0.101 - - [08/Mar/2008:10:48:52 +1100] "GET /images/menuresources.gif HTTP/1.1" 304 -
192.168.0.101 - - [08/Mar/2008:10:48:52 +1100] "GET /images/menuprograms.gif HTTP/1.1" 304 -
192.168.0.101 - - [08/Mar/2008:10:48:52 +1100] "GET /images/menusponsor.gif HTTP/1.1" 304 -
192.168.0.101 - - [08/Mar/2008:10:48:52 +1100] "GET /images/menumap.gif HTTP/1.1" 304 -
192.168.0.101 - - [08/Mar/2008:10:48:52 +1100] "GET /images/menucontact.gif HTTP/1.1" 304 -
192.168.0.101 - - [08/Mar/2008:10:48:52 +1100] "GET /images/menublue.gif HTTP/1.1" 304 -
192.168.0.101 - - [08/Mar/2008:10:48:52 +1100] "GET /images/horsemiddle.jpg HTTP/1.1" 304 -
192.168.0.101 - - [08/Mar/2008:10:48:52 +1100] "GET /images/horseright.jpg HTTP/1.1" 304 -
192.168.0.101 - - [08/Mar/2008:10:48:52 +1100] "GET /images/latestnews.gif HTTP/1.1" 304 -
192.168.0.101 - - [08/Mar/2008:10:48:52 +1100] "GET /images/diag.gif HTTP/1.1" 304 -
192.168.0.101 - - [08/Mar/2008:10:48:55 +1100] "GET /programs.html HTTP/1.1" 304 -
192.168.0.101 - - [08/Mar/2008:10:48:55 +1100] "GET /images/programs.gif HTTP/1.1" 304 -
192.168.0.101 - - [08/Mar/2008:10:48:55 +1100] "GET /images/dot.gif HTTP/1.1" 304 -
192.168.0.101 - - [08/Mar/2008:10:48:55 +1100] "GET /images/hand.gif HTTP/1.1" 304 -
192.168.0.101 - - [08/Mar/2008:10:48:55 +1100] "GET /images/pdf.gif HTTP/1.1" 304 -
192.168.0.101 - - [08/Mar/2008:10:48:55 +1100] "GET /images/foot.gif HTTP/1.1" 304 -
192.168.0.101 - - [08/Mar/2008:10:48:56 +1100] "GET /docs/completter9mar.pdf HTTP/1.1" 200 22838
127.0.0.1 - - [08/Mar/2008:10:55:39 +1100] "GET /docs/completter9mar.pdf HTTP/1.1" 206 14646
127.0.0.1 - - [08/Mar/2008:14:52:56 +1100] "GET / HTTP/1.1" 200 2655
127.0.0.1 - - [08/Mar/2008:14:52:56 +1100] "GET /ponystyle.css HTTP/1.1" 304 -
127.0.0.1 - - [08/Mar/2008:14:52:56 +1100] "GET /images/topbar.gif HTTP/1.1" 304 -
127.0.0.1 - - [08/Mar/2008:14:52:56 +1100] "GET /images/horseleft.jpg HTTP/1.1" 304 -
127.0.0.1 - - [08/Mar/2008:14:52:57 +1100] "GET /images/menuhome.gif HTTP/1.1" 304 -
127.0.0.1 - - [08/Mar/2008:14:52:57 +1100] "GET /images/menuabout.gif HTTP/1.1" 304 -
127.0.0.1 - - [08/Mar/2008:14:52:57 +1100] "GET /images/menucalendar.gif HTTP/1.1" 304 -
127.0.0.1 - - [08/Mar/2008:14:52:57 +1100] "GET /images/menuresources.gif HTTP/1.1" 304 -
127.0.0.1 - - [08/Mar/2008:14:52:57 +1100] "GET /images/menuprograms.gif HTTP/1.1" 304 -
127.0.0.1 - - [08/Mar/2008:14:52:57 +1100] "GET /images/menusponsor.gif HTTP/1.1" 304 -
127.0.0.1 - - [08/Mar/2008:14:52:57 +1100] "GET /images/menumap.gif HTTP/1.1" 304 -
127.0.0.1 - - [08/Mar/2008:14:52:57 +1100] "GET /images/menucontact.gif HTTP/1.1" 304 -
127.0.0.1 - - [08/Mar/2008:14:52:57 +1100] "GET /images/menublue.gif HTTP/1.1" 304 -
127.0.0.1 - - [08/Mar/2008:14:52:57 +1100] "GET /images/horsemiddle.jpg HTTP/1.1" 304 -
127.0.0.1 - - [08/Mar/2008:14:52:57 +1100] "GET /images/horseright.jpg HTTP/1.1" 304 -
127.0.0.1 - - [08/Mar/2008:14:52:57 +1100] "GET /images/latestnews.gif HTTP/1.1" 304 -
127.0.0.1 - - [08/Mar/2008:14:52:57 +1100] "GET /images/diag.gif HTTP/1.1" 304 -
127.0.0.1 - - [08/Mar/2008:14:53:13 +1100] "GET /myphp/ HTTP/1.1" 404 1118
127.0.0.1 - - [08/Mar/2008:14:53:32 +1100] "GET /phpmyadmin/ HTTP/1.1" 200 2469
127.0.0.1 - - [08/Mar/2008:14:53:34 +1100] "GET /phpmyadmin/js/querywindow.js HTTP/1.1" 200 11069
127.0.0.1 - - [08/Mar/2008:14:53:34 +1100] "GET /phpmyadmin/main.php?lang=en-utf-8&convcharset=iso-8859-1&collation_connection=utf8_unicode_ci&token=887fb386edcb9bc3b3f67235eb4b202e HTTP/1.1" 200 52686
127.0.0.1 - - [08/Mar/2008:14:53:34 +1100] "GET /phpmyadmin/navigation.php?lang=en-utf-8&convcharset=iso-8859-1&collation_connection=utf8_unicode_ci&token=887fb386edcb9bc3b3f67235eb4b202e HTTP/1.1" 200 3206
127.0.0.1 - - [08/Mar/2008:14:53:38 +1100] "GET /phpmyadmin/print.css HTTP/1.1" 200 1063
127.0.0.1 - - [08/Mar/2008:14:53:36 +1100] "GET /phpmyadmin/phpmyadmin.css.php?token=887fb386edcb9bc3b3f67235eb4b202e&js_frame=right&nocache=3602299935 HTTP/1.1" 200 20584
127.0.0.1 - - [08/Mar/2008:14:53:38 +1100] "GET /phpmyadmin/js/navigation.js HTTP/1.1" 200 3916
127.0.0.1 - - [08/Mar/2008:14:53:38 +1100] "GET /phpmyadmin/js/tooltip.js HTTP/1.1" 200 5228
127.0.0.1 - - [08/Mar/2008:14:53:38 +1100] "GET /phpmyadmin/themes/original/img/b_help.png HTTP/1.1" 200 229
127.0.0.1 - - [08/Mar/2008:14:53:39 +1100] "GET /phpmyadmin/themes/original/img/b_info.png HTTP/1.1" 200 234
127.0.0.1 - - [08/Mar/2008:14:53:39 +1100] "GET /phpmyadmin/themes/original/img/logo_right.png HTTP/1.1" 200 5658
127.0.0.1 - - [08/Mar/2008:14:53:39 +1100] "GET /phpmyadmin/themes/original/img/item_ltr.png HTTP/1.1" 200 173
127.0.0.1 - - [08/Mar/2008:14:53:39 +1100] "GET /phpmyadmin/themes/original/img/s_host.png HTTP/1.1" 200 316
127.0.0.1 - - [08/Mar/2008:14:53:39 +1100] "GET /phpmyadmin/themes/original/img/s_asci.png HTTP/1.1" 200 254
127.0.0.1 - - [08/Mar/2008:14:53:38 +1100] "GET /phpmyadmin/phpmyadmin.css.php?token=887fb386edcb9bc3b3f67235eb4b202e&js_frame=left&nocache=3602299935 HTTP/1.1" 200 4100
127.0.0.1 - - [08/Mar/2008:14:53:39 +1100] "GET /phpmyadmin/themes/original/img/b_newdb.png HTTP/1.1" 200 408
127.0.0.1 - - [08/Mar/2008:14:53:39 +1100] "GET /phpmyadmin/themes/original/img/s_status.png HTTP/1.1" 200 313
127.0.0.1 - - [08/Mar/2008:14:53:39 +1100] "GET /phpmyadmin/themes/original/img/b_engine.png HTTP/1.1" 200 362
127.0.0.1 - - [08/Mar/2008:14:53:39 +1100] "GET /phpmyadmin/themes/original/img/s_process.png HTTP/1.1" 200 362
127.0.0.1 - - [08/Mar/2008:14:53:39 +1100] "GET /phpmyadmin/themes/original/img/s_vars.png HTTP/1.1" 200 306
127.0.0.1 - - [08/Mar/2008:14:53:39 +1100] "GET /phpmyadmin/themes/original/img/s_rights.png HTTP/1.1" 200 512
127.0.0.1 - - [08/Mar/2008:14:53:39 +1100] "GET /phpmyadmin/themes/original/img/s_reload.png HTTP/1.1" 200 245
127.0.0.1 - - [08/Mar/2008:14:53:39 +1100] "GET /phpmyadmin/themes/original/img/b_export.png HTTP/1.1" 200 313
127.0.0.1 - - [08/Mar/2008:14:53:39 +1100] "GET /phpmyadmin/themes/original/img/s_db.png HTTP/1.1" 200 285
127.0.0.1 - - [08/Mar/2008:14:53:39 +1100] "GET /phpmyadmin/themes/original/img/b_import.png HTTP/1.1" 200 310
127.0.0.1 - - [08/Mar/2008:14:53:39 +1100] "GET /phpmyadmin/themes/original/img/s_lang.png HTTP/1.1" 200 422
127.0.0.1 - - [08/Mar/2008:14:53:39 +1100] "GET /phpmyadmin/themes/original/img/s_theme.png HTTP/1.1" 200 737
127.0.0.1 - - [08/Mar/2008:14:53:40 +1100] "GET /phpmyadmin/themes/original/img/logo_left.png HTTP/1.1" 200 6854
127.0.0.1 - - [08/Mar/2008:14:53:40 +1100] "GET /phpmyadmin/js/functions.js HTTP/1.1" 200 40823
127.0.0.1 - - [08/Mar/2008:14:53:40 +1100] "GET /phpmyadmin/themes/original/img/b_home.png HTTP/1.1" 200 370
127.0.0.1 - - [08/Mar/2008:14:53:40 +1100] "GET /phpmyadmin/themes/original/img/b_selboard.png HTTP/1.1" 200 274
127.0.0.1 - - [08/Mar/2008:14:53:40 +1100] "GET /phpmyadmin/themes/original/img/b_sqlhelp.png HTTP/1.1" 200 287
127.0.0.1 - - [08/Mar/2008:14:53:40 +1100] "GET /phpmyadmin/themes/original/img/b_docs.png HTTP/1.1" 200 292
127.0.0.1 - - [08/Mar/2008:14:53:40 +1100] "GET /phpmyadmin/themes/original/img/window-new.png HTTP/1.1" 200 583
127.0.0.1 - - [08/Mar/2008:14:53:40 +1100] "GET /phpmyadmin/themes/original/img/s_warn.png HTTP/1.1" 200 261
127.0.0.1 - - [08/Mar/2008:14:54:13 +1100] "GET /phpmyadmin/main.php?token=887fb386edcb9bc3b3f67235eb4b202e HTTP/1.1" 200 52686
127.0.0.1 - - [08/Mar/2008:14:54:33 +1100] "GET /phpmyadmin/server_databases.php?token=887fb386edcb9bc3b3f67235eb4b202e HTTP/1.1" 200 33628
127.0.0.1 - - [08/Mar/2008:14:54:34 +1100] "GET /phpmyadmin/themes/original/img/s_asc.png HTTP/1.1" 200 213
127.0.0.1 - - [08/Mar/2008:14:54:34 +1100] "GET /phpmyadmin/themes/original/img/b_sql.png HTTP/1.1" 200 322
127.0.0.1 - - [08/Mar/2008:14:54:34 +1100] "GET /phpmyadmin/js/functions.js HTTP/1.1" 200 40823
127.0.0.1 - - [08/Mar/2008:14:54:34 +1100] "GET /phpmyadmin/themes/original/img/arrow_ltr.png HTTP/1.1" 200 277
127.0.0.1 - - [08/Mar/2008:14:54:34 +1100] "GET /phpmyadmin/themes/original/img/b_deltbl.png HTTP/1.1" 200 364
127.0.0.1 - - [08/Mar/2008:14:54:34 +1100] "GET /phpmyadmin/themes/original/img/b_dbstatistics.png HTTP/1.1" 200 263
127.0.0.1 - - [08/Mar/2008:14:55:17 +1100] "POST /phpmyadmin/db_create.php HTTP/1.1" 200 9228
127.0.0.1 - - [08/Mar/2008:14:55:19 +1100] "GET /phpmyadmin/js/functions.js HTTP/1.1" 206 2935
127.0.0.1 - - [08/Mar/2008:14:55:19 +1100] "GET /phpmyadmin/themes/original/img/b_props.png HTTP/1.1" 200 294
127.0.0.1 - - [08/Mar/2008:14:55:19 +1100] "GET /phpmyadmin/themes/original/img/b_search.png HTTP/1.1" 200 605
127.0.0.1 - - [08/Mar/2008:14:55:19 +1100] "GET /phpmyadmin/themes/original/img/b_relations.png HTTP/1.1" 200 280
127.0.0.1 - - [08/Mar/2008:14:55:19 +1100] "GET /phpmyadmin/themes/original/img/b_tblops.png HTTP/1.1" 200 345
127.0.0.1 - - [08/Mar/2008:14:55:19 +1100] "GET /phpmyadmin/themes/original/img/b_newtbl.png HTTP/1.1" 200 409
127.0.0.1 - - [08/Mar/2008:14:55:19 +1100] "GET /phpmyadmin/themes/original/img/error.ico HTTP/1.1" 200 318
127.0.0.1 - - [08/Mar/2008:14:55:19 +1100] "GET /phpmyadmin/themes/original/img/s_notice.png HTTP/1.1" 200 247
127.0.0.1 - - [08/Mar/2008:14:55:40 +1100] "POST /phpmyadmin/tbl_create.php HTTP/1.1" 200 51485
127.0.0.1 - - [08/Mar/2008:14:55:42 +1100] "GET /phpmyadmin/themes/original/img/s_tbl.png HTTP/1.1" 200 252
127.0.0.1 - - [08/Mar/2008:14:55:42 +1100] "GET /phpmyadmin/js/keyhandler.js HTTP/1.1" 200 1687
127.0.0.1 - - [08/Mar/2008:14:55:42 +1100] "GET /phpmyadmin/themes/original/img/b_primary.png HTTP/1.1" 200 416
127.0.0.1 - - [08/Mar/2008:14:55:42 +1100] "GET /phpmyadmin/themes/original/img/b_index.png HTTP/1.1" 200 315
127.0.0.1 - - [08/Mar/2008:14:55:42 +1100] "GET /phpmyadmin/themes/original/img/b_unique.png HTTP/1.1" 200 281
127.0.0.1 - - [08/Mar/2008:14:55:42 +1100] "GET /phpmyadmin/themes/original/img/b_ftext.png HTTP/1.1" 200 277
127.0.0.1 - - [08/Mar/2008:14:55:49 +1100] "GET /phpmyadmin/db_structure.php?db=ponyclubc&token=887fb386edcb9bc3b3f67235eb4b202e HTTP/1.1" 200 7856
127.0.0.1 - - [08/Mar/2008:14:56:12 +1100] "GET /phpmyadmin/db_sql.php?db=ponyclubc&token=887fb386edcb9bc3b3f67235eb4b202e&goto=db_structure.php&db_query_force=1 HTTP/1.1" 200 9085
127.0.0.1 - - [08/Mar/2008:14:57:38 +1100] "POST /phpmyadmin/import.php HTTP/1.1" 302 -
127.0.0.1 - - [08/Mar/2008:14:57:40 +1100] "GET /phpmyadmin/db_sql.php?reload=1&db=ponyclubc&message=Your+SQL+query+has+been+executed+successfully+%28Query+took+0.0691+sec%29&sql_query=%0D%0ACREATE+TABLE+%60events%60+%28%0D%0A++%60eventkey%60+int%2811%29+NOT+NULL+auto_increment%2C%0D%0A++%60event%60+varchar%2820%29+NOT+NULL+default+%27%27%2C%0D%0A++%60startdate%60+date+NOT+NULL+default+%270000-00-00%27%2C%0D%0A++%60detail%60+varchar%2885%29+NOT+NULL+default+%27%27%2C%0D%0A++%60clubevent%60+tinyint%281%29+NOT+NULL+default+%270%27%2C%0D%0A++%60frontpage%60+tinyint%281%29+NOT+NULL+default+%270%27%2C%0D%0A++%60entrydate%60+date+NOT+NULL+default+%270000-00-00%27%2C%0D%0A++%60enddate%60+date+NOT+NULL+default+%270000-00-00%27%2C%0D%0A++PRIMARY+KEY++%28%60eventkey%60%29%0D%0A%29+TYPE%3DMyISAM+AUTO_INCREMENT%3D88&display_query=%0D%0ACREATE+TABLE+%60events%60+%28%0D%0A++%60eventkey%60+int%2811%29+NOT+NULL+auto_increment%2C%0D%0A++%60event%60+varchar%2820%29+NOT+NULL+default+%27%27%2C%0D%0A++%60startdate%60+date+NOT+NULL+default+%270000-00-00%27%2C%0D%0A++%60detail%60+varchar%2885%29+NOT+NULL+default+%27%27%2C%0D%0A++%60clubevent%60+tinyint%281%29+NOT+NULL+default+%270%27%2C%0D%0A++%60frontpage%60+tinyint%281%29+NOT+NULL+default+%270%27%2C%0D%0A++%60entrydate%60+date+NOT+NULL+default+%270000-00-00%27%2C%0D%0A++%60enddate%60+date+NOT+NULL+default+%270000-00-00%27%2C%0D%0A++PRIMARY+KEY++%28%60eventkey%60%29%0D%0A%29+TYPE%3DMyISAM+AUTO_INCREMENT%3D88&token=887fb386edcb9bc3b3f67235eb4b202e HTTP/1.1" 200 19682
127.0.0.1 - - [08/Mar/2008:14:57:49 +1100] "GET /phpmyadmin/db_structure.php?db=ponyclubc&token=887fb386edcb9bc3b3f67235eb4b202e HTTP/1.1" 200 12794
127.0.0.1 - - [08/Mar/2008:14:57:50 +1100] "GET /phpmyadmin/themes/original/img/b_tipp.png HTTP/1.1" 200 308
127.0.0.1 - - [08/Mar/2008:14:57:50 +1100] "GET /phpmyadmin/themes/original/img/bd_select.png HTTP/1.1" 200 524
127.0.0.1 - - [08/Mar/2008:14:57:50 +1100] "GET /phpmyadmin/themes/original/img/bd_browse.png HTTP/1.1" 200 265
127.0.0.1 - - [08/Mar/2008:14:57:50 +1100] "GET /phpmyadmin/themes/original/img/b_insrow.png HTTP/1.1" 200 283
127.0.0.1 - - [08/Mar/2008:14:57:50 +1100] "GET /phpmyadmin/themes/original/img/b_drop.png HTTP/1.1" 200 311
127.0.0.1 - - [08/Mar/2008:14:57:50 +1100] "GET /phpmyadmin/themes/original/img/bd_empty.png HTTP/1.1" 200 298
127.0.0.1 - - [08/Mar/2008:14:57:51 +1100] "GET /phpmyadmin/themes/original/img/b_print.png HTTP/1.1" 200 574
127.0.0.1 - - [08/Mar/2008:14:57:51 +1100] "GET /phpmyadmin/themes/original/img/b_tblanalyse.png HTTP/1.1" 200 296
127.0.0.1 - - [08/Mar/2008:14:58:05 +1100] "GET /phpmyadmin/themes/original/img/b_browse.png HTTP/1.1" 200 265
127.0.0.1 - - [08/Mar/2008:14:58:05 +1100] "GET /phpmyadmin/themes/original/img/b_tblimport.png HTTP/1.1" 200 280
127.0.0.1 - - [08/Mar/2008:14:58:05 +1100] "GET /phpmyadmin/themes/original/img/b_tblexport.png HTTP/1.1" 200 283
127.0.0.1 - - [08/Mar/2008:14:58:03 +1100] "GET /phpmyadmin/tbl_structure.php?db=ponyclubc&token=887fb386edcb9bc3b3f67235eb4b202e&goto=db_structure.php&table=events HTTP/1.1" 200 46017
127.0.0.1 - - [08/Mar/2008:14:58:05 +1100] "GET /phpmyadmin/themes/original/img/b_empty.png HTTP/1.1" 200 298
127.0.0.1 - - [08/Mar/2008:14:58:05 +1100] "GET /phpmyadmin/themes/original/img/b_edit.png HTTP/1.1" 200 451
127.0.0.1 - - [08/Mar/2008:14:58:05 +1100] "GET /phpmyadmin/themes/original/img/bd_ftext.png HTTP/1.1" 200 277
127.0.0.1 - - [08/Mar/2008:14:58:22 +1100] "GET /phpmyadmin/ HTTP/1.1" 200 2223
127.0.0.1 - - [08/Mar/2008:14:58:23 +1100] "GET /phpmyadmin/navigation.php?lang=en-utf-8&convcharset=iso-8859-1&collation_connection=utf8_unicode_ci&token=887fb386edcb9bc3b3f67235eb4b202e HTTP/1.1" 200 3326
127.0.0.1 - - [08/Mar/2008:14:58:23 +1100] "GET /phpmyadmin/tbl_structure.php?db=ponyclubc&token=887fb386edcb9bc3b3f67235eb4b202e&goto=db_structure.php&table=events HTTP/1.1" 200 46017
127.0.0.1 - - [08/Mar/2008:14:58:25 +1100] "GET /phpmyadmin/js/navigation.js HTTP/1.1" 304 -
127.0.0.1 - - [08/Mar/2008:14:58:24 +1100] "GET /phpmyadmin/phpmyadmin.css.php?token=887fb386edcb9bc3b3f67235eb4b202e&js_frame=left&nocache=3602299935 HTTP/1.1" 200 4100
127.0.0.1 - - [08/Mar/2008:14:58:25 +1100] "GET /phpmyadmin/phpmyadmin.css.php?token=887fb386edcb9bc3b3f67235eb4b202e&js_frame=right&nocache=3602299935 HTTP/1.1" 200 20584
127.0.0.1 - - [08/Mar/2008:14:58:26 +1100] "GET /phpmyadmin/print.css HTTP/1.1" 304 -
127.0.0.1 - - [08/Mar/2008:14:58:26 +1100] "GET /phpmyadmin/themes/original/img/b_home.png HTTP/1.1" 304 -
127.0.0.1 - - [08/Mar/2008:14:58:26 +1100] "GET /phpmyadmin/themes/original/img/logo_left.png HTTP/1.1" 304 -
127.0.0.1 - - [08/Mar/2008:14:58:26 +1100] "GET /phpmyadmin/themes/original/img/b_selboard.png HTTP/1.1" 304 -
127.0.0.1 - - [08/Mar/2008:14:58:26 +1100] "GET /phpmyadmin/themes/original/img/b_docs.png HTTP/1.1" 304 -
127.0.0.1 - - [08/Mar/2008:14:58:27 +1100] "GET /phpmyadmin/themes/original/img/b_sqlhelp.png HTTP/1.1" 304 -
127.0.0.1 - - [08/Mar/2008:14:58:27 +1100] "GET /phpmyadmin/js/functions.js HTTP/1.1" 304 -
127.0.0.1 - - [08/Mar/2008:14:58:27 +1100] "GET /phpmyadmin/js/tooltip.js HTTP/1.1" 304 -
127.0.0.1 - - [08/Mar/2008:14:58:27 +1100] "GET /phpmyadmin/themes/original/img/s_host.png HTTP/1.1" 304 -
127.0.0.1 - - [08/Mar/2008:14:58:27 +1100] "GET /phpmyadmin/themes/original/img/s_db.png HTTP/1.1" 304 -
127.0.0.1 - - [08/Mar/2008:14:58:27 +1100] "GET /phpmyadmin/themes/original/img/b_browse.png HTTP/1.1" 304 -
127.0.0.1 - - [08/Mar/2008:14:58:27 +1100] "GET /phpmyadmin/themes/original/img/s_tbl.png HTTP/1.1" 304 -
127.0.0.1 - - [08/Mar/2008:14:58:27 +1100] "GET /phpmyadmin/themes/original/img/item_ltr.png HTTP/1.1" 304 -
127.0.0.1 - - [08/Mar/2008:14:58:27 +1100] "GET /phpmyadmin/themes/original/img/b_props.png HTTP/1.1" 304 -
127.0.0.1 - - [08/Mar/2008:14:58:27 +1100] "GET /phpmyadmin/themes/original/img/error.ico HTTP/1.1" 304 -
127.0.0.1 - - [08/Mar/2008:14:58:27 +1100] "GET /phpmyadmin/themes/original/img/b_sql.png HTTP/1.1" 304 -
127.0.0.1 - - [08/Mar/2008:14:58:27 +1100] "GET /phpmyadmin/themes/original/img/b_search.png HTTP/1.1" 304 -
127.0.0.1 - - [08/Mar/2008:14:58:27 +1100] "GET /phpmyadmin/themes/original/img/b_insrow.png HTTP/1.1" 304 -
127.0.0.1 - - [08/Mar/2008:14:58:27 +1100] "GET /phpmyadmin/themes/original/img/b_tblexport.png HTTP/1.1" 304 -
127.0.0.1 - - [08/Mar/2008:14:58:27 +1100] "GET /phpmyadmin/themes/original/img/b_tblimport.png HTTP/1.1" 304 -
127.0.0.1 - - [08/Mar/2008:14:58:27 +1100] "GET /phpmyadmin/themes/original/img/b_tblops.png HTTP/1.1" 304 -
127.0.0.1 - - [08/Mar/2008:14:58:27 +1100] "GET /phpmyadmin/themes/original/img/b_empty.png HTTP/1.1" 304 -
127.0.0.1 - - [08/Mar/2008:14:58:27 +1100] "GET /phpmyadmin/themes/original/img/b_deltbl.png HTTP/1.1" 304 -
127.0.0.1 - - [08/Mar/2008:14:58:27 +1100] "GET /phpmyadmin/themes/original/img/b_edit.png HTTP/1.1" 304 -
127.0.0.1 - - [08/Mar/2008:14:58:27 +1100] "GET /phpmyadmin/themes/original/img/b_drop.png HTTP/1.1" 304 -
127.0.0.1 - - [08/Mar/2008:14:58:27 +1100] "GET /phpmyadmin/themes/original/img/b_primary.png HTTP/1.1" 304 -
127.0.0.1 - - [08/Mar/2008:14:58:27 +1100] "GET /phpmyadmin/themes/original/img/b_unique.png HTTP/1.1" 304 -
127.0.0.1 - - [08/Mar/2008:14:58:27 +1100] "GET /phpmyadmin/themes/original/img/b_index.png HTTP/1.1" 304 -
127.0.0.1 - - [08/Mar/2008:14:58:27 +1100] "GET /phpmyadmin/themes/original/img/bd_ftext.png HTTP/1.1" 304 -
127.0.0.1 - - [08/Mar/2008:14:58:27 +1100] "GET /phpmyadmin/themes/original/img/b_ftext.png HTTP/1.1" 304 -
127.0.0.1 - - [08/Mar/2008:14:58:27 +1100] "GET /phpmyadmin/themes/original/img/arrow_ltr.png HTTP/1.1" 304 -
127.0.0.1 - - [08/Mar/2008:14:58:27 +1100] "GET /phpmyadmin/themes/original/img/b_print.png HTTP/1.1" 304 -
127.0.0.1 - - [08/Mar/2008:14:58:27 +1100] "GET /phpmyadmin/themes/original/img/b_relations.png HTTP/1.1" 304 -
127.0.0.1 - - [08/Mar/2008:14:58:27 +1100] "GET /phpmyadmin/themes/original/img/b_tblanalyse.png HTTP/1.1" 304 -
127.0.0.1 - - [08/Mar/2008:14:58:27 +1100] "GET /phpmyadmin/themes/original/img/b_help.png HTTP/1.1" 304 -
127.0.0.1 - - [08/Mar/2008:14:58:27 +1100] "GET /phpmyadmin/themes/original/img/window-new.png HTTP/1.1" 304 -
192.168.0.101 - - [08/Mar/2008:15:00:44 +1100] "GET / HTTP/1.1" 200 2655
192.168.0.101 - - [08/Mar/2008:15:00:44 +1100] "GET /ponystyle.css HTTP/1.1" 304 -
192.168.0.101 - - [08/Mar/2008:15:00:44 +1100] "GET /images/topbar.gif HTTP/1.1" 304 -
192.168.0.101 - - [08/Mar/2008:15:00:44 +1100] "GET /images/horseleft.jpg HTTP/1.1" 304 -
192.168.0.101 - - [08/Mar/2008:15:00:44 +1100] "GET /images/menuhome.gif HTTP/1.1" 304 -
192.168.0.101 - - [08/Mar/2008:15:00:44 +1100] "GET /images/menuabout.gif HTTP/1.1" 304 -
192.168.0.101 - - [08/Mar/2008:15:00:44 +1100] "GET /images/menucalendar.gif HTTP/1.1" 304 -
192.168.0.101 - - [08/Mar/2008:15:00:44 +1100] "GET /images/menuresources.gif HTTP/1.1" 304 -
192.168.0.101 - - [08/Mar/2008:15:00:44 +1100] "GET /images/menuprograms.gif HTTP/1.1" 304 -
192.168.0.101 - - [08/Mar/2008:15:00:44 +1100] "GET /images/menusponsor.gif HTTP/1.1" 304 -
192.168.0.101 - - [08/Mar/2008:15:00:44 +1100] "GET /images/menucontact.gif HTTP/1.1" 304 -
192.168.0.101 - - [08/Mar/2008:15:00:44 +1100] "GET /images/menumap.gif HTTP/1.1" 304 -
192.168.0.101 - - [08/Mar/2008:15:00:44 +1100] "GET /images/menublue.gif HTTP/1.1" 304 -
192.168.0.101 - - [08/Mar/2008:15:00:44 +1100] "GET /images/horsemiddle.jpg HTTP/1.1" 304 -
192.168.0.101 - - [08/Mar/2008:15:00:44 +1100] "GET /images/horseright.jpg HTTP/1.1" 304 -
192.168.0.101 - - [08/Mar/2008:15:00:44 +1100] "GET /images/latestnews.gif HTTP/1.1" 304 -
192.168.0.101 - - [08/Mar/2008:15:00:44 +1100] "GET /images/diag.gif HTTP/1.1" 304 -
192.168.0.101 - - [08/Mar/2008:15:00:50 +1100] "GET / HTTP/1.1" 200 2655
192.168.0.101 - - [08/Mar/2008:15:00:50 +1100] "GET /ponystyle.css HTTP/1.1" 304 -
192.168.0.101 - - [08/Mar/2008:15:00:50 +1100] "GET /images/horseleft.jpg HTTP/1.1" 304 -
192.168.0.101 - - [08/Mar/2008:15:00:50 +1100] "GET /images/topbar.gif HTTP/1.1" 304 -
192.168.0.101 - - [08/Mar/2008:15:00:50 +1100] "GET /images/menuhome.gif HTTP/1.1" 304 -
192.168.0.101 - - [08/Mar/2008:15:00:50 +1100] "GET /images/menuabout.gif HTTP/1.1" 304 -
192.168.0.101 - - [08/Mar/2008:15:00:50 +1100] "GET /images/menucalendar.gif HTTP/1.1" 304 -
192.168.0.101 - - [08/Mar/2008:15:00:50 +1100] "GET /images/menuprograms.gif HTTP/1.1" 304 -
192.168.0.101 - - [08/Mar/2008:15:00:50 +1100] "GET /images/menuresources.gif HTTP/1.1" 304 -
192.168.0.101 - - [08/Mar/2008:15:00:50 +1100] "GET /images/menusponsor.gif HTTP/1.1" 304 -
192.168.0.101 - - [08/Mar/2008:15:00:50 +1100] "GET /images/menucontact.gif HTTP/1.1" 304 -
192.168.0.101 - - [08/Mar/2008:15:00:50 +1100] "GET /images/menublue.gif HTTP/1.1" 304 -
192.168.0.101 - - [08/Mar/2008:15:00:50 +1100] "GET /images/horsemiddle.jpg HTTP/1.1" 304 -
192.168.0.101 - - [08/Mar/2008:15:00:50 +1100] "GET /images/horseright.jpg HTTP/1.1" 304 -
192.168.0.101 - - [08/Mar/2008:15:00:50 +1100] "GET /images/menumap.gif HTTP/1.1" 304 -
192.168.0.101 - - [08/Mar/2008:15:00:50 +1100] "GET /images/latestnews.gif HTTP/1.1" 304 -
192.168.0.101 - - [08/Mar/2008:15:00:50 +1100] "GET /images/diag.gif HTTP/1.1" 304 -
127.0.0.1 - - [08/Mar/2008:15:01:16 +1100] "GET /phpmyadmin/index.php?db=ponyclubc&token=887fb386edcb9bc3b3f67235eb4b202e HTTP/1.1" 200 2274
127.0.0.1 - - [08/Mar/2008:15:01:18 +1100] "GET /phpmyadmin/navigation.php?db=ponyclubc&token=887fb386edcb9bc3b3f67235eb4b202e HTTP/1.1" 200 4072
127.0.0.1 - - [08/Mar/2008:15:01:19 +1100] "GET /phpmyadmin/themes/original/img/b_sbrowse.png HTTP/1.1" 200 197
127.0.0.1 - - [08/Mar/2008:15:01:18 +1100] "GET /phpmyadmin/db_structure.php?db=ponyclubc&token=887fb386edcb9bc3b3f67235eb4b202e HTTP/1.1" 200 12794
127.0.0.1 - - [08/Mar/2008:15:01:26 +1100] "GET /phpmyadmin/main.php?token=887fb386edcb9bc3b3f67235eb4b202e HTTP/1.1" 200 52686
192.168.0.101 - - [08/Mar/2008:15:06:17 +1100] "GET / HTTP/1.1" 200 4778
192.168.0.101 - - [08/Mar/2008:15:06:18 +1100] "GET /ponystyle.css HTTP/1.1" 304 -
192.168.0.101 - - [08/Mar/2008:15:06:18 +1100] "GET /images/horseleft.jpg HTTP/1.1" 304 -
192.168.0.101 - - [08/Mar/2008:15:06:18 +1100] "GET /images/topbar.gif HTTP/1.1" 304 -
192.168.0.101 - - [08/Mar/2008:15:06:18 +1100] "GET /images/menuabout.gif HTTP/1.1" 304 -
192.168.0.101 - - [08/Mar/2008:15:06:18 +1100] "GET /images/menucalendar.gif HTTP/1.1" 304 -
192.168.0.101 - - [08/Mar/2008:15:06:18 +1100] "GET /images/menuresources.gif HTTP/1.1" 304 -
192.168.0.101 - - [08/Mar/2008:15:06:18 +1100] "GET /images/menuprograms.gif HTTP/1.1" 304 -
192.168.0.101 - - [08/Mar/2008:15:06:18 +1100] "GET /images/menusponsor.gif HTTP/1.1" 304 -
192.168.0.101 - - [08/Mar/2008:15:06:18 +1100] "GET /images/menuhome.gif HTTP/1.1" 304 -
192.168.0.101 - - [08/Mar/2008:15:06:18 +1100] "GET /images/menumap.gif HTTP/1.1" 304 -
192.168.0.101 - - [08/Mar/2008:15:06:18 +1100] "GET /images/menucontact.gif HTTP/1.1" 304 -
192.168.0.101 - - [08/Mar/2008:15:06:18 +1100] "GET /images/horsemiddle.jpg HTTP/1.1" 304 -
192.168.0.101 - - [08/Mar/2008:15:06:18 +1100] "GET /images/horseright.jpg HTTP/1.1" 304 -
192.168.0.101 - - [08/Mar/2008:15:06:18 +1100] "GET /images/menublue.gif HTTP/1.1" 304 -
192.168.0.101 - - [08/Mar/2008:15:06:18 +1100] "GET /images/dot.gif HTTP/1.1" 304 -
192.168.0.101 - - [08/Mar/2008:15:06:18 +1100] "GET /images/latestnews.gif HTTP/1.1" 304 -
192.168.0.101 - - [08/Mar/2008:15:06:18 +1100] "GET /images/welcome.gif HTTP/1.1" 200 1262
192.168.0.101 - - [08/Mar/2008:15:06:18 +1100] "GET /images/horse1.jpg HTTP/1.1" 200 2574
192.168.0.101 - - [08/Mar/2008:15:06:18 +1100] "GET /images/nextevent.gif HTTP/1.1" 200 701
192.168.0.101 - - [08/Mar/2008:15:06:18 +1100] "GET /images/info.gif HTTP/1.1" 200 476
192.168.0.101 - - [08/Mar/2008:15:06:18 +1100] "GET /images/horse3.jpg HTTP/1.1" 200 2230
192.168.0.101 - - [08/Mar/2008:15:06:18 +1100] "GET /images/horse2.jpg HTTP/1.1" 200 2504
192.168.0.101 - - [08/Mar/2008:15:06:18 +1100] "GET /images/hand.gif HTTP/1.1" 304 -
192.168.0.101 - - [08/Mar/2008:15:06:18 +1100] "GET /images/diag.gif HTTP/1.1" 304 -
192.168.0.101 - - [08/Mar/2008:15:06:18 +1100] "GET /images/foot.gif HTTP/1.1" 304 -
192.168.0.101 - - [08/Mar/2008:15:06:18 +1100] "GET /images/horse4.jpg HTTP/1.1" 200 2063
192.168.0.101 - - [08/Mar/2008:15:06:25 +1100] "GET /calendar.php HTTP/1.1" 200 3905
192.168.0.101 - - [08/Mar/2008:15:06:25 +1100] "GET /images/calendar.gif HTTP/1.1" 200 670
192.168.0.101 - - [08/Mar/2008:15:06:25 +1100] "GET /printponystyle.css HTTP/1.1" 200 3898
192.168.0.101 - - [08/Mar/2008:15:06:27 +1100] "GET /index.php HTTP/1.1" 200 4778
127.0.0.1 - - [08/Mar/2008:15:07:40 +1100] "GET /phpmyadmin/db_structure.php?db=ponyclubc&token=887fb386edcb9bc3b3f67235eb4b202e HTTP/1.1" 200 12794
127.0.0.1 - - [08/Mar/2008:15:07:44 +1100] "GET /phpmyadmin/sql.php?db=ponyclubc&token=887fb386edcb9bc3b3f67235eb4b202e&goto=db_structure.php&table=events&reload=1&purge=1&sql_query=DROP+TABLE+%60events%60&zero_rows=Table+events+has+been+dropped HTTP/1.1" 200 4894
127.0.0.1 - - [08/Mar/2008:15:07:46 +1100] "GET /phpmyadmin/themes/original/img/s_really.png HTTP/1.1" 200 229
127.0.0.1 - - [08/Mar/2008:15:07:48 +1100] "POST /phpmyadmin/sql.php HTTP/1.1" 302 -
127.0.0.1 - - [08/Mar/2008:15:07:50 +1100] "GET /phpmyadmin/db_sql.php?reload=1&db=ponyclubc&message=Table+events+has+been+dropped+%28Query+took+0.0051+sec%29&sql_query=DROP+TABLE+%60events%60&token=887fb386edcb9bc3b3f67235eb4b202e HTTP/1.1" 200 9226
127.0.0.1 - - [08/Mar/2008:15:07:55 +1100] "GET /phpmyadmin/db_sql.php?db=ponyclubc&token=887fb386edcb9bc3b3f67235eb4b202e&db_query_force=1 HTTP/1.1" 200 9059
127.0.0.1 - - [08/Mar/2008:15:09:20 +1100] "POST /phpmyadmin/import.php HTTP/1.1" 200 18735
127.0.0.1 - - [08/Mar/2008:15:09:28 +1100] "GET /phpmyadmin/tbl_structure.php?db=ponyclubc&token=887fb386edcb9bc3b3f67235eb4b202e&table=events HTTP/1.1" 200 46120
127.0.0.1 - - [08/Mar/2008:15:09:32 +1100] "GET /phpmyadmin/sql.php?db=ponyclubc&table=events&token=887fb386edcb9bc3b3f67235eb4b202e&goto=tbl_structure.php&back=tbl_structure.php&pos=0 HTTP/1.1" 200 35736
127.0.0.1 - - [08/Mar/2008:15:09:34 +1100] "GET /phpmyadmin/themes/original/img/s_fulltext.png HTTP/1.1" 200 308
127.0.0.1 - - [08/Mar/2008:15:09:34 +1100] "GET /phpmyadmin/themes/original/img/b_views.png HTTP/1.1" 200 477
127.0.0.1 - - [08/Mar/2008:15:09:34 +1100] "GET /phpmyadmin/themes/original/img/b_bookmark.png HTTP/1.1" 200 372
192.168.0.101 - - [08/Mar/2008:15:09:50 +1100] "GET /index.php HTTP/1.1" 200 5150
192.168.0.101 - - [08/Mar/2008:15:09:50 +1100] "GET /ponystyle.css HTTP/1.1" 304 -
192.168.0.101 - - [08/Mar/2008:15:09:50 +1100] "GET /images/horseleft.jpg HTTP/1.1" 304 -
192.168.0.101 - - [08/Mar/2008:15:09:50 +1100] "GET /images/menuhome.gif HTTP/1.1" 304 -
192.168.0.101 - - [08/Mar/2008:15:09:50 +1100] "GET /images/menuabout.gif HTTP/1.1" 304 -
192.168.0.101 - - [08/Mar/2008:15:09:50 +1100] "GET /images/topbar.gif HTTP/1.1" 304 -
192.168.0.101 - - [08/Mar/2008:15:09:50 +1100] "GET /images/menucalendar.gif HTTP/1.1" 304 -
192.168.0.101 - - [08/Mar/2008:15:09:50 +1100] "GET /images/menuresources.gif HTTP/1.1" 304 -
192.168.0.101 - - [08/Mar/2008:15:09:50 +1100] "GET /images/menusponsor.gif HTTP/1.1" 304 -
192.168.0.101 - - [08/Mar/2008:15:09:50 +1100] "GET /images/menumap.gif HTTP/1.1" 304 -
192.168.0.101 - - [08/Mar/2008:15:09:50 +1100] "GET /images/menuprograms.gif HTTP/1.1" 304 -
192.168.0.101 - - [08/Mar/2008:15:09:50 +1100] "GET /images/menucontact.gif HTTP/1.1" 304 -
192.168.0.101 - - [08/Mar/2008:15:09:50 +1100] "GET /images/menublue.gif HTTP/1.1" 304 -
192.168.0.101 - - [08/Mar/2008:15:09:50 +1100] "GET /images/horsemiddle.jpg HTTP/1.1" 304 -
192.168.0.101 - - [08/Mar/2008:15:09:50 +1100] "GET /images/latestnews.gif HTTP/1.1" 304 -
192.168.0.101 - - [08/Mar/2008:15:09:50 +1100] "GET /images/horseright.jpg HTTP/1.1" 304 -
192.168.0.101 - - [08/Mar/2008:15:09:50 +1100] "GET /images/dot.gif HTTP/1.1" 304 -
192.168.0.101 - - [08/Mar/2008:15:09:50 +1100] "GET /images/horse1.jpg HTTP/1.1" 304 -
192.168.0.101 - - [08/Mar/2008:15:09:50 +1100] "GET /images/nextevent.gif HTTP/1.1" 304 -
192.168.0.101 - - [08/Mar/2008:15:09:50 +1100] "GET /images/welcome.gif HTTP/1.1" 304 -
192.168.0.101 - - [08/Mar/2008:15:09:50 +1100] "GET /images/horse3.jpg HTTP/1.1" 304 -
192.168.0.101 - - [08/Mar/2008:15:09:50 +1100] "GET /images/info.gif HTTP/1.1" 304 -
192.168.0.101 - - [08/Mar/2008:15:09:50 +1100] "GET /images/horse4.jpg HTTP/1.1" 304 -
192.168.0.101 - - [08/Mar/2008:15:09:50 +1100] "GET /images/horse2.jpg HTTP/1.1" 304 -
192.168.0.101 - - [08/Mar/2008:15:09:50 +1100] "GET /images/hand.gif HTTP/1.1" 304 -
192.168.0.101 - - [08/Mar/2008:15:09:50 +1100] "GET /images/foot.gif HTTP/1.1" 304 -
192.168.0.101 - - [08/Mar/2008:15:09:50 +1100] "GET /images/diag.gif HTTP/1.1" 304 -
192.168.0.101 - - [08/Mar/2008:15:10:00 +1100] "GET /calendar.php HTTP/1.1" 200 5997
192.168.0.101 - - [08/Mar/2008:15:10:00 +1100] "GET /printponystyle.css HTTP/1.1" 304 -
192.168.0.101 - - [08/Mar/2008:15:10:00 +1100] "GET /im
pbraz
 
Posts: 6
Joined: 08. March 2008 00:53

Postby Milligan » 08. March 2008 07:30

Last edited by Milligan on 17. July 2008 06:21, edited 2 times in total.
Milligan
 
Posts: 136
Joined: 03. March 2008 06:23

Given up on this machine but

Postby pbraz » 08. March 2008 09:11

Hi,

I have reinstalled on another machine and it all works OK, exactly as it is supposed to.

The old machine did not have an uptodate version of XP so I suspect this caused all the issues. I think I might install Linux on this old machine and try again this way.

Thanks for all your time and help.

Thanks
Paul
pbraz
 
Posts: 6
Joined: 08. March 2008 00:53


Return to XAMPP for Windows

Who is online

Users browsing this forum: No registered users and 163 guests