Old Address Direct To Porn Sites

Jul 12, 2008

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 6 Replies


ADVERTISEMENT

Servint - Serving Porn On My Sites

Jul 7, 2008

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 14 Replies View Related

Binding IP Address For Different Sites And Reverse IP

Jun 12, 2008

The host is using a main IP. I can bind more IPs.

Shall I share same IP with host and web site or better sperate them for different IPs plus reverse IP for each of them.

View 3 Replies View Related

Dedicated Server With Porn OK

Jul 21, 2008

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 14 Replies View Related

Webhost For Media Oriented (not Porn) Web Site?

Jun 22, 2008

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 14 Replies View Related

Good Web Hosts That Allow Adult / Porn / Pornography?

Jun 14, 2009

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 14 Replies View Related

Dedicated Server That Allows Porn / Adult Content?

Mar 13, 2008

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 5 Replies View Related

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

May 20, 2009

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 14 Replies View Related

Affordable Hosting SHARED-RESELLER Warez Linking - Nulled Script - Legal Porn

May 26, 2009

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 0 Replies View Related

Apache :: How To Use Virtual Host IP Address In Request To Remote Address

Feb 6, 2015

My customer has an external facing Apache server that is acting as a reverse proxy to two internal applications. They have:

- external addresses for each app which resolve to different ip addresses, so app1.their_domain.com and app2.their_domain.com resolve to 77.3.170.10 and 77.3.170.11 respectively.
- the Apache server has two network interfaces with ip addresses 192.168.10.10 and 192.168.10.11
- the external ip addresses resolve to the above internal addresses
- the firewall between the Apache server and the internal app servers is configured to allow traffic from 192.168.10.10 to reach app_server1, and traffic from 192.168.10.11 to reach app_server2, both using port 7777.

I have configured a virtual host in httpd.conf for each ip, i.e.

Code:

<VirtualHost 192.168.10.10:80>
...
ProxyPass /app http://app_server1:7777/app
ProxyPassReverse /app http://app_server1:7777/app
RewriteRule ^/$ /app/app1 [R,L]
...
<VirtualHost>

and

Code:

<VirtualHost 192.168.10.11:80>
...
ProxyPass /app http://app_server2:7777/app
ProxyPassReverse /app http://app_server2:7777/app
RewriteRule ^/$ /app/app2 [R,L]
...
<VirtualHost>

This works fine in that the external address are being routed to the correct application, however the firewall is blocking requests to the second app as it appears the requests are coming from the Apache servers 'primary' ip address 192.168.10.10 instead of 192.168.10.11.

Is it possible to send requests using the ip address from the relevant VirtualHost?

Windows server 2008
Apache 2.2

View 1 Replies View Related

Virtuozzo Firewall :: Is It Possible To Enter Two Different Ip Address In Source Address?

Aug 4, 2008

I am using virtuozzo firewall to secure access.

I enter 58.27.175.211/255.255.255.0 for Source Address and Netmask for port 22.

But still I can connect using 58.181.103.217 or 58.27.151.120.

Second is it possible to enter two different ip address in source address?

View 4 Replies View Related

Dns (using Direct Admin)

Oct 11, 2009

Well what i can i say that direct admin is really pain in the ass, twice i asked in their forum but it was queued for moderation then not published. i'm having a problem setting up my domain 100% correctly.

let me explain more:

Before 1 or 2 weeks, i re-build the server and installed direct admin, but its really harder than other panels and i couldn't figure it 100% how to do,
my website now is running but i have the following problems

1- domain name can not be solved by all people. when i try to ping it it says its not resolvable, while the domain opens for most of users except for very few which gives an error saying can not connect to server

2- i get this error when using intodns.com
[url]
while everything else is ok

3- some of users in some countries access home/admin/domains/sharedip/... while others access home/admin/domains/mydomain.com/... which is the correct one, this causes problems but i temporary solved the problem by uploading files into both folders

