vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   General Hosting/Server Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=197)
-   -   Forum to be moved to a new server (https://vborg.vbsupport.ru/showthread.php?t=173602)

veenuisthebest 03-20-2008 04:16 PM

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..

Yours 03-20-2008 04:17 PM

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.

veenuisthebest 03-20-2008 04:22 PM

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

Yours 03-20-2008 04:26 PM

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)

veenuisthebest 03-20-2008 04:30 PM

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

Yours 03-20-2008 04:31 PM

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!

veenuisthebest 03-20-2008 04:37 PM

Quote:

Originally Posted by Yours (Post 1469827)
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!

thank you sooooo muchhh once again sir... your 3 lines has made me more crazierrr for my website.. am sure my website would do well pretty soon ..

will definately let you know if have any further queriess !!

sdfaheem 03-20-2008 07:57 PM

Quote:

Originally Posted by acegames (Post 1469719)
I moved servers last weekend and managed the whole transfer through whm and used "Copy an account from another server"

What if the source server do not have access, can we still transfer through WHM?

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.

Yours 03-20-2008 08:58 PM

Quote:

Originally Posted by sdfaheem (Post 1470024)
What if the source server do not have access, can we still transfer through WHM?

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.

lets asume they both have cPanel

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
wget http://yoursite.com/backupfilename-date.tar.gz

4) Go into ROOT WHM on your VPS server, and click "Restore full cpmove/cpbackup"
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

DivisionByZero 03-20-2008 09:00 PM

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
  • Page Generation 0.01047 seconds
  • Memory Usage 1,740KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete