Web Hosting Vodahost    

Home Take The Royal Tour! Order Now Features Prices
Go Back   Web Hosting > VodaHost Web Hosting Support > mySQL & PHP

Notices

mySQL & PHP Discussions, information and help with mySQL and PHP.

Reply
 
LinkBack Thread Tools
  #1  
Old 09-30-2007, 01:04 PM
Sergeant
 
Join Date: Jul 2007
Posts: 30
Default Uploading php/mysql site onto VH server

Hi,

I'm embarking on a project to build a complicated website using mysql and php, but to start with I will build it on my own computer.

Once complete, is it easy to upload the whole site onto my domain and the VH server?


Also, would it be easier (and legal) to completely edit and customize scripts from the phpauction provided in fantastico?

Thanks,

Jon
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #2  
Old 09-30-2007, 01:59 PM
Sergeant
 
Join Date: Jul 2007
Posts: 30
Default Re: Uploading php/mysql site onto VH server

Sorry, another question:

Is there a way to combine a blue voda website builder page and php scripts? I have tried to embed a hello world script into a blue voda page and it doesn't work?

Thanks,

Jon
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #3  
Old 09-30-2007, 05:36 PM
Karen Mac's Avatar
Lieutenant General
 
Join Date: Apr 2006
Posts: 3,508
Send a message via MSN to Karen Mac
Default Re: Uploading php/mysql site onto VH server

Jon

Go to page properties and change the bv extension to php instead of html. Then id should work.

Karen
__________________
KMAC Enterprise
Granny's Country Nook 10%Off, your code: Forum Discounts
Charming Noveltees~Sports Logos Charms, Jewelry, Collectibles- 10% off, your code: VodaHost
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #4  
Old 09-30-2007, 06:18 PM
Sergeant
 
Join Date: Jul 2007
Posts: 30
Default Re: Uploading php/mysql site onto VH server

Hi,

Thanks it wasn't that I typed the code in wrong sorry.

Any answers for my first question?

Thanks,

Jon
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #5  
Old 09-30-2007, 11:36 PM
Watdaflip's Avatar
Brigadier General
 
Join Date: Sep 2005
Location: Cincinnati, Ohio
Posts: 1,640
Default Re: Uploading php/mysql site onto VH server

You would have to have php and mysql install on your computer for you to be able to test the webpage before you upload it to your website.

Uploading a website is simple assuming you know how to use a FTP program.

It is legal to edit an existing script under certain licensing agreement, and script that has modification or add-ons you , you just can't pass it off as your own work, you have to keep the copyright (unless they have a branding free version, which probably would cost money, not all script having a branding free version, not even all the major ones).

As to whether it would be easier to edit and existing script rather then create your own from scratch, that would depend on how easy the code is to read and understand, and how much knowledge and experience you have with using php and mysql. Also it would depend on the size of the script, and how many features it has as well. For instance if you to create a script like this forum from scratch, with the same features all by yourself, you would spends thousands of hours writing the code.
__________________

Register/Login Script
Do you use a Password Protected Directory? Need a way to allow users to make their own account, try my .htaccess Login Script
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #6  
Old 10-01-2007, 05:30 AM
navaldesign's Avatar
General & Forum Moderator
 
Join Date: Oct 2005
Location: Italy
Posts: 9,031
Default Re: Uploading php/mysql site onto VH server

If your question is whether it is easier to build it on your computer or directly on the site, the answer is that building in on your computer will allow you to work and continously test whithout need to upload on the server and therefore without any problem related to the connection / upload. Also, the scripts on your computer run very fast, because there is no transfer so no delay.
However, unless you have some php/apache knowledge, so that you can setup your computer in a similar way as your web server, the computer installed php versions usually have some different settings that will oblige you to use some commands in order to avoid error messages on your screen.

Once finished, you simply upload everything on the server.

An additional work that you will need to do, unless you also create an installation script: you will have to setup the database and its tables again.
__________________
Navaldesign
Logger Lite: Low Cost, Customizable, multifeatured Login script
Instant Download Cart: a Powerfull, Customized, in site, DB driven, e-products Cart
DBTechnosystems.com Forms, Databases, Shopping Carts, Instant Download Carts, Loggin Systems and more....
Advanced BlueVoda Form Processor : No coding form processor! Just install and use! Now with built in CAPTCHA!

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #7  
Old 10-01-2007, 12:54 PM
Sergeant
 
Join Date: Jul 2007
Posts: 30
Default Re: Uploading php/mysql site onto VH server

Thanks for both replies. I'm still undecided.

Does anyone know the license of the phpauction provided on fantastico? Could I change that?

Thanks,

Jon
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #8  
Old 10-01-2007, 02:38 PM
Sergeant
 
Join Date: Jul 2007
Posts: 30
Default Re: Uploading php/mysql site onto VH server

Cancel that last post.

What is the ftp address of my website? ftp://ftp.mysite.com ?

Thanks,

Jon
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #9  
Old 10-02-2007, 06:08 PM
Watdaflip's Avatar
Brigadier General
 
Join Date: Sep 2005
Location: Cincinnati, Ohio
Posts: 1,640
Default Re: Uploading php/mysql site onto VH server

if you are using your browser as a ftp then it will be 'ftp://yoursite.com"

If you are using a ftp program, it will just be "yoursite.com" or the ip address
__________________

Register/Login Script
Do you use a Password Protected Directory? Need a way to allow users to make their own account, try my .htaccess Login Script
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #10  
Old 10-03-2007, 09:16 AM
Sergeant
 
Join Date: Jul 2007
Posts: 30
Default Re: Uploading php/mysql site onto VH server

Thanks.

Jon
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


All times are GMT +1. The time now is 11:45 AM.


Powered by vBulletin® Version 3.7.1
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC7
2007 VodaHost.com - All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54