for some reason 1002 is open on my server, i want to close it with iptables but doing: iptables -A INPUT -p tcp --syn --destination-port 1002 -j DROP doesnt seem to have any effect... also, any idea w Read all
Hi, i have an amd athlon xp 1900 server from rackshack. I realize this is not a rackshack forum, i am not starting this thread because id like to complain about rackshack, but simply becuase id like t Read all
For the past couple of hours, all our sites have been inaccessible. We get the error message "Connection Refused": http://philippines.splashscreen.net We get the same thing with our host's site, http: Read all
Perhaps I'm crazy, but I received the following email today: I'm interested in your hosting, but I have a question .Are you allowed a Safelist to be run on your packages? I didn't see a user agreement Read all
Our host had Cpanel 4.7 and after upgrading to 4.8 all our Mailing lists are giving problem, non of the existing lists sends mails and when we try to create a new list getting the following error: Ent Read all
Everytime i'm looking for a hosting company, i would ask them if they have any HARD limit on user_connections set on their server. Some would reply me YES, WE DO and the limit is 50 or etc while some Read all
On one of my hosts I found this easy to do account breach: It's a shared account server and anyone who logs on to the shell basically has access to other user's accounts. Just go to the directory wher Read all
does anyone see whats wrong with this code <% Dim ip_address ip_address = request.servervariables("REMOTE_ADDR") response.cookies("fname22")= ip_address response.cookies("fname22").Expires = DateAdd(" Read all
First choice is suitable for webmaster who update their site randomly will ensure that every visitors see new information instanly. However, if a webmaster run chatroom that refresh every few seconds, Read all
I ran into this problem yesterday.. http://www.webhostingtalk.com/showth...threadid=52252 so now i have to compile a new kernel, i want to do 2.4.18 The problem is i havent really compiled a kernel be Read all
Where is the server's time zone defined? When I check it using this PHP code: $serveroffset = (int) date("Z") / (60 * 60); I get the value -7. My server is sitting in Calif. First off, shouldn't the v Read all