[Review] SameerHosting SCAM COMPANY, BREAKS PRIVACY POLICIES

Apr 21, 2009

SameerHosting has been the biggest mistake I have ever made as far as purchasing a service online is concerned. This fake company and more importantly their Owner/Employee/[Insert Job Title Here] Jordan has been the most nasty, hard to work with, and distasteful person I have ever dealt with in my life. I recommend anyone to stay as far away from this company and child as possible. Below are parts of an initial post of mine at DP Forums. There are so many posts, threads, reviews and this kid and his fake company out there that you shouldn't have any trouble finding out everything that has occurred in the past 1-2 months. Thanks for your time:

I had purchased a dedicated server with this guy not realizing he was a 14 year old kid with a bad temper and poor spelling. I paid for the server and he managed to get into an argument with my tech about something (its in that thread). He then got mad at me and took out his anger on me even though I had no idea anything had happened until after the fact. He involved me in something I had no part in.

I have discussed this guy so many times that I am tired of talking about it but will give you a summary of what recently happened. Jordan pmed me through this forum through one of his other (now banned) accounts. This kid knows he will be banned from most forums and makes a handful of accounts to fall back on. He offered to give me a refund if I tell my tech to stop posting about him. Of course I did what he had asked me to do.

I have been honest and given him far to many chances to make right. Well, he ended up telling me I am no longer getting a refund from him because my tech keeps messing with his servers (which I doubt is actually happening). I am being punished again for something that does not have anything to do with my actions. He has now block me from yahoo messenger,msn messenger, his live chat.

Since I posted this on DP I have been in contact with his legal guardians and they have been no help.
Jordan has messaged my Personal Billing details to many of his customers and others along with edited defamatory pictures of someone that is supposed to be myself. That is totally illegal and childish. He did this because I spoke against his scam company and illegal wrongdoings.

If anyone has had bad dealings with this company please post everything that has happened in this thread and also PM me and I can give you the e-mail of the people who take care of him and you can tell them what he has done. He needs to be stopped.

Again, it is very important to post in this thread with information about what he has done to you, the more info the better as these people will possibly listen to me and others.

View 14 Replies


ADVERTISEMENT

Review: SameerHosting

Mar 23, 2009

I joined SameerHosting in order to strenghen my server network infrastructure and to host one of my main sites, which is a large movie site forum.

Provisioning of the dedicated server was done within a very reasonable amount of time, and the price for the quad-core server was extremely good.

Support and management of the server is top quality, and I have done and will continue to support SameerHosting as their service is top!

So far, I have not had any problems whatsoever, and I am sure that I will continue with this predicament in the future.

Having seen some bad reviews, I can honestly say that it is not in the nature of the management of SameerHosting to act like this, and I'd like to clear a few things up. Hitherto, I have recieved nothing but professional support and the staff a friendly.

View 14 Replies View Related

IP Security Policies

Jul 16, 2009

I want to setup a Windows 2003 security policy to filter traffic.

I want to let most of the world through to port 80 so maybe just ban a few nuicance IP's.

But then I have a POP / IMAP server, VPN, SMTP, etc that I want to block all but UK IP addresses.

I know I can do this through the MMC snap in but this is 1000's of IP's.

Is there a way I can import a list/range of IP's that I want to block from a country IP database?

View 14 Replies View Related

PHP-cgi Breaks My Mod_rewrite

Aug 13, 2007

I had the sysadmin install SuPHP - so that my upload script would work properly, however now my mod_rewrite is broken.

You can view the problem here: [url]

It is supposed to show the item with id 29, as you can see. However it shows the gallery index (As if /gallery/ was typed in without the view-29)

The .htaccess file:

Code:
#.htaccess

RewriteEngine On
#This will force trailing slashes
RewriteCond %{SCRIPT_FILENAME} -f [OR]
RewriteCond %{SCRIPT_FILENAME} -d
RewriteRule .* - [L]

#RewriteCond %{REQUEST_URI} !^*(css|png|jpe?g|gif)

