[PHP]fsockopen(): Timed_out - fsockopen() on a Irc Server

free web hosting
Free Web Hosting > Computers & Tech > Programming > Scripting > PHP

[PHP]fsockopen(): Timed_out - fsockopen() on a Irc Server

k22
I have create a script that open a connection on a irc server like a BnC; when i test it on my local machine it's all ok, but here i receive every time Timed_out, and i don't know why, Someone can me explaine why? sad.gif

Reply

Hercco
I think it is not allowed to use IRC scripts of any kind here. fsockopen() is probably banned in php settings.

Reply

k22
I have seen here fsockopen() isn't banned and it works if a try to connect to a standard 80 port to do gte..but with Irc port no, AstaHost has stopped the connection to them?

Reply

marijnnn
well, as far as i remember, irc bots & servers are forbidden. i dunno about clients. but i think it's quite probable they blocked some other ports. fsockopen works though.

Reply

k22
QUOTE(marijnnn @ Oct 5 2004, 08:54 PM)
well, as far as i remember, irc bots & servers are forbidden. i dunno about clients. but i think it's quite probable they blocked some other ports. fsockopen works though.
*


Ok, thx and so my dream of a Bot & Bnc WebBased are impossible sad.gif, Thx again unsure.gif

Reply

marijnnn
hey, don't give up. i'm not sure and i can't find where i read it anymore. so maybe it was another host.
what you should/could do is send a service request. you can do this from your cpanel.

Reply

marijnnn
http://www.astahost.com/index.php?showtopi...6&hl=irc-server

search the page for irc. you'll find that irc services are not allowed.

Reply

k22
Thx again, I have a new Project now biggrin.gif

Reply


Got an Opinion! Express your Views! (no registration):-
Add your Reply/ Opinion/ Views/ Comments/ Suggestion/ Questions/ Queries etc.
Posts with decent grammar & English will be accepted and please refrain from profanities.
For asking a Question, We recommend you to sign-up (for free) so that you can track the topic easily.

Nature of your Post*: Opinion/ Reply/ Comments
Question/Query
Feedback to us.
       
Name   Email
Title/Question*

Recent Queries:-
  1. fsockopen alternative - 54.02 hr back. (1)
  2. fsockopen - 138.66 hr back. (1)
  3. php fsockopen - 36.52 hr back. (2)
  4. fsockopen irc - 251.04 hr back. (1)
  5. user:password@www.example.com php fsockopen - 255.36 hr back. (1)
  6. how to open fsockopen in cpanel - 296.71 hr back. (1)
  7. php fsockopen authenticate - 346.82 hr back. (1)
  8. php fsockopen banned by host - 382.49 hr back. (1)
  9. fsockopen и cs 1.6 - 517.74 hr back. (1)
  10. how to setup fsockopen in another server - 520.71 hr back. (1)
Similar Topics

Keywords : php, fsockopen, timed, out, fsockopen, irc, server

  1. View Php In Another Server
    (4)
  2. Using Php With A Mail Server
    (2)
    We all know you can use PHP with a web server, but can you use it with a mail server? I've made
    a personal messenger system, and I was thinking about adding additional functionality in the future,
    such as the ability to send mail from it. Then I started thinking, would it be possible to recieve
    mail with it? Say, have a PHP script that checked when a message arrived at the server, and when it
    does, check for something in the message (e.g. "pmsystem-to: admin") that would tell it to send it
    to a certain user, and then have it do the scripts to send a PM. So, is it....
  3. User Authentication Session Handling Problems
    Authorization server variables not staying across pages (14)
    This is quite a bit of problem I am facing, and I cannot point exactly where I am going wrong. I
    have been lurking around here at the Asta Host forums with regard to login and user authentication
    scripts and I have got as far as this: - Starting a session - Registering a session variable -
    Using the variable to check if the user is authenticated or not. - Authenticating the user through
    MySQL database - Logging of the user, by setting the session variable to un-authenticated I have
    been able to achive the following things too that I think is not related to this proble....
  4. How To Reset The Server Variable Php_auth_user
    (9)
    Hi, i'm developing a web application which obviously requires a log in/log out script that i
    just implementing but i dont know why the log out script dont work fine. The problem is related
    with the server variable $_SERVER which remains set even when in the log out script i unset it with
    the unset() function. Does someone knows how can i reset or clear the server variable $_SERVER ???
    Best regards, ....
  5. How To Create An Online Timed Test With PHP?
    Can we do a online test with a counter(from 20 second) php for a php-n (18)
    Is there anyone got a online timed test script?Or anyone knows how to create this script? I wait
    your answers and all php programmers.....
  6. Need Help With PHP FsockOpen() Function
    (1)
    Hi, i'm a very new AstaHost member and i'm from El Salvador, i speak spanish but english
    only a little, forgive me if my english is bad, i need to know if the php function fsockopen() is
    permissible in this server, because i need this function works, my website use makes of some
    php's scripts to send messages of text to cellular phones in my country, for that reason I need
    that function to operate, i had my webpage in t35.com but they do not allow the use of this function
    anymore, that's why I need to pass my webpage to another server, my URL is www.leis....
  7. Saving A Php Generated Image To The Server
    Help Needed Please (5)
    I'm trying to create a script that will generate an image and send it back to the browser while
    saving the same image to the server. I'm doing this because the image should be dynamically
    generated but because of the load that would place on a server if the image happened to be requested
    frequently, I've decided to build in a means to serve the static version of the image most of
    the time. What isn't included here is the function that will check the age of the file in cache
    directory and serve the static image if it is less than an hour old. This isn....
  8. Include Directives And Efficancey
    Server preformance, response time (4)
    Hello there. Most of my programming experiance has been with compiled languages. However, I am now
    working in PHP. In a compiled languages (or even a client-side scripting language), include
    directive only effect the preformance at compile-time. It has always been my style to make all
    global variables, functions, and data structures available to all source files by including a header
    file that would then in turn include all the project's headers in the correct sequence. Now, as
    I have said, I am working in PHP. The design of my page is that of a program, with the ....
  9. Server-friendly Php Scripts
    (5)
    Hi I'm relativly new to php... I'm interested in writing server-friendly php scripts and i
    was wandering in what cases php scripts are harmfull to server i runs on... i was thinking about
    issues like: * Which php functions are expensive from the point of view of server's
    performance and resources? * What is considered to be a long array in php context if ,say, each
    record is 100 bytes long? (100+ element ? a few thousands?) * Are there some assumptions that php
    programmer should avoid? (comes to mind this example: http://il.php.net/register_globals )....
  10. Mini Apache Server W/ Php
    Grab it right now ... (5)
    Hi, Those who don't want to go into all the hassle of configuring Apache with PHP - here's
    a quick alternative. Grab MiniApache_PHP from http://213.106.116.50/james/ . It's a much
    downscaled version of the real Apache server but includes the PHP modules too - very little
    headache over installation and you can start hosting your own sites rightaway. Good alternative for
    testing your custom php codes too... This is what the site says about the software: QUOTE
    MiniApache_PHP is a cut-down version of the open-source Apache web server software for Wind....
  11. All in 1 server
    PHP4,PHP5,ASP.Net (13)
    Hello, I'm hosting my own site web on my computer. I'm using IIS6 with ASP.NET and PHP4
    running on it and I would like to install also PHP5 to try it. Do you think it's possible ?....

    1. Looking for php, fsockopen, timed, out, fsockopen, irc, server






*SIMILAR VIDEOS*
Searching Video's for php, fsockopen, timed, out, fsockopen, irc, server
advertisement




[PHP]fsockopen(): Timed_out - fsockopen() on a Irc Server