PDA

View Full Version : php.ini Server do not allow requests


Rdata
04-14-2007, 12:37 PM
HI Members,

i have a little problem with my phpld 2.1.1. Since I changed my server, no user can subscribe his webpage. I think it is a problem in the php.ini but i have no clue what i can change there?

What should i change, that the server allow the script to communicate with other servers...???

Thank you for helping!

Rdata
(Germany)

shadav
04-14-2007, 01:14 PM
did you just install your current site to the new server? you will need to change the database info

go into the include folder and edit the config.php file
find the lines
define('DB_DRIVER', 'YOUR DATABASE TYPE GOES HERE');
define('DB_HOST', 'YOUR DATABASE HOST NAME GOES HERE');
define('DB_NAME', 'YOUR DATABASE NAME GOES HERE');
define('DB_USER', 'YOUR DATABASE USER NAME GOES HERE');
define('DB_PASSWORD', 'YOUR DATABASE PASSWORD GOES HERE');

other than that lol i'm not sure whatelse needs to be changed to work with the new server

James
04-14-2007, 03:02 PM
Content visible to registered users only.


Make sure that curl is installed and that your host allows opening of remote urls using fsock.

To test fsock put this code in a file on your site and go to it in your browser

Content visible to registered users only.

Rdata
04-14-2007, 05:09 PM
Tanks for the answers.

I defined every thing right. The page is running. Only new user can not enter a web page.


I tested the fsock think: And this happened:


Content visible to registered users only.

James
04-14-2007, 07:49 PM
my bad on the code use this:
Content visible to registered users only.

Rdata
04-14-2007, 10:05 PM
The last answer wasnt right! Sorry!

Here the right
( www.alle-single-seiten.de/info.php )
Content visible to registered users only.

Rdata
04-16-2007, 06:55 PM
The Script ist runnig well, but the subscribe dousnt work... the server cant check the urls... and he cant chack the backlinks...

James
04-16-2007, 07:19 PM
To be honest most likely it will be server settings. You may want to post in the german forum so that you can communicate with someone in your native tongue.