RewriteRule ^(.+)/(.+)/?$ $1.php?args=$2 [QSA,L]
RewriteRule ^(.+)$ $1.php [QSA,L,NC]
My very framework relies on the .htaccess working this way... I can turn it off, however I would really rather not - so if you have any idea how I can fix this, please do tell.

And on a related note, is it possible to run PHP under a user and not use cgi_php?

View 14 Replies View Related

Using IPSec Policies To Help Prevent DoS Attack

Apr 22, 2008

Is it possible to use IP Security policies in Windows Server 2003 to help prevent types of DoS attacks? Today my server was attacked by a single attacker who merely connected and disconnected on open ports at an incredibly fast rate. This was enough to eat the cycles of the server processes effectively creating a DoS attack. I was hoping IPSec could help prevent this, but I'm open to use any other software as well.

View 4 Replies View Related

Uploading Scripts And Hosting Policies

Feb 25, 2008

I'm working on a php app that will be publicly released at a later point, that includes uploading functionality, but on my testing account, I get acces to /temp denied for permission reasons.

How normal is it for this type of obstruction to occur with webspaceproviders in general? If this is a fairly common policy, I need a solution of somekind. Perhaps uploadig the file temporarily to a folder on the users own webspace, instead of the location on the hosting server, being used by PHP by default (/tmp)

View 6 Replies View Related

Email Bounces + Spamcop Policies

Mar 30, 2008

So I get this email today from SpamCop complaining about my server sending unsolicited bounce messages.

Well yea... thanks to spammers domain spoofing and sending spam to my server, my server finds that there's no address - so it replies to the spoofed address.

My question is.... what do I do about it? The spamcop site has this to say... Though if I setup the server to do something odd like not sending a bounce because it's "filed internally", how will legit people get the proper bounce response??

Problem: Misdirected bounces

Description: When a mail server accepts a message and later decides that it can't deliver the message, it is required to send back a bounce email to the sender of the original message. These bounce emails are often misdirected.

Solution: Upgrade and/or configure your mail server software so that this situation is never encountered. Configure your software to either reject messages during delivery or accept them permanently. Do not let your software make choices about delivery after it has accepted a message. If you must accept delivery before you know the status of a message, then file it internally - do not send, forward or bounce it outside your organization. The errant message can be placed in a special folder or routed to your postmaster.

View 2 Replies View Related

Webhosting Providers And Permissions Policies

Jan 26, 2008

I don't have too much experience with different providers, so I need to ask this:

I'm creating a set-up/installation script for an application I will be releasing to the public at some point where I would like to autogenerate it's set-up (tables, users etc.) to the largest extent possible. I just tried out my script on a testing account and the automated creation of a limited MySQL user with GRANT failed, due to lack of permissions for doing that with this particular provider. My question is this:

What can I safely - on average - automate through a set-up script for a webapplication running in a shared envrionment and what will usually be disallowed by the average provider? Plesk allows me to create a new user through it's web interface, but it doesn't (as far as I can see anyway) allow the individual setting of permisssions for that user, making it very hard to follow the security policy of "least priviledge"...

Stuff that I'm thinking of is: Table creation, folder, file- and user creation.

View 4 Replies View Related

Custom SELinux Policies For Their Cpanel Server

Apr 11, 2008

Has anyone wrote custom SELinux policies for their cpanel server?

View 1 Replies View Related

Apache :: Updating From 2.4.6 To 2.4.9 Breaks OpenSSL

Jun 25, 2014

Last week I have updated the apache from 2.4.6 to 2.4.9 version in Win 2008, 64-bit server. There was no openSSL and update was successful. Later I did the update in QA with openSSL and again the updte was successfully completed. Apache services was running fine and everything looked nice.

When I did the same update in the prd where openSSL is also there, it failed to start the service.

steps to update the apache from 2.4.6 to 2.4.9
----------------------------------------------
1> stop the apache services
2> Take the backup by copying original Apache installation directory and rename it . (eg I:Program Files (x86)Apache Software FoundationApache2.2 to Apache2.2_old)
3> Unzip the latest binaries to the temp directory
4> Copy the following files apachebin , apachemodules to the Apache Inst Directory ( I:Program Files (x86)Apache Software FoundationApache2.2)
5> start the apache service
----------------------------------------------------

