TalkPHP
 
 
Account Login
Latest Articles
» The basic usage of PHPTAL, a XML/XHTML template library for PHP
» Vulnerable methods and the areas they are commonly trusted in.
» Simple way to protect a form from bot
» The Basics On: How Session Stealing Works
» How to keep your forms from double posting data
IRC Channel
IRC Speech Bubble Join the friendly bunch on IRC...
(#TalkPHP on Freenode)

...Also available via a web interface.

See this thread for information on the TalkPHP Free Hugs Initiative™. Subject to availability.
Associates
Associates
CSS Tutorials
 
 
LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
Old 03-12-2008, 12:56 PM   #1 (permalink)
Orc
The Prestige
 
Orc's Avatar
 
Join Date: Dec 2007
Posts: 1,044
Thanks: 193
Orc is on a distinguished road
Default Unable to find the socket transport "UDP" - did you forget to enable it when you con

Or HTTP, and a bunch of different stream transports. Look, I need to grab some information, I know cUrl is an alternative, but I jsut want to do this.

PHP Code:
Unable to find the socket transport "HTTP" did you forget to enable it when you configured PHP?) 
My error,
My code:
PHP Code:
$ip "UDP://127.0.0.1"// I know this is my local ip, but I dont want you to know what it is!
$port "80"// I changed this aswell
$fp fsockopen($ip,$port);
$read stream_get_meta_data($f); // tried socket_get_status //aswell
if ($read['unread_bytes']!=0)
{
    while(!
feof($fp))
    {
    
print_r($read);
    }

By the way, I already know sometimes you need openSSL, I already have that checked in my wamp config.

I just tried ssl, but now it just gives me that
PHP Code:
Maximum execution time of 30 seconds exceeded 
Update: I tried it without a protocol, now its just blank
__________________
VillageIdiot can have my babbies ;d
Orc is offline  
Reply With Quote
 



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
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


All times are GMT. The time now is 08:31 PM.

 
     

Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.1.0
Inactive Reminders By Icora Web Design