View 2 Replies View Related

Equinix Direct

Jan 9, 2008

I've heard a internet bandwidth service from Equinix named Equinix direct, how about the quality of this service? Does there somebody have the experience of this service?

View 14 Replies View Related

Direct Admin And 64 Bit OS

Feb 20, 2008

I am trying to install Direct Admin on Cent OS 4.5 ( 64 bit ), but i am constantly getting library files error, one after another,

Example -

./directadmin: error while loading shared libraries: libstdc++.so.6: cannot open shared object file: No such file or directory

then

./directadmin: error while loading shared libraries: libssl.so.4: cannot open shared object file: No such file or directory

then

./directadmin: error while loading shared libraries: libz.so.1: cannot open shared object file: No such file or directory

goes on .........

But if i install 32 Bit library files (RPM), for them, they vanish and next error comes, with new file missing

I have tried loading 10 RPM's of 32 bit, but i cant go now forever...

Is there anyway to install Direct Admin on 64 Bit Cent OS?

Is there any 1 RPM file, which i can install and then Direct Admin wont give library problems.. ?

View 6 Replies View Related

Direct Admin & 123-Reg

Sep 30, 2008

As in recent threads i have posted about getting a DA lifetime licence within the next month. I currently get my domains from 123-reg but i am just wondering if someone could help me or if they have an answer to my question!

If i bought a domain from 123-reg and then got a lifetime licence from DA and had it installed onto my server what happens to the nameservers? Like when DA install it onto my box would they sort out the nameservers for my domain aswell like ns1.mydomain.com, ns2.mydomain.com or would i have to pay extra for them?

View 5 Replies View Related

Level3 Direct

May 21, 2007

Does Level3 have a monthly minimum of some sort? I currently own a dialup internet service provider, buy through a dialup reseller that mainly uses the Level3 managed modem service, and would like to deal with them directly if possible. I am also interested in their collocation services and ip connections in the future.

View 3 Replies View Related

How Do I Setup A New Ip Address As My Server's Main Ip Address

Jul 26, 2007

I just bought a new ip address and want to setup this new ip as my server's main ip, making the 'existing main ip' as the secondary ip.

Which means, this new ip will be the server's default ip address for all services, including when connecting to other server.

I'm using CentOs 4.5 and swsoft's panels: HSPcomplete & Virtuozzo Power Panel, and Webmin.

View 1 Replies View Related

LunarPages Now Doing Direct Spamming!

Apr 28, 2008

I have never had any dealings with LP, nor have I ever communicated with them in any way but I just received this unsolicited SPAM email from them :

Hello, My name is Tom Sebastiani, and I work for a hosting company called Lunar Pages.

I ran across your website on the Internet, and I thought I might be able to offer you more features on your hosting for less money.

View 14 Replies View Related

Reseller Plan With Direct Ip

Jun 15, 2009

i just look for a reseller plan who can offer direct ip at a low price. just like 1 dollar per month or lower.

View 14 Replies View Related

Add Domain Via Direct Admin

Nov 7, 2009

When I introduce myself as a newbie, I do not exaggerate. Hope to slowly change that, thought.

I have recently rented a dedicated server from worldstream and have paid for a lifetime usage of Directadmin. My goal is just to host my own site.

Now I am trying to transfer the my domain to this server. From what I can tell, I need to change the DNS for the domain from it's current DNS.

In the Directadmin control panel under "DNS Administration", I see "Add Zone" which I assume is the step to take. Under "Add zone", it asks for

(1) Domain name (what format would I enter this)