QA and PRD both has enabled openSSL but it was prd where we got the issue , and the apache services couldnt be started. We have had to revert the change. Find the error log in the apache directory

--------------------------

[Tue Jun 24 21:12:12.665632 2014] [ssl:emerg] [pid 3336:tid 320] AH02561: Failed to configure certificate

RGWEB58V.brotherdc.eu:443:0, check G:/Program Files (x86)/Apache Software Foundation/Apache2.2/conf/server.crt
[Tue Jun 24 21:12:12.665632 2014] [ssl:emerg] [pid 3336:tid 320] SSL Library Error: error:0906D06C:PEM
routines:PEM_read_bio:no start line (Expecting: CERTIFICATE) -- Bad file contents or format - or even just a
forgotten SSLCertificateKeyFile? [Tue Jun 24 21:12:12.665632 2014] [ssl:emerg] [pid 3336:tid 320] SSL Library Error: error:140AD009:SSL
routines:SSL_CTX_use_certificate_file:PEM lib

---------------------------------------

I read somewhere that there is bug in 2.4.9 as this version breaks the openSSL.

Also read on this forum that someone resolved the issu by changing the server certificate from DER to PEM.

View 7 Replies View Related

Apache :: Wordpress Redirect Breaks Virtualhost

Feb 9, 2014

Running Apache 2.2.22 on Ubuntu 12.04...Here's (in addition to default) my papertower config in sites-available: URL....

When I restart, I get this message: [URL] ....

I'm coming from Apache on Windows and trying to set up the same workflow I had there. Basically, if I placed a folder in /www/papertower/ it would become accessible via directoryname.papertower.dev after adding the host.

I'm having a strange issue getting it going again. Oddly, when I didn't have the wordpress config set up properly and went to site.papertower.dev, it would give me the "failed to connect to database" message. This made me happy, as it meant it was pointing at the right folder. Once I fixed the database config file, however, and go to site.papertower.dev, it thinks for a moment, then goes to www.site.papertower.dev and gives me a "Oops! Google Chrome could not find www.site.papertower.dev".

I double-checked that all the appropriate mods were enabled (especially rewrite), but that hasn't made a difference.

View 4 Replies View Related

VPSSell Review - VPSSell Fraud - VPSSell Scam

May 3, 2008

Just wanted to post a quick review on VPSSell.com. This is a 100% horrible company to do business with. We originally chose them to help launch our new GlobalWebX free hosting service, which was supposed to have fully launched by now. They were a new company, but had good prices, and the owner (mdshah) seemed to be active on WHT and cared for his customers. I know what it's like having started several new hosting companies, and I knew that just because a company is new does not mean it is no good.

So, we signed up for a VPS from VPSSell.com. It took a couple of days to setup the server, but once it was up, it ran very well. I had a couple of setup questions for VPSSell.com, and they were very helpful in answering them. All went well, so we purchased a LayeredPanel license, and paid to have LP install it on the server. This took a couple of days, and then we spent some more time painstakingly putting finishing touches on the Website, server configuration, LP configuration, and forum.

On April 29th, I received a notice from VPSSell.com stating the following:

Quote:

VPSSELL Network Maintenance Advisory - Wednesday, April 30th, 2008 -

6AM-10AM EST WINDOW

VPSSELL Network Engineering will be performing maintenance in our

Philadelphia POP during the hours of 6AM and 10PM EST on Wednesday, April

30th, 2008. At this time, VPSSELL Network Engineering will be

performing a significant upgrade to our existing network infrastructure. This

upgrade will involve replacing our core switching equipment, with newer

Cisco™ equipment, and implementing a new network design---allowing for

easier upgrade, higher fault-tolerance,

and extra redundancy. This work is expected to minimally impact on our

client base, however, we like to advise ahead of time when working on

the core of our network. There may be momentary periods of higher than

normal latency while circuits are re-routed, BGP updated/reloaded, or

