Jump to content

Sarev0k

Members
  • Posts

    9
  • Joined

  • Last visited

Posts posted by Sarev0k

  1. Install SMF (2/3)

     

    Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 8388608 bytes) in /usr/local/cpanel/3rdparty/fantastico//includes/enc_check.inc.php on line 378

     

    I get that error when i try to install a forum. SMF forum is not suported or is just a problem?

  2. You can connect to remote MySQL - that port isn't blocked.

     

    You can try finding some random ports that are open, but I'm not comfortable publicly posting our open incoming TCP ports.

     

    Ok, thanks for the info, i'll try to connect to my mysql database in my home to see if it works.

     

    Could you pm me a port then?

  3. Wait, why can't you use port 80? Do you have another web server running on your computer?

     

    Note that incoming and outgoing ports are not the same.

     

    I'm not atm, but sometimes i need to.. is there another open port i can use besides 80?

     

    Btw, can we connect the website to a remote mysql (say, at my home too), or is it blocked?

     

    Thanks for your time!

  4. I'm running a server at my home PC, and i need the to make available in the site if server is online or offline.

    So the ports are closed? Spent an all nighter on this :s

     

    Could u open up a port for me? or u can only open a port if it is for all?

     

    if u can:

     

    domain: aion-pt.heliohost.org

     

    i think any high port is good for me, atm i'm using 7078

  5. Hi all!

     

    I'm trying to use fsockopen to test if a server i'm running in a remote computer is online. Unfortunately its giving me this error:

     

    Warning: fsockopen() [function.fsockopen]: unable to connect to socialite.no-ip.biz:7078 (Connection refused)

     

    When i use:

    http://www.canyouseeme.org/

     

    it says success, so i think my firewall/router is well configured.. any ideas?

     

    Thanks!

     

    EDIT:

     

    code i'm using:

     

    $fp = fsockopen ("tcp://82.155.237.242", 51003, $errno, $errstr,40);

    if ($fp)

    {

    echo "success";

    }

    else{

    echo "failure";

    }

×
×
  • Create New...