Webmaster Forum


Go Back   Webmaster Forum > Web Development > Web Design Lobby > Coding Forum
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Coding Forum Problems with your code? Let's hear about it.

Directory Submission Service   I Sell Pagerank   V7N Directory

Reply
 
LinkBack Thread Tools Display Modes
Old 05-07-2006, 09:34 PM   #1 (permalink)
Inactive
 
Join Date: 05-07-06
Posts: 1
iTrader: 0 / 0%
Latest Blog:
None

wibysono is liked by many
open file in PHP with proxy

hyy guys recently i try to open a file in PHP with the script from manual :

<?php
function proxy_url($proxy_url)
{
$proxy_name = '202.43.253.3';
$proxy_port = 8080;
$proxy_cont = '';
$proxy_fp = fsockopen($proxy_name, $proxy_port);
if (!$proxy_fp) {return false;}
fputs($proxy_fp, "GET $proxy_url HTTP/1.0\r\n");
while(!feof($proxy_fp))
{$proxy_cont .= fgets($proxy_fp,4096);}
fclose($proxy_fp);
}
?>

but why this script always failed and shows this alert "time out 30 seconds"

is there someone who can help me???? pleaseee????
thanx so much
wibysono is offline  
Add Post to del.icio.us
Reply With Quote
Sponsored Links
SEO Hosting by HostGator  Advertise Here  Buy Blog Links
Old 05-20-2006, 09:13 PM   #2 (permalink)
Inactive
 
kenkam's Avatar
 
Join Date: 05-20-06
Posts: 40
iTrader: 0 / 0%
Latest Blog:
Revelations: Part 1

kenkam is a jewel in the roughkenkam is a jewel in the roughkenkam is a jewel in the roughkenkam is a jewel in the roughkenkam is a jewel in the roughkenkam is a jewel in the rough
Try asking this at the PHP support. I recommend their mailing list. It's more specific there so you should try asking there.
kenkam is offline  
Add Post to del.icio.us
Reply With Quote
Go Back   Webmaster Forum > Web Development > Web Design Lobby > Coding Forum

Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Intranet: open local file in fullscreen mode fairyjo Coding Forum 6 09-11-2007 02:37 PM
Anyone know how to open a DAT file? Heather Computers & Internet 16 08-10-2006 07:19 PM
Open CDR file with Illustrator CS2 URGENT Kotzko Graphic Design Forum 4 04-16-2006 05:15 PM


Sponsor Links
Get exposure! Get exposure! Find Scripts Web Hosting Directory Get exposure! SEO Blog


All times are GMT -7. The time now is 06:59 AM.
© Copyright 2008 V7 Inc