cabling switched, but there is no overall outage expected.

This maintenance is necessary in order for further growth of the

VPSSELL network, as well as to implement additional redundancy into the

network--including the turn-up of new fiber/transit in the Scranton

facility from XO™ Communications (shortly after this maintenance is

completed).

Regards,
VPSSELL Technologies.

Fair enough. Sounds simple and straightforward. Unfortunately, in the mid-afternoon of April 29th, the server went completely down. I was alerted to this by an associate of mine, who was working on configuring the forum at the time. I told him about the maintenance alert, and assured him it should be back up by the next evening (I just assumed the maintenance had started early).

So, the next day, at 10 PM EST, late that evening, the site was still not back up.

Figuring there may have been a few hitches in getting things running, I waited until the next morning (May 1). At this point, many other VPSSell.com users were posting on WHT and mentioning the same problem. None of their servers had come back up, and they (and I) were now very concerned. We contacted the user mdshah on WHT (again, he owns VPSSell.com, and appears to be the only employee) through private message, and heard nothing back. We (I and other VPSSell.com users) tried again and again to get in touch, and still nothing. Finally, on May 2nd, the user mdshah posted the following in a thread on WHT (but he did not reply to any of his customer's PMs!):

Quote:

Someone abused the server & the server got suspended. The data center said that they had sent us abuse alerts but we never received it. When we asked for mail logs they replied that the mail were bounced & we never got alert & the server got suspended. We tried to convince them for 2 days but we couldn't get the server back. Finally, we have ordered for new servers & will setup all VPS accounts in 24 - 48 hrs.

We are not cheating any customers, you will get your services back. We greatly apologize for the inconvenience caused to you.

Some people has opened paypal disputes claiming SERVICE NOT RECEIVED. This is not good as we always tried to provide you our Best services but someone did mess with our business.

Thanks.

Am I incorrect in seeing a problem where the manager/owner of a service has his service go completely down and does not reply to his own customers (many of whom - like me - are paying $50.95 per month for service!) for 3 days??? The server has been down for over 4 days now, and still no promise of a refund. mdshah is also pretty much refusing to cancel anyone's account. I have threatened to sue (and will follow through with this, to recover the $50.95 as well as other damages related to no access to the server, and to cover court costs).

Basically, I can say that VPSSell.com is a scam - and I really recommend you stay away from them. From now on, I will go with trusted companies - who care about their customers.

Another tidbit: [url] - over 9 hours of downtime in late April.

View 0 Replies View Related

Privacy

Apr 25, 2007

I will purchase web hosting and domain name services. What am I to do for protecting private details ? Are there any special points to pay attention to?

View 6 Replies View Related

Is There Privacy

May 7, 2007

I own a domain, and made sure it was private. Should I count on my contact information remaining private? How easy would it be for someone to get at it (can an angry person call my registrar and get the info?)

View 5 Replies View Related

Plesk 12.x / Linux :: Upgrading Phpbb Breaks Installation

Jan 12, 2015

I am running phpbb 3.0.12 installed from Plesk. In Plesk it is showing me that there is an upgrade available to version 3.1.2-15 however when I Re-Check the version in phpbb it says that I already have the latest version 3.0.12. That's a little weird.

The problem is when I upgrade to 3.1.2-15 in Plesk, it will mess with the whole installation. The forum page will redirect in circles to /install/index.php which doesn't even exist and I can't do anything except revert to before the upgrade.

So my questions are: Why does Plesk show a version 3.1.2-15 but phpbb says the latest one is 3.0.12? How does the upgrade process from Plesk work? I expect it to automatically do everything, or why else would I want to let Plesk upgrade?

View 3 Replies View Related

/home/ Privacy

Apr 14, 2009

How do I keep users from spying on each others files? If I chmod -x /home/ all kinds of crap breaks. Would setting 660 along with setfacl u:apache:rwx work?

View 6 Replies View Related

Can My ISP Compromise My Privacy?

Jun 2, 2008

I suspect that the internet service provider I'm using is compromising my privacy. If someone who works in the ISP company decides to check up on their customers...

1) Is it possible for them to track which websites the customer has been to?

