Cron Working But Command Isn't ?
I'm needing some info i have been pulling my hair out for hours trying to get some cronjobs lined up i started out with knowing nothing about it and i'm a little better off now i got the cron running but the commands aren't executing so maybe someone can help me figure out why i would greatly appreciate it
Here's The deal I telnetted in set the following crontab ...
View Complete Thread with Replies
Sponsored Links:
Related Forum Messages:
HostGator Vrs. The Planet - Isn't That The Same Product With A Different Label?
I'm not in the market to lease a dedicated server right now, but just out of curriousity, what is the difference between renting one from HostGator, or from The Planet (who I believe HostGator gets their servers from). Wouldn't that be the same product with 2 different labels on it? Also, I saw on HostGators website: "We have over 150 employees to provide you around-the-clock superior support." So do they have their employees at The Planets facility, or are they refering to The Planets employees who support their customers, or how does this whole deal work? My thinking has always been, whenever possible, go directly to the SOURCE, to get the best deals. Is this not the case?
View Replies!
View Related
Invalid Command 'php_flag' - After Recompiling PHP & Apache?
After I recompiled Apache and PHP using easyapache from cPanel, we started getting all these weird errors. I'm getting a few people now complaining about not being able to enable register_globals. I believe (after searching) that having this enabled is a big security risk and shouldn't need to be used. However, some people apparently where using .haccess and php_flag to enable this. I did find on a few places that people can create their own php.ini file to emulate what was previously done with .htaccess? After searching around.. I found out that Register Globals can become a security risk based on the scripts configuration that uses it. This feature normally can be enabled via .htaccess using the glad "php_flag register_globals On". Creating a file called php.ini inside the directory of the site with the flag "register_globals=on" I believe will also enable this option. To enable this option on a global scale, you can edit '/usr/local/cpanel/3rdparty/etc/php.ini', but its not recommended. However.. We are unable to get the php.ini concept to work. Is there something I need to do to enable/allow users to do this for their account?
View Replies!
View Related
What Is The Reverse Command For 'mount --bind'
A few days ago, when installing TUX, I have mounted the virtual hosting directory to var/www/html/mywebsite.com (that's an empty directory I created in order for TUX to work) via: mount --bind /home/virtual/site1/fst/var/www/html/ /var/www/html/mywebsite.com/ command..... After figuring out that TUX has some problems I reverted everything but not this mount --bind command.. What is the reverse command for this, so everything will come back to the point which they were before?
View Replies!
View Related
Random Cron Job Command
I am running wordpress with wp O matic. I want to update my content after 24 hours (but different time each day). Bottom line is I want a cron command which randomly execute after 24 hours instead of a particular time. For example currently wp o matic shows the following command the following command, would you please advice how i change the this command to achieve the above results (right now wordpress is running on my computer so following thing is just for example) */20 * * * * F:Testlogwp-contentpluginswp-o-matic/cron.php?code=8b935355
View Replies!
View Related
Cron Quit Working...
I have a dedicated CentOS 4.5 Server. However, as you can probably guess I am new to linux and managing a server... Anyway, beginning of this month my crons quit working, I still receive emails as if they are ran but I can't get the scripts to actually execute. I have not touched the crontabs or anything prior to them not working, they simply quit working... I did not notice immediatly they did not work, I am guessing that it was around the time of which I rebuilt apache to a new version of PHP. Today I tried changing them to "php path/to/script.php" and I also tried "path/to/php /path/to/script.php", neither worked. Any ideas or suggestions as to how I can fix this?
View Replies!
View Related
Logrotate Cron Not Working
I recently purchased a new dedicated server, since I have had this server (8 days) I have being receiving the following email: Quote: /etc/cron.daily/logrotate: error: error accessing /var/log/httpd: No such file or directory error: httpd:1 glob failed for /var/log/httpd/*log
View Replies!
View Related
Cron - Not Working - Apache
I did not realize the significance of the Apache sub-forum. I thought perhaps this would be a more general Server management query, but I realize now I should have posted in Apache forum. I have been banging my head against the wall for the last couple of days trying to get cron jobs working. It's actually making me quite depressed, a lot of people are waiting on me to get this working, and for the life of me I see no light. I'm not a stupid person, i'm a PHP developer, and have some linux skills. This is the single most annoying issue I have had to deal with simply because I cannot find any troubleshooting methods to my issue. I have tried every different combination of command under the sun and I cannot get any sign that the cron is running the commands. I own a "virtual" dedicated server with a hosting company, I have full root access. Linux / Apache The script file is a PHP file which simply mail() an email saying that cron is working, I am yet to receive this mail that was executed by cron. I have ensured there are no errors in this simple PHP file, I have executed the script from the shell and all is well there.. So, firstly I tried to setup the cron table from CPanel, on the account where the script resides. I used the following command combinations: Code: 0-59 * * * * /usr/local/bin/php /home/username/public_html/cron.php 0-59 * * * * php -q /home/username/public_html/cron.php 0-59 * * * * php /home/username/public_html/cron.php 0-59 * * * * cd "/home/username/public_html/"; php cron.php 0-59 * * * * wget [url] with time combinations of: * * * * * to get the command to be executed evey minute, for testing purposes. All these commands work fine when executed through the shell. I set the mail address for cron output to be my mail address also. I do not get any mail from cpanel with an overview of the cron executions. I then gave up trying to get cron to work on that account, and decided to go root. I logged into the shell via root, checked the cron table for root. I edited the root cron table (that contains commands for various cpanel scripts etc) to include a command to execute the php script, even with the script residing on the root directory. I also added MAILTO="myemail@email.com" to the first line of the cron table. I do not get any emails of the cron actions. How can I check if the cron scheduler is working when I get no sign that the cron commands are being executed, and when I do not receive any cron emails? What methods are there for me to troubleshoot this issue? Could it be possible that cron shedular is not active on my server? I have lurked the net with great detail to find any method to troubleshoot my issue, and all the related pages I find are to do with troubleshooting the commands. I know my commands are fine, there is some other issue here.
View Replies!
View Related
Cron As Postgres User Not Working
I was hoping someone could shed some light on a cron related issue I'm having. I've been using linux for a while...but never really used crons. My cron is supposed to dump a postgres db in tar.gz format every minute (for testing purposes) but it doesn't. I opened my cron in vim via: Code: postgres@myhost:~$ crontab -e And here's the cron: Code: * * * * * /usr/bin/pg_dump -D warranty_1_6_test | gzip -c > /var/www/test/postgres/backup$(date +"%Y%m%d_%H%M").tar.gz Also: Code: postgres@myhost:~$ ls -lah /var/www/test/postgres/ total 8.0K drwxrwxrwx 2 postgres postgres 4.0K 2007-06-14 12:01 . drwxr-xr-x 3 user user 4.0K 2007-06-14 11:47 .. Running the backup command via CLI works fine.
View Replies!
View Related
Cron Job Not Working Properly
I have a slight problem with a cron job I have setup. I wanted to save a copy of iptables every hour to a folder, so I created a script... here it is: Code: varDate=`date +%y%m%d` varTime=`date +%H%M` filename="IPtablesBackup-$varDate-$varTime" iptables-save -c > /etc/IPtablesBackup/$filename and called is Backup-Script.sh Now if I just execute the script will in root ./Backup-Script.sh I get a new file with the correct filename and iptables info is saved ! Great ! So then I thought, how can I setup this automatically every hour. Which leads me on to my problem. I inputted "crontab -e" added this line Code: 59 * * * * /etc/IPtablesBackup/Backup-Script.sh The problem is the script is run, I know because it creates a new file with the correct time and date, however the file is empty? I have set Backup-Script.sh to 777 and owner and group are both root?
View Replies!
View Related
Mail Command Not Working
I am trying to send mail using mail command with a subject using below. mail -s "subject" me@domain.com or mail -s "subject" "me@domain.com" Both are not working... It simple hangs for a long time. Nothing happens. Then i tried sending mail using mail -v and then entered the subject, when it prompted. It works fine. I also tried mutt -s "test" -a it also not working...
View Replies!
View Related
Cron Job Not Working, Restart Services
I'm having a bit of trouble with one cron job that doesn't seem to work. I have others scripts that run hourly fine. However this one does not. The script: restart_monitoring.sh Code: #!/bin/bash service iptables stop service iptables start /root/bandwidth_rules.sh /root/portforward_config.sh exit The two scripts at the end just load a lot of iptables rules back in. The cron job should run hourly (59th minute) The cron job entry Code: 59 * * * * /root/restart_monitoring.sh I have restart crond to enable the new job, still doesn't run. The job is to restart iptables, thus flushing all rules that I have running, then reloading them. I have figured out the problem to be with the "service iptables stop/start" command, it doesn't seem to like doing this...?
View Replies!
View Related
Any 'easy' Smtp / Pop / Imap Package Or Installer W/o Having To Read Up On Exim Etc.?
any 'easy' smtp / pop / imap package or installer w/o having to read up on exim etc.? I want an email server quickly, w/o having to become an expert... I'd go w/ a hosted service, but I open allot of pop3 connections... (program I use downloads one email, closes connection, reopens... repeat)... There's lots of cookbooks out there, but they require quite a bit more time commitment (and configurability) than I want / need. Is there any dumbified installs available? I tried with webmin, but even that wants me to manually configure a postfix / imap server bridge.=
View Replies!
View Related
Qmail - I'm Afraid I Wasn't Able To Deliver Your Message
Basically a client has been getting really bad email problems with their email. They keep getting the standard qmail msg back from several emails. I originally thought this msg was being returned as it was an invalid receipients address, but they are assuring me that this is not the case? Anyway the basic msg they are getting is: Hi. This is the qmail-send program at p16489287.pureserver.info. I'm afraid I wasn't able to deliver your message to the following addresses. This is a permanent error; I've given up. Sorry it didn't work out ....
View Replies!
View Related
BoxVPS = Useless | STAY AWAY From This 'company'
URL: http://www.boxvps.com Their recent promotion thread: http://www.webhostingtalk.com/showthread.php?t=889733 Extremely non-professional service. Took them 48 hours to setup my VPS. Also had to create a support ticket. And when it was finally delivered, there was no DirectAdmin on it. Specially disturbing, since I actually paid for a monthly license. Not to mention that their responses are very vague. They claim to apply the promotions (triple disk space, double bandwidth) 24 hours after they setup the VPS. I have no idea why they do that. Moreover, they have false advertising on their VPS page (Instant Activation..where it should read 'We don't activate your VPS unless you create a support ticket). A speedtest from the VPS showed that the VPS is capable of bursting to a maximum of 10mbps, while average speed is barely 2mbps. Stay away from these guys. They're potential scammers. They WILL scam.. sooner or later.
View Replies!
View Related
Looking For Host That Supports $_SERVER['PATH_INFO']
I am finishing up on my clients site and the ecommerce software we use has an option for search engine friendly URL's but your server must support $_SERVER['PATH_INFO'] . My client is hosted by GoDaddy and my host (HostGator) does not support it unless you go dedicated. I need $_SERVER['PATH_INFO'] Dedicated IP, PHP, MySQL, .htaccess support preferably CPanel - not Plesk Less than $120 / year I am looking for a well established company like the ones I previously mentioned because my client wants peace of mind and I don't want to screw him over.
View Replies!
View Related
Cloud Hosting - To Me A 'Blackbox'
Cloud hosting is still a 'blackbox' to me ... hope anyone can answer me. I have 5 questions to start the discussion with. What is cloud hosting? Is it cheaper than (shared/dedicated/semi-dedicated) server hosting? Is it secure? How many SSL license I need to purchase if I host my website (one website) in cloud? Which cloud hosting you recommend and why?
View Replies!
View Related
Non-working Forwarding Email Account On Working Domain
I have a domain with a few forwarding email accounts that forward to mac.com email accounts... for some reason every once in a while these accounts stop working... This is the error I get when I email to that account: This message was created automatically by mail delivery software. 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: ...
View Replies!
View Related
Command To Stop The Wget Command
Is there a command i can type into the ssh console to stop a current transfer that i started wit the wget command? the file im wgeting always stuffs up at 51% but then the server just retries and starts again, its done it 3 times so far and i just want to completely cancle the process if possible....
View Replies!
View Related
What If You Can't FTP Into A Site?
i've got a client who gave me their PW and ID to log into their servers. But for whatever reason, i can't seem to login despite them giving me the right PW and ID. I want to know if there are other possible reasons for not being able to login via my FTP client [which is filezilla]?
View Replies!
View Related
Can't Post With @ Symbol
I am running on a VPS system, and I have some auction software and I run Vbulletin as well.. When someone trys to do a Private MEssage via Vbulletin using anything with the @ in it.. Like an e-mail address. And hit submit, it says " /private.php access is denied. But it also does it when I post news in the auction site. Which leads me to believe their is something screwed up with one of the server settings.. But I dont know what?
View Replies!
View Related
Don't Use Bluehost
So when you got a website for a service and it says "$6 per month for 3 years" would you take that as they charge you monthly, $6? Well Bluehost doesn't. They charged me $250 and I didn't realize what they were doing until the charge went through. I called within 24 hours and spoke to billing. I cancelled the entire service. She said it was only a "hold" on my account and she would make the hold credit me back and it would be done within a few hours and that I would receive an email from her confirming. Well, I got another confirmation email NOT a we are cancelling the service email. Then, one $250 charge dropped off... AND TWO MORE APPEARED. In one of the confirmation emails they sent there was an email address for the help desk. So I emailed this to them. I am not speaking to them on the phone. I want it in writing this time. Two seconds after I sent the email I got an auto response telling me they don't read the email and I must formally put in a ticket. I didn't think I would be able to since my account was supposed to be cancelled. Well, it did let me log in. She didn't cancel it and if she did she went and put it back in again twice. DON'T BUY ANYTHING FROM THESE PEOPLE.
View Replies!
View Related
Diss'd By Ipowerweb
After 3 and 1/2 years of using an ipowerweb shared server for my site, they have decided to no longer provide the needed PHP extensions. They no longer have these extensions enabled. dom dom-xslt dom-exslt xslt xslt-sablot swf gd jpeg png xpm ming imap kerberos mbstring mbstr-enc-trans mbregex mcrypt safe-mode I don't need the language extensions, but without the encryption and image extensions my site is "broken" and I was hoping to use more XML this winter. I am looking for another LAMP host with these extensions enabled.
View Replies!
View Related
What's Bandwidth Worth?
So I run a small music forum site. We used to have the ability for our users to download music track sets. We had over 100 files that are generally around 80MB and the users could add more so our space requirements would increase over time. We initially set this up with dreamhost.com (unlimited bandwidth/space) but they eventually asked us to stop using the space as a data repository and wanted to charge $1 per GB transferred (which at that time was about $100-120/month). The Problem: This is something our users want and would probably pay for. I'm sort of asking for advice on how to approach this problem. Need to figure out how we could set this up and what to charge the users for downloading the music files (price per file, monthly plans, etc). Considering we want to keep it cheap enough that users will pay and the hosting costs would probably rise with the demand and exposure of the program. What sort of hosts should I be looking for?
View Replies!
View Related
Downloading And Streaming.... Use's Up The Same Mb?
I have a friend who we were debating about this. He says he called up the internet company and upgraded his monthly plan to 60 gig or downloading a month, because he loves watching steaming videos(not youtube) im talking about actual movies. They told him if he downloaded a 700mb movie or if he watched the exact same movie it would use up 700mb So according to them downloading or streaming uses the same mb. I found this hard to believe. But i have no wa of proving it. What is the answer?
View Replies!
View Related
VLAN Routed IP's
So I have a bunch of IP's that are routed a VLAN a bunch of machines are on which is great. They can be put on any machine, but the problem right now is it is taking up to 4 hours for them to route from one machine to another (I am doing it one IP at a time not by blocks) The process of adding and removing ip's is being done through cPanel's WHM. The reasoning for this is due to ARP on the router for the specific IP. This is a big issue if you're looking to migrate IP's from one machine to another that contain customers this is a long wait. Now from the datacenter I was told you're going to need to wait the 4 hours for the refresh. Now what's strange is I was also told virtuozo apparently can swap ip's to other boxes without issues because it apparently it has a mechanism in place to release the ip's from the router/switch by communicating to it so the old arp is gone. I also asked someone using OpenVZ and they said theirs was instant as well to swap between boxes. So is there a special command I should be issueing to get the router/switch to drop the IP instantly? Or any suggestions on how to get this to be more instant than ~4 hours for an IP to route to the correct machine.
View Replies!
View Related
OpenVZ - HN Can't Ping VE
I'm running my own OpenVZ server with a few VPS's running on it and have a small network issue. I can't ping any VE from the HN. All the other networking is working ok (strangely I can ping the HN from the VE) apart from this. It's a simple setup with one network card connected to the internet. OpenVZ the latest stable version running on CentOS 5.2 I'm pretty sure it's not a firewall problem but is something to do with arp or routing and one of the settings in sysctl.conf Has anyone else seen this?
View Replies!
View Related
Lunarpages - It's A Big Truck
Lunarpages - it's a big truck I've been helping a friend with a site hosted at Lunarpages for a few years, a very low traffic business site in a shared hosting account, no real complaints. But 48 hours ago they got an odd email from Lunarpages describing the relocation of their server to a new datacenter, which involved 3-4 hours of downtime to drive the server from LA to San Diego, plus another hour or so of setup. Now this was confusing because I thought that the internet was not a big truck -- it's a series of tubes, right? In fact, I thought that the whole point of the internet was not having to move your data by truck. But hey, this is an inexpensive shared account, so maybe Lunarpages does move all their data by truck. Kinda short notice on that, but okay, fine. A couple hours downtime. The website and email go dead at noon. The exact time was not announced in the notice, and mid-day mid-week seems like an odd time to deliberately schedule downtime, especially when it involves a long drive in traffic on the 5 freeway. But it is an inexpensive account, so... we wait. And wait. And wait. Six hours later, we contact Lunarpages support asking what's up with the server. This being my friend's business website, business email, gone for most of the day. Was there an accident on the freeway? Did the truck driver get lost? Did the data end up in a cul-de-sac in Orange County? Were they stopped while making a run for the border? An hour later, we finally hear back on the ticket -- Lunarpages hasn't heard from their "admins" (presumably due to a bad battery in their CB radio) but they hope to have things migrated "soon." So we wait. Eleven hours after the site and email went down, we send a reply on the ticket asking a few more questions. 1) Any update on that migration? 2) Could you explain this whole deal with the truck driving the data from city to city? 3) Do you have any compensation for ridiculous downtime? An hour later, the Lunarpages reply: Migration done soon. Sorry for the inconvenience. No compensation at all, especially for "scheduled" downtime. As of now, the server is still down and has been offline for about 14 hours. While I do hope the driver of the truck is okay, I have no such benevolent feelings for Lunarpages. When (if??) the site comes back up, we're transferring to a host that doesn't rely on the the LA freeway system to migrate their data. I hear there's this newfangled "network" thing the kids are in to. We'll probably try that out instead. Lunarpages sure is cheap. And most of the time, they work okay. But you should probably avoid them if you value advance scheduling of downtime, rapid support, clear communication, or reliable access to your website and email.
View Replies!
View Related
.FR Domain Can't Be Hosted On GoDaddy?
I have a .fr domain purchased from Gandi.net. I have webhosting with GoDaddy.com. After setting the DNS to point to GoDaddy.com (ns51 and ns52...) I get an error message and the DNS revert back to the default settings (gandi's DNS). AFNIC's(.fr regulator) zonecheck fails with the following error: Primairens51.domaincontrol.com.208.109.14.47 Secondairens52.domaincontrol.com.208.109.255.26 Progression ....
View Replies!
View Related
BlueHost's UNLIMITED Plan!
I did some quick live chat sessions with them just to see how far this "unlimited" really goes. Here's what I got: -Maximum of 8 simultaneous IMAP connections -Maximum of 40 simultaneous PHP connections -Maximum of 60 simultaneous MySQL connections -Maximum of 400 simultaneous HTTP connections -Maximum of 8 simultaneous FTP connections I just found that kind of funny and thought I'd share it with y'all. It basically just sums up what y'all have been saying all along: If it sounds too good to be true, then it probably is.
View Replies!
View Related
Mapping Subdomains To Different VPS's
I was wondering if it is possible to host subdomains on different VPS's? Here is what I am trying to do PrimaryDomain.com -> Hosted on VPS0 | - Subdomain1.primaryhost.com -> Hosted on VPS1 | - Subdomain2.primaryhost.com -> Hosted on VPS2 VPS0, VPS1, VPS2 have different IP addresses. I tried using A records to point subdomains to different VPS but VPS requires a "primary domain" looks like. Do let me know if this is possible. I tried google but not sure what exactly I shoudl be searching for.
View Replies!
View Related
Can't Verify My Site On Google
please bear w/ me since this is my first time on launching a site online.. My site is being hosted by a free hosting company.. When I tried viewing the source code of my page some of the html tags are not seen like the <html>,<meta>,<head>... and I can't seem to verify my site on google... Verification status: NOT VERIFIED Last attempt Jan 30, 2009: We've detected that your 404 (file not found) error page returns a status of 200 (Success) in the header. why is this so? Did the host delete those? what should i do?
View Replies!
View Related
Iptables Don't Start
root@xxxx[~]# service iptables status Firewall is stopped. root@xxxx[~]# service iptables start Flushing firewall rules: [ OK ] Setting chains to policy ACCEPT: filter [ OK ] Unloading iptables modules: [ OK ] root@xxxx[~]# service iptables status Firewall is stopped. why not iptables don't start ?
View Replies!
View Related
Can't Initialize Iptables Table
On my new unmanaged VPS i keep getting mass emails sent to me saying - iptables v1.2.11: can't initialize iptables table `filter': iptables who? (do you need to insmod?) Perhaps iptables or your kernel needs to be upgraded. Im a bit of a n00b when it comes to unmanaged servers, just wondering if anyone knows whats wrong and how to fix.
View Replies!
View Related
Facebook's Domain Name/dns Hacked
A while back you could see the following information regarding facebook.com: Whois Server Version 2.0 Domain names in the .com and .net domains can now be registered with many different competing registrars. Go to http://www.internic.net for detailed information. Server Name: FACEBOOK.COM.ZZZZZ.GET.LAID.AT.WWW.SWINGINGCOMMUNITY.COM IP Address: 69.41.185.229 Registrar: INNERWISE, INC. D/B/A ITSYOURDOMAIN.COM Whois Server: whois.itsyourdomain.com Referral URL: http://www.itsyourdomain.com Server Name: FACEBOOK.COM.MORE.INFO.AT.WWW.BEYONDWHOIS.COM IP Address: 203.36.226.2 Registrar: TUCOWS INC. Whois Server: whois.tucows.com Referral URL: http://domainhelp.opensrs.net Domain Name: FACEBOOK.COM Registrar: TUCOWS INC. Whois Server: whois.tucows.com Referral URL: http://domainhelp.opensrs.net Name Server: DNS04.SF2P.TFBNW.NET Name Server: DNS05.SF2P.TFBNW.NET Name Server: DNS1.SCTM.TFBNW.NET Name Server: DNS2.SCTM.TFBNW.NET Status: clientTransferProhibited Status: clientUpdateProhibited Updated Date: 02-aug-2007 Creation Date: 2 Expiration Date: 30-mar-2010 >>> Last update of whois database: Mon, 28 Jan 2008 23:23:21 UTC <<< NOTICE: The expiration date displayed in this record is the date the registrar's sponsorship of the domain name registration in the registry is currently set to expire. This date does not necessarily reflect the expiration date of the domain name registrant's agreement with the sponsoring registrar. Users may consult the sponsoring registrar's Whois database to view the registrar's reported date of expiration for this registration. TERMS OF USE: You are not authorized to access or query our Whois database through the use of electronic processes that are high-volume and automated except as reasonably necessary to register domain names or modify existing registrations; the Data in VeriSign Global Registry Services' ("VeriSign") Whois database is provided by VeriSign for information purposes only, and to assist persons in obtaining information about or related to a domain name registration record. VeriSign does not guarantee its accuracy. By submitting a Whois query, you agree to abide by the following terms of use: You agree that you may use this Data only for lawful purposes and that under no circumstances will you use this Data to: (1) allow, enable, or otherwise support the transmission of mass unsolicited, commercial advertising or solicitations via e-mail, telephone, or facsimile; or (2) enable high volume, automated, electronic processes that apply to VeriSign (or its computer systems). The compilation, repackaging, dissemination or other use of this Data is expressly prohibited without the prior written consent of VeriSign. You agree not to use electronic processes that are automated and high-volume to access or query the Whois database except as reasonably necessary to register domain names or modify existing registrations. VeriSign reserves the right to restrict your access to the Whois database in its sole discretion to ensure operational stability. VeriSign may restrict oWhois database for failure to abide by these terms of use. VeriSign reserves the right to modify these terms at any time. .....
View Replies!
View Related
Using VPS's To Make Shell Reseller?
Is it possible to purchase a VPS, add MANY ips, to reverse DNS, and a cpanel, to make a shell reseller effect? Using the ips as vhosts, cpanel to setup other shell accounts etc? Also, does anyone know of a provider who sells many cheap IPs with VPS's?
View Replies!
View Related
|