Jump to content

Sarev0k

Members
  • Posts

    9
  • Joined

  • Last visited

Sarev0k's Achievements

Newbie

Newbie (1/14)

0

Reputation

  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. Sarev0k

    djbob being stupid

    Hi, thanks for your greak work, my site is running again too.
  3. 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?
  4. 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!
  5. " Why not just run the software on your home server on another port?" I was answering your question :s I can use any port.. if it is open.. (except for ports that are reserved of course, like port 80, 21..)
  6. Is there a list of open ports in heliohost? I tried some, none work (7078,8080,etc..)
  7. 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
  8. yes, for google at por 80! port 80 all ok, but with other ports i think theres some kind of problem.. or is it blocked?
  9. 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...