(2) IP Address (I was supplied with three IP's when I signed up with worldstream. Do I just pick one of these?)

(3) Name Server 1 (Unsure of what to enter here)

(4) Name Server 2 (Ditto as above)

I realize this is quite basic for most.

View 2 Replies View Related

Disabling Direct Download

Oct 22, 2009

I have a website which has a FLV player serving .flv files which are hosted in the server. I notice that some users are directly downloading the files using the direct URL and they seem to be using download managers for that which is opening several Apache connections and open slows down Apache. I want to prevent this. I thought of preventing it using a .htaccess file but did not help. This is what I used:

<Files *>
order allow,deny
allow from 127.0.0.1
allow from localhost
deny from all
</Files>

I thought this would work but it doesn't as it is blocking the FLV player from playing the file. Can anyone tell me the right way to do it?

View 3 Replies View Related

Direct Traffic Data

Oct 13, 2009

Is there a website or program actually tracks all the direct type in traffic?

View 2 Replies View Related

Direct Admin With Server

Sep 28, 2008

Just been thinking and currently i host all my services with other hosting companies like my web hosting accounts etc...but was thinking of buying a DA licence and installing it onto one of my linux servers.

On DA's website it says one licence per IP or something along them lines...does this mean if i was to install a licence on say 99.99.99.999 and it was working ok etc but then if i changed my IP range to 99.99.99.998 would that mean the DA licence would no longer be valid?

View 11 Replies View Related

Direct Admin First Install

Sep 5, 2008

First install , so i went to DirectAdmin ,

1- Sigend to User Level and Add Another Domain , i added my domain name

2- signed to Reseller panel , then NameServer and created as
ns1.xxx.com
ns2.xxx.com

3- singed to Admin control panel then to Administrator Settings , the second Tabel where it says 'Server Settings (will restart DirectAdmin)

Server's Hostname : kept it as it the name of the company that provided the server

NS1 : ns1.xxx.com
NS2 : ns2.xxx.com

Now i'm waiting 24 hours for the DNS ..

View 4 Replies View Related

CPanel To Direct Admin

May 12, 2007

I don't start a CPanel vs DA war, but need to get a "what might be different" list re a VPS.

When I got my present VPS (moved from shared hosting) I had it initially set up with DA. All my previous experience had been with CP on my shared hosting account, but I had read about CP being a bit of a resource hog.

When I tried to set up my VPS, I got it wrong. I ended up with 2 instances of "mymainsite.com" on the server. I got so confused talking with support and their UNIX lingo, that I had them switch to CPanel.

I'm probably going to move to another host and thinking of using DA to save RAM.

I'm not a reseller of hosting, just have 20+ small to very small sites. I have a number of mySQL databases that get a fair number of queries. I have 1 vBulletin app but the traffic on that site is VERY low.

So what will I need to learn differently in DA?

-cron jobs
-parked domains
-migrating sites
-backing up sites

View 14 Replies View Related

CPanel To Direct Admin

Apr 29, 2007

I did some searching but didn't find a ton of reliable information. Is there an easy way to move cpanel accounts over to a direct admin box?

View 3 Replies View Related

Direct Servers From Asia

Mar 16, 2007

Where is the best place to buy Quad Xeon servers?

is it possible to buy the servers direct from factories in Asia/china ? or even ordering the components direct from Asia and setup myself /

View 1 Replies View Related

Awstats Direct Link

Sep 3, 2007

I am currently coding a backend to my website where clients can login and view their webmail, stats, etc.

What I am after is a script that will link my clients directly through to awstats, without going through cpanel or having to re-enter their username/password through the htaccess popup.

Does anybody know if I can pass the un/pwd combo through in the url string to popup the stats in the correct manner?

View 10 Replies View Related

Disabled Direct Root Login

Oct 24, 2009

im able to login to root via SU perfectly

One problem: All my old files and folders are owned by ROOT so that means my SU account named XXX cant edit/add/delete anything from my SFTP because of folder/file permission.

Is there anyway my SUDO(wheel) account can still edit these files own by ROOT?

View 3 Replies View Related

How To Install Perl With Direct Admin

Oct 30, 2008

How to install perl with Direct Admin?

How to install perl with Direct Admin?

View 4 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved