ERROR Can't open remote URL!

Problems installing LinkMan?
milesa
Posts: 3
Joined: Mon Mar 13, 2006 10:42 pm

Post by milesa »

Thanks Klemen, but I am decide to don't lose my time and to find other server (it's free :lol:).
Your script work perfect on my paid server

Thx for your FREE scripts!!!
milesa
Posts: 3
Joined: Mon Mar 13, 2006 10:42 pm

Post by milesa »

Again me... :oops: I tested many hostings but it's same. I find host with php support, but again with same error! (script is here http://www.bighealth.byethost8.com/heal ... links1.php ).

I don't wont to disturb you, so this is why I posted last message
Klemen
Site Admin
Posts: 10116
Joined: Fri Feb 11, 2005 4:04 pm

Post by Klemen »

Yes, that's usually the problem with Free hosts - they offer "PHP support" but disable half of the most usable functions for "security reasons". I think that is the case here too - your host has probably disabled some functions needed to read remote websites from scripts. You can upload this file and post the link here to confirm it:
http://www.phpjunkyard.com/extras/phpinfo.zip
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here Image

Image You should follow me on Twitter here

Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...

Also browse for php hosting companies, read php books, find php resources and use webmaster tools
Krisada
Posts: 1
Joined: Mon Jul 24, 2006 2:25 pm

GoDaddy Hosting and LinkMan: ERROR Can't open remote URL!

Post by Krisada »

GoDaddy Hosting:
The php settings by default have "Allow url fopen=off"
but you will find a php.ini file in your root directory that you can modify to set fopen to "on".

Simply modify the PHP.INI GoDaddy supplies in your root directory to change the fopen settings.

Details:

It's not the actual php.ini - it's just 1 line that allows you to change the 2 most common parameters.

Download PHP.INI from your root folder
Open php.ini in a text editor

Change: "allow_url_fopen = off"
to: "allow_url_fopen = on"

Save the file
Upload the modified file back to your website root (original location).

And your done - the script should now work, provided you've done all the other requirements.

Works very nicely - thanks for the scipt and I hope this helps the GoDaddy Users . :)
Klemen
Site Admin
Posts: 10116
Joined: Fri Feb 11, 2005 4:04 pm

Post by Klemen »

Thanks for sharing, I never used GoDaddyfor hosting so I didn't know each hosting account has a php.ini file in the root :roll:
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here Image

Image You should follow me on Twitter here

Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...

Also browse for php hosting companies, read php books, find php resources and use webmaster tools
Grimm
Posts: 2
Joined: Mon Aug 21, 2006 2:48 pm

Post by Grimm »

Hello,

I just installed this script (ver. 1.03) and Im having the same problem with the Cant Open Remote URL.

My PHP (4.3.1) Info shows:

Image

What else could be the problem?

:?
Klemen
Site Admin
Posts: 10116
Joined: Fri Feb 11, 2005 4:04 pm

Post by Klemen »

Hi,

Post a link to your phpinfo file and Linkman here and I will check for any obvious problems.

Regards,
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here Image

Image You should follow me on Twitter here

Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...

Also browse for php hosting companies, read php books, find php resources and use webmaster tools
Grimm
Posts: 2
Joined: Mon Aug 21, 2006 2:48 pm

Post by Grimm »

Klemen Stirn wrote:Hi,

Post a link to your phpinfo file and Linkman here and I will check for any obvious problems.

Regards,
Thanks - I sent you a PM.
birkenstam
Posts: 7
Joined: Sat Sep 09, 2006 4:09 pm

Post by birkenstam »

Hello Klemen,

i have seen your script in action and is good but i have the same problems like rest of the guys on this thred iget (ERROR Can't open remote URL!)

here is my php info http://www.stardating.se/linkman/phpinfo/phpinfo.php

i have never had a problem with a script before this my first time. and thx for taking time for us.

Warm regards anders
Klemen
Site Admin
Posts: 10116
Joined: Fri Feb 11, 2005 4:04 pm

Post by Klemen »

Hi,

I had no problems adding a test link to your site. Are you sure you get this EXACT error: Can't open remote URL!

If yes check:
- the website URLs are valid in the form
- the website is available (server not down)

Regards,
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here Image

Image You should follow me on Twitter here

Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...

Also browse for php hosting companies, read php books, find php resources and use webmaster tools
birkenstam
Posts: 7
Joined: Sat Sep 09, 2006 4:09 pm

Post by birkenstam »

hello and thanks again for you time,

could you please send me the link where you have put you test link.

Regards anders
birkenstam
Posts: 7
Joined: Sat Sep 09, 2006 4:09 pm

Post by birkenstam »

ok i can see your test.

how did you do it? becuse does not work for me.

i have tried about 10 times now.

i will appreciate if somebody else in the forum tried too.

here is the link http://www.stardating.se/linkman/form.html

Warm regards anders
Klemen
Site Admin
Posts: 10116
Joined: Fri Feb 11, 2005 4:04 pm

Post by Klemen »

Can you tell EXACTLY what error are you given and what URL are you trying to submit but doesn't work?
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here Image

Image You should follow me on Twitter here

Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...

Also browse for php hosting companies, read php books, find php resources and use webmaster tools
birkenstam
Posts: 7
Joined: Sat Sep 09, 2006 4:09 pm

Post by birkenstam »

ok it works.

i have figure out why it dident work for me. when i wanted to try the script, i made up an url so it could not find it.
that is the reason why i got ERROR Can't open remote URL!.

so guys if you are going to try the script you acctully need an url that exist.

Fantastic script Klemen.

and appreciate alot the time you have taking for me.

warm regards anders
birkenstam
Posts: 7
Joined: Sat Sep 09, 2006 4:09 pm

Post by birkenstam »

another question klemen,

is it possible to change the link.php to another name?

and if how?

Regards anders
Post Reply