[PHP] Alternative to cURL

2003-10-14 Thread Paul van Schayck
FSockOpen and putting a header() inside so the location in the browser looks like the other domain. Would this be possible. Regards, Paul van Schayck -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: Echo $PHP_SELF not working

2003-10-10 Thread Paul van Schayck
Hello, Here we go again ;) [EMAIL PROTECTED] (Jeff McKeon) wrote I've just published a new website and something is wrong. I suspect the PHP.ini on the server but I can't seem to find anything. register_globals is on off. Which is a good idea, keep it there! On the dev server ECHO

[PHP] Re: ftp_connect() issues

2003-10-10 Thread Paul van Schayck
[EMAIL PROTECTED] (Phil Ewington - 43 Plc) wrote A script that has been running successfully for over 18 months has suddenly stopped working due to ftp_connect() failing. I have been assured that nothing has changed on the ftp server so now need to try and find out why this is happening.

[PHP] Re: configuration class - skeleton code for first OOP adventure

2003-10-08 Thread Paul van Schayck
Hello, [EMAIL PROTECTED] (Anders Thoresson) wrote Is this a good start, or should I change anything? I'm not a OO expert but I think you could include the SetConfigurationFile () function in your contructor. And if it fails inside the constructor exit to your other class controlling errors.

[PHP] Re: Creating a blogrolling/link management system

2003-10-08 Thread Paul van Schayck
Hello, [EMAIL PROTECTED] (Chris) wrote What I am wondering is what is the best approach for detecting recently changed links? I could use various files put out by blogger.com or blo.gs, etc. to check sites that use those services, but while being much more efficient than actually checking

[PHP] Re: Check for page change efficiently [was Re: Creating a blogrolling/link management system]

2003-10-08 Thread Paul van Schayck
Hello, [EMAIL PROTECTED] (Chris) wrote I'm not sure I understand-- I want to check to see if their page has changed once each day and, if so, I will highlight that link in my list... I doubt most web sites would have a problem with one hit per day :) Don't know much about blogs ;). I though

Re: [PHP] Re: configuration class - skeleton code for first OOP adventure

2003-10-08 Thread Paul van Schayck
[EMAIL PROTECTED] (Anders Thoresson) wrote You mean that I don't need a separate function for setConfigurationFile, but could rather include the controlling code in my constructor? Yup. Polleke -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit:

[PHP] Re: Check for page change efficiently [was Re: Creating a blogrolling/link management system]

2003-10-08 Thread Paul van Schayck
[EMAIL PROTECTED] (Kevin Stone) wrote Hello Kevin. This is just a thought.. I have never employed this method personally.. but I suppose you could read the page into a string and use the md5() function to generate a hexidecimal value based on that string. Store the hex value in a database

[PHP] Re: Name server question (was:[PHP] -OT- Software Fashion)

2003-10-07 Thread Paul van Schayck
Hello, [EMAIL PROTECTED] wrote helo guys , where i get a private names server , for my domain name , in internet , where i registered and how much ?? What do you mean with private name servers? Most of the time everything is just fine if you are hosted by a companny. They will set the DNS

[PHP] Re: Sessions

2003-10-07 Thread Paul van Schayck
Hello, [EMAIL PROTECTED] (Webmaster) wrote Now I am getting such lines in the address bar: /pages/news.php?option=1015PHPSESSID=PHPSESSID=d117dba208d4b205cd4e521 f606b b44e#result Do you set them manual, does the server auto start a session? What are the settings for session in your ino

[PHP] Re: allowing access to php page by IP

2003-10-07 Thread Paul van Schayck
Hello, [EMAIL PROTECTED] (Adam Williams) wrote I want to allow access to a php page but am not sure how I should verify the IP once I get it. I want to allow 10.8.4.* and 10.8.5.* to access a certain webpage and keep everyone else out. I have written code to figure out what someone's IP is,

Re: [PHP] Verry strange GET behaviour

2003-10-07 Thread Paul van Schayck
Hello, [EMAIL PROTECTED] (Brad Pauly) wrote Probably because you have register_globals turned off. You can use $_GET['_section']. You can also turn it on. http://us3.php.net/register_globals Don't tell them about that option! People are forced to script safe that way. Ben, with register

[PHP] Re: Any idea how to do this?

2003-10-06 Thread Paul van Schayck
Hello, [EMAIL PROTECTED] (Ryan A) wrote in So I have decided that I am going to try to make the same thing on our site but offer it free to the public...only problem is...I dont know where to start and was hopeing someone here can give me tips/urls or links to boost me on my way... You know