09-25-2009
What are the errors in the web server log files when you run this?
5 More Discussions You Might Find Interesting
1. Shell Programming and Scripting
iam geting a error with this index script. heres the error
Parse error: parse error in c:\phpdev\www\dev\compulearn\in work\index.php on line 39
Whats wrong??
------------------------
<?php
//display header and left bars
include ('header.php');
include ('left.php');
//connect... (13 Replies)
Discussion started by: perleo
13 Replies
2. Shell Programming and Scripting
Hi, i have this script to read from mysql (layout below) and the script will display the course title, and a url to the id, but when i click on the url it just goes back to that page(displaying all the course titles)but when u click on a course title i want it to read from detail table in php and... (1 Reply)
Discussion started by: perleo
1 Replies
3. UNIX for Dummies Questions & Answers
I have written a bash script...now i need to call the script from php page.
Can you give me an example to demonstrate how it is done?:( (1 Reply)
Discussion started by: xerox
1 Replies
4. Shell Programming and Scripting
so i have a bit of a unique situation.
i have an encrypted index.php file that that can't be run the normal way that a web browser would run it. if it is run the normal way, the php script will show only gibberish on the web browser, instead of the actual php code.
when run from the command... (8 Replies)
Discussion started by: SkySmart
8 Replies
5. Shell Programming and Scripting
Here is some docs of my ongoing work to port this forum PHP code which is running on 5.3.10, to PHP 7.
Motivation:
Unfortunately, every thing that has a beginning must have an end. PHP 5.6 active support ended January 19, 2017. It will receive security support until December 31, 2018.
#1 ... (7 Replies)
Discussion started by: Neo
7 Replies
LEARN ABOUT DEBIAN
ip2host
IP2HOST(1) User Contributed Perl Documentation IP2HOST(1)
NAME
ip2host - Resolves IPs to hostnames in web server logs
SYNOPSIS
ip2host [OPTIONS] [cache_file] < infile > outfile
infile - Web server log file.
outfile - Same as input file, but with IPs resolved to hostnames.
Options:
--children=... Number of child processes to spawn (default: 40)
--timeout=... Seconds to wait on DNS response (default: 20)
--buffer=... Maximum number of log lines to keep in
memory (default: 50000)
--flush=... Number of lines to process before flushing
output buffer (default: 500)
--cache=... Filename to use as disk cache (default: none)
--ttl=... Number of seconds before IPs cached on disk are expired
(default: 604800 - One week)
DESCRIPTION
This is a faster, drop-in replacement for the logresolve utility distributed with the Apache web server.
It's been reported to work under Linux, FreeBSD, Solaris, Tru64, and IRIX.
AUTHOR
Maurice Aubrey <maurice.aubrey+ip2host@gmail.com>
Based on the logresolve.pl script by Rob Hartill.
COPYRIGHT
Copyright 1999-2007, Maurice Aubrey <maurice.aubrey+ip2host@gmail.com>.
This module is free software; you may redistribute it and/or modify it under the same terms as Perl itself.
README
Resolves IPs to hostnames in web server logs. This is a faster, drop-in replacement for the logresolve utility distributed with the Apache
web server.
SCRIPT CATEGORIES
Web
perl v5.14.2 2012-02-15 IP2HOST(1)