Search found 12 matches

by William_I
Tue Jul 01, 2003 1:22 pm
Forum: PHP - Code
Topic: use PHP to create new pages?
Replies: 7
Views: 1466

After uploading and running the installer, some critical includes and write-to files were owned by "adminX", and new files being created by the blog-wizard are owned by "apache". The blog-wizard runs under Apache, so yeah, this way now makes sense. -duh-
by William_I
Tue Jul 01, 2003 12:52 pm
Forum: PHP - Code
Topic: use PHP to create new pages?
Replies: 7
Views: 1466

-sorry problem solved-

As I reread my response above, I though to myself... "Wait a minute, I own this damn machine and can do what I want."

So I changed ownership of everything in the blog directory to Apache and all seems well. (Until Ensim chokes on it)
by William_I
Tue Jul 01, 2003 12:45 pm
Forum: PHP - Code
Topic: use PHP to create new pages?
Replies: 7
Views: 1466

Sorry, I should have supplied more info. Yes, it is a virtual host scenario running under the Ensim WEBppliance control panel. I own (well lease) and operate the machine. So, the Linux owner of the files in this site is "adminX", and the owner of the php files written by the script is &quo...
by William_I
Tue Jul 01, 2003 12:23 pm
Forum: PHP - Code
Topic: use PHP to create new pages?
Replies: 7
Views: 1466

I've tried that, and I get a safeMode message that the command is not allowed.
by William_I
Tue Jul 01, 2003 11:41 am
Forum: PHP - Code
Topic: use PHP to create new pages?
Replies: 7
Views: 1466

use PHP to create new pages?

hello... I'm more used to the Windows/ColdFusion world... so please excuse the nature of this nOOb question... I'm helping to expand the capabilities of an XMB-driven online community. One new feature will be free blogs for members of a predefined status. I have some decent bloggin software (pMachin...
by William_I
Mon Jun 09, 2003 9:51 am
Forum: Databases
Topic: mySQL error- Got error: 1030: Got error 127 from...
Replies: 3
Views: 2713

mySQL error- Got error: 1030: Got error 127 from...

Full error when attempting commandline mysqldump: mysqldump: Got error: 1030: Got error 127 from table handler when retrieving data from server This is on a 70+ megabyte mySQL database for an XMB forums forum database. Everything is running fine, no errors in the forum operation. However, backups ar...
by William_I
Thu May 22, 2003 11:03 am
Forum: PHP - Code
Topic: HTTP_CLIENT_IP = "unknown"
Replies: 2
Views: 835

Digging through the access logs, I found this persons physical IP, so he wasn't fooling Apache... just PHP.

Any ideas how?

PHP also returned: "Warning: Address is not a valid IPv4 or IPv6" on lookup.
by William_I
Thu May 22, 2003 8:36 am
Forum: PHP - Code
Topic: HTTP_CLIENT_IP = "unknown"
Replies: 2
Views: 835

HTTP_CLIENT_IP = "unknown"

Is this a PHP 4.2.2 bug? I have extra code in my XMB-powered forum that checks for the above condition and kicks users off the forum. Recently, a troll has been on who's IP resolves to "unkown" within the stored IP information in the message database. First, what likely IP spoofing method ...
by William_I
Mon May 19, 2003 12:52 pm
Forum: PHP - Code
Topic: Searching a string for one word...
Replies: 6
Views: 902

twigletmac wrote:
Skittlewidth wrote:Name validation is probably best done with Javascript
Always good to validate server side though in case JavaScript is turned off:
http://php.net/ctype
/quote]

But ctype_alnum won't return a TRUE if it's all legal alphanumeric, yet contains spaces.
by William_I
Mon May 19, 2003 7:12 am
Forum: PHP - Code
Topic: Searching a string for one word...
Replies: 6
Views: 902

Searching a string for one word...

Okay... patience please... new to PHP... Damn... PHP is nothing like Cold Fusion! :wink: I'm looking to build a "restricted word" function into an online forum. When users post a message, I want to search the subject and message for a restricted word. For example, if it contains "foo&...
by William_I
Sat Mar 29, 2003 9:10 am
Forum: General Discussion
Topic: PHP Ad Server software?
Replies: 4
Views: 2018

-embarassed-

That looks like a good link I should have been able to find on my own.

:roll:


Thanks.
by William_I
Sat Mar 29, 2003 8:22 am
Forum: General Discussion
Topic: PHP Ad Server software?
Replies: 4
Views: 2018

PHP Ad Server software?

Hello all... New to the forum... new to PHP, not new to online development. Do any of you know if there is a quality ad serving solution written in PHP/mySQL? I'm looking to provide some banner serving solutions, and perhaps modifiy the source/db for some custom ideas. Doesn't have to be free, I'm w...