2) If they wanted to, can they gain access to the things that the customer types, like email passwords, or even email content?

--------------

Reason why I posted this is below:

I live in a country where personal privacy isn't all that respected. Recently, I've encountered a problem. It seems that some people are aware of some info that I post in the web. Now, I posted those info under an anonymous ID, and didn't tell anyone about it at all, and no one else uses my computer. So, how did it get leaked? It's most likely not malware (keyloggers, trojans etc.) because I'm very careful in that aspect.

View 7 Replies View Related

Data Privacy

May 3, 2008

Can anyone recommend hosting provider (dedicated or VPS) that has a strong and clear policy with respect to data on the the server?

We currently have accounts with Liquidweb and ThePlanet. Their policies are fine as far as they go, but they seem focused on things credit card info used to purchase service, and tracking of activity on their web sites.

That's all very nice, but I am worried about data stored on our servers, etc. I need to be sure that they won't turn over information to 3rd parties without our consent or being compelled by a subpoena, warrant or court order, and I want to be sure that any data center they rent space in won't do the same.

View 0 Replies View Related

AlphaRed: Unprofessionalism And Possible Invasion Of Privacy

Jun 27, 2008

A friend and I ordered a dedicated AlphaRed server, drawn in by the excellent pricing.

We were problem-free for a few days, until I noticed my irssi (IRC chat client) screen detach. I assumed I accidentally pressed something, and continued chatting. Then it happened again, and a few more times. I looked at the last people to login to my shell, and it showed that an AlphaRed employee had logged into both 'root' and my personal shell. The employee was reading my chat logs in real-time.

The AlphaRed employ did not only read my chats, but participated as well. You may find logs that here: pastebin.ca/raw/1057127

Some excerpts:

05:05:40 <@infid3l[eMo]> hm..
05:05:48 <@infid3l[eMo]> =D i love finding hacked shells
05:05:52 <@infid3l[eMo]> especially when they're on my network
05:06:01 <@infid3l[eMo]> and then snatching control of them =D =D
05:06:44 <@lifelike> = d
05:06:53 <@infid3l[eMo]> so whats up ppl
05:06:58 <@infid3l[eMo]> sorry to break into your conversation =D

and:

05:08:00 <@infid3l[eMo]> lol=D
05:08:30 <@infid3l[eMo]> I guess infid3l wants the screen back
05:08:35 <@infid3l[eMo]> eh, i'll give it back.
05:08:41 <@lifelike> lol who u
05:08:42 <@infid3l[eMo]> I'm watching you =D
05:08:55 <@infid3l[eMo]> I'm Alpha Red's network admin
05:08:59 <@lifelike> looool
05:09:01 <@infid3l[eMo]> I run the network this box is on

I then realized that this AlphaRed employee thought that I had somehow hacked the machine and gained root access. This box was unmanaged, yet the employee did not consult the owner to verify that I was a legitimate user. When the employee discovered I had not hacked the box, he claimed that IRC daemons were against the AUP. Below is the only mention of IRC in the AUP:

``11. Clients running IRC daemon are required to take immediate action on notification of any botnet or suspected

DMCA activity on the server. Such action shall include immediately closing any channels related to such activity.

Clients refusing to take such action or provide access to Alpha Red to take such action will have all access to the IRC
daemon ports blocked and may be terminated without further notice.'

When I made the employee aware of this, he claimed there were complaints made about the IRC server. When I asked what the nature of the complaints were, he said he was not at liberty to discuss it. I personally doubt there were any complaints, as the IRCd was completely legitimate and exclusive.

I talked to the employee via ``wall'' messages via the root shell for a while. When I mentioned how unprofessional his way of dealing with the situation was, he told me he had control over the network and he didn't have to be professional.

While talking on the phone the employee told me I should have notified AlphaRed about running an IRCd. Nowhere in the AUP did it say anything about notifying AlphaRed. The employee acted like it was common sense -- which to me, it wasnt.

With no evidence of illegitimate activity, AlphaRed still refuses to allow an IRCd to run on our box. Even though it was their mistake, we are the ones paying for it.

AlphaRed offered no apology, and only left us inconvenienced.

View 14 Replies View Related

EuroVPS - No TOS Little Info On Website - Adult OK - Privacy?

Jul 21, 2008

I found EuroVPS before I found this forum but when I went to their website I couldn't find anything on their Terms of Service. Do they allow adult content and what are their privacy terms?

View 2 Replies View Related

Domain Register + WHOIS Privacy + Paypal?

Sep 29, 2005

Anyone know a good registrar who accepts Paypal payments with a .com domain price of around $10 or less and privacy option for about $2 or less? I also need to be able to set nameservers in a control panel.

Registerfly and GoDaddy didnt work... both ask credit cards and I only have Paypal.

View 3 Replies View Related

Multiple IP Addresses For Privacy & Security Reasons

Oct 28, 2009

I'm trying to see what the most cost effective way of doing this is.

I basically want to separate our business IP and our mail IP's.

So if I'm browsing the internet I have the regular IP that Comcast sets us up with.

If I am doing any emails, basically having one computer that runs off a different IP address. So when we send emails from that computer it would have the different IP address.

I want to do it in the most safe and legal way possible.

View 2 Replies View Related

European Web Site Using US Servers - EU Data Privacy Regulation

Oct 11, 2008

We are developing a new web site that will be collecting private information (no credit cards - only names, phones, email addresses and potentialy addresses etc).

Our company will be based in the EU and the target audience will largely be located in the EU.

We were thinking of using some of the very respected US companies like theplanet or softlayer that have very good prices for a quality service instead of the more expensive and less flexible EU based solutions.

But I was wondering whether this would violate the EU privaxy regulations (not sure if softlayer or theplanet are part of the US Safe Harbor) or whether there would be a way to cover ourselves (e.g. special contractual binds with the provider (which i am hoping would be part of their standard SLA/T&C) or by mentioning in the Terms & conditions of our site that data will be stored in the US.

View 7 Replies View Related

Plesk Automation :: Adding Dedicated IP Breaks Site (visitors Land On Default Site)

Apr 14, 2015

Starting point: a working site using a shared IPv4, dedicated IPv6, and SSL. HTTP and HTTPS work, the latter only using SNI of course.

The good news: If I simply allocate an IP resource of 1 to a subscription it is pulled from the pool, assigned to the service node, assigned to the web site, DNS is updated, and the site is automatically changed to using a Dedicated IPv4 and Dedicated IPv6.

The bad news: visitors land on the default web site of the service node, with the default SSL certificate.

Other info: I can't ping the new IP, even though it shows in "ip a l" and /etc/sysconfig/network-scripts/ifcfg-eth0:0. [edited]

After the IP assignment, it is still installed, and /etc/httpd/conf/plesk.conf.d/ip_default/domainname.conf shows the new certificate is being used.

However, a second set of VirtualHost entries is created in server.conf for this IP for ports 80 and 443, with NameVirtualHost enabled on the new IP. The port 443 entry uses the default certificate. Apache's setup this default VirtualHost entry will override the web site configuration because Apache is listening on port 443 with the wrong cert.

If I go to "Change webspace settings" and toggle to Shared IPv4, Dedicated IPv6 the site works again via HTTPS, and Dedicated IPv4 and Dedicated IPv6 breaks it again. Setting the SSL cert to None and back again does not work.

Setting the SSL cert to None, changing to a dedicated IP, and enabling SSL results in the server being inexplicably inaccessible...browsers no longer connect to either the default site or the correct site, and I don't see any entries in the vhosts's logs.

View 6 Replies View Related

Plesk Automation :: Automation Installer Breaks Yum In CentOS 6.6

Jan 29, 2015

On a clean install of CentOS 6.6 (Final) I did the following:

1. updated the /etc/hosts file to point my ip to the hostname

2. Open the ports in the iptables file.

3. ran the ppa_installer per the instructions on [URL] ....

The ppa_installer log says installed Successfully. However the following occurs:

1. Cannot browse to the url:8443, or any of the other variations (8080, 8880, https/http)

2. Yum installer is now broken (I replicated this twice). Yum will not run at all with the following error:

There was a problem importing one of the Python modules required to run yum. The error leading to this problem was: /usr/lib64/libcurl.so.4: file too short

Please install a package which provides this module, or verify that the module is installed correctly.It's possible that the above module doesn't match the

current version of Python, which is:
2.6.6 (r266:84292, Jan 22 2014, 09:42:36)
[GCC 4.4.7 20120313 (Red Hat 4.4.7-4)]

I am now going to try Cent OS 6.4.. will report back.

View 8 Replies View Related

DO NOT USE Lunarpages (scam)

Aug 2, 2008

Lunar pages is a scam

DO NOT USE Lunarpages

From Me to Support I noticed that my inodes are set abnormally low to 200,000 we just upgraded to VPS plan per lunars request at we are at 160,000 on second day of operation on new vps server. From Sarwan singh Jassi to siteadmin(ME) When you reach 200,000 inodes you will need to upgrade to dedicated plan However and Email from the sales guy states the following. We do not force upgrades do to inodes, we just increase your inodes as you need them. Server crashes occur all the time about 1-3 times a month. Do not use lunar

They also run the old 90's upgrade scam, they claim your script utilize high resources for php, mysql.

Their claim

CPU%: 3.15
MEM%: 1.70
MySQL: 0.9
Top Process %CPU 50.0 /usr/bin/php
Top Process %CPU 48.0 /usr/bin/php
Top Process %CPU 44.0 /usr/bin/php

After fighting with these people telling them that their server is configured incorrectly because we have load tested each and every script and that these scripts are used on 1000's of sites and the traffic we have does NOT warrent the useage they claim we went a head and upgraded per their recommendation.

So we get a brand new vps plan(see complaint above) and on the VPS server our usages look totally normal with proves they don't know what they are doing.

Directly from Pesky Plesk on the second day of getting our upgrade

CPU%: 0.15
MEM%: 0.19
MySQL: 0.2
Top Process %CPU 17.0 /usr/bin/php
Top Process %CPU 19.0 /usr/bin/php
Top Process %CPU 15.0 /usr/bin/php

View 0 Replies View Related

Bluehost Scam

Oct 18, 2006

They are scammer, we sign up with them and they ask us to submit credit card detail which we do.

Guess what , they use our credit card to purchase server for their own use, we contact them and they ask us to charge back if we wish, I think as they are now no longer need for the server

They are a scammer Scammer and poor DC will suffer a lost becasue I will chargeback all the charges for the server

May I Know is there any way to report this company (I am not in US) cause they must be punish for this issue

View 7 Replies View Related

SolarVPS = Scam

Aug 14, 2007

I'll tell you my story right now. I got the VPS and they charged me $60. The page didn't even look like a paypal page and I didn't know when I went through the order process that I have been charged. They accepted my payment even though they had the radio button that said first month a dollar. They even didn't have cpanel installed at first! They gave me the email and I had to contact them to install cpanel! They have this stupid contrat thing and they will take you to a collection agency for failure of the billing system that they have. It says DO NOT MAKE PAYMENT! but how can you tell? They are a complete total scam! The vps firewall was dropped for no reason during the morning. I asked why and they left the chat. They have good VPS if you got the extra $59 to cover the beginning.

View 14 Replies View Related

EuroVPS SCAM

Apr 16, 2009

EuroVPS company received the payment for VPS server and does not give me the settings finding different reasons for that and does not want to refund my money.
ORDER #EV20380S
Date 28-Mar-2009

That was 11 April when I last received e-mail from them saying that Accounts department would consider possibility of refunding the money to my paypal account.

View 13 Replies View Related

JUMPLAUNCH.COM SCAM

Apr 20, 2009

Buy a few days ago the first package in jumplaunch.com.

The charge was for $ 75 but I think I charged $ 110. I went to the bank but the transaction does not appear.I have only 110 dollars less.

jumplaunch is fraud?....

View 7 Replies View Related







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