![]() |
the prices are tooo high for me... minimum plan is 40$ per month i.e. 1600 INR
and I am currently paying 1200 INR per year... even after upgrade it would be just 2400 per year.. |
oh I see you are on shared hosting. I do not think Crissic offers Windows shared hosting, but http://crissic.com/shared.php -- they have some decent pricing there.
|
ya.. I see, the prices are almost the same now..
by the way, when does a person go for shared hosting and when for dedicated ??? what is there that dedicated has and shared does not ??? thankss |
a dedicated you have more access to do what you want to on it, and have more space and bandwidth. With a dedicated its your own server, so you can do as you please, install server applications, edit security etc.
By the likes of the site you are on currently (tech555.com) you really shouldn't need a dedicated box until you experiance high server loads (a few hundred people on at a time, thousands of posts, etc) |
thank you soo much for this useful info sir..
well...my site is a week old.. and one day would definately become the botm.. so i'm planning from right now, lol !! thankss |
I understand! If its 1 week old with 170 registered users, I would assume you would be aiming for a dedicated within a year. Best of luck to you with your website, and if you have any further questions let me know!
|
Quote:
will definately let you know if have any further queriess !! |
Quote:
Like in my case, my host shut down my forum saying that i am utilizing more of his CPU resources, so now i upgrade to a VPS and doing the transfer manually. |
Quote:
1) Go into your shared account, make a FULL backup, wait for the email saying it is complete. 2) Go into legacy file manager, or your FTP program you use, and move it to the "public_html" or "www" directory. Change the permissions to 777 3) login to "root" SSH via puTTy.exe (google it) type this: Code:
cd home 5) finally, type in the username you use to login to cPanel with 6) wait for it to say "done" (after all the other "restoring" stuff it will say) There ya go, you transfered all your files, databases, settings, and email accounts (etc) to your VPS server |
vBulletin runs on IIS seamlessly. You can also run your ASP applications as well, as PHP is separate and doesn't interfere.
phpMyAdmin is a nice tool to do lazy basic admin, but it's lousy if you're trying to dump a large database that takes more time than the php max execution time setting. best option is to do it by hand. 1. get SSH access to your server. 2. login via SSH 3. backup your entire public_html folder (assuming you're on cPanel already) # tar -cvf backup.tar /home/username/public_html 4. dump your database and tar it up # mysqldump -Uusername -Ppassword database_name > somefile.sql # tar -cvf database.tar /path/to/somefile.sql 5. move these two tar files to your public_html folder 6. login to your windows server via RDP 7. open a browser window and browse to the two files and download them to your desktop. 8. unzip the two files to your webroot 9. reimport the .sql file to your database # mysql -Uusername -Ppassword database_name < somefile.sql enjoy |
All times are GMT. The time now is 03:40 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|