PerfectVisualHost Support Forum

WEB HOSTING SUPPORT => HOSTING SUPPORT => Topic started by: ayomatt on

Title: site and database upload
Post by: ayomatt on
Can you kindly give me a chat or run through the uploading procedure (site and database) tks.
Title: Re: site and database upload
Post by: Perfect Visual on
Login to your cpanel click "file manager" click public_html, then on top click upload, it will open in a different window, locate the files(your site) you want to upload (which you must put in zip folders) and upload them.
After uploading them unzip it in there. To do that tick the file and click "extract" on top of the file manager.

You can also use FTP software there are so many of them in internet just google them, download and install on your system.
Title: Re: site and database upload
Post by: Perfect Visual on
To upload Database, you have to create it online first, still on your cpanel, move down and click mysql databases, when it opens, you in the field "New Database" put your database name, click create. It will create it then, click "go back", when it opens scrowdown to "MySQL Users Add New User" to add user and passeword detail. Click create user to create it, it will be created, the click "go back" under "Add User To Database" choose the user and database you added. And click add, when it opens, set permissions by ticking"ALL PRIVILEGES" and click make change, that is all, you created database account.

To upload your database in your local machine to this newly created account, go to phpmyadmin in your cpanel "home"  Under "Databeses", when it opens click on your newly created data base in your left handside. When it opens click import and use "Browse" icon to locate your database in your local machine (Note that you must have exported your Local database out of phpmyadmin) and upload to the database account, and click "GO" that is all, within few minutes all will be there.
Title: Re: site and database upload
Post by: ayomatt on
tks....Perfect visual host is simply the best
Title: Re: site and database upload
Post by: ayomatt on
under file manager...editing configuration php what will i write under
       public log_path=home/______/public_html/log
       public tmp_path=home/______/public_html/log
Title: Re: site and database upload
Post by: Perfect Visual on
The setting will look exactly like this below in 1.7

public $log_path = '/home/yourusername/public_html/logs';
public $tmp_path = '/home/yourusername/public_html/tmp';


Replace "yourusername" with your account user name.
Title: Re: site and database upload
Post by: Perfect Visual on
tks....Perfect visual host is simply the best
Thank you for the testimony.
Title: Re: site and database upload
Post by: ayomatt on
i have done every necessary thing but the site is just not coming up
Title: Re: site and database upload
Post by: Perfect Visual on
What message is it displaying whenever you type the address?
Title: Re: site and database upload
Post by: ayomatt on
it is showing "coporatebrothers not found".
Title: Re: site and database upload
Post by: ayomatt on
It is displaying “site not found”
Title: Re: site and database upload
Post by: Perfect Visual on
Ok, checking things here (eg NameServer) will give you reply shortly.
Title: Re: site and database upload
Post by: Perfect Visual on
Ok, I'm through, your website is http://cooperatebrothers.com/ not http://coperatebrothers.com/
Title: Re: site and database upload
Post by: Perfect Visual on
I have gone through your configuration.php and found out that the configuration.php you have been working with is different from  the one you created your website with, hance the challenge. Below is what you have been working with, compare that with the one inside your zip folder which is the one I uploaded for you, you will see the difference. Good news that your website is up and running now.

<?php
class JConfig {
   public $offline = '0';
   public $offline_message = 'This site is down for maintenance.<br /> Please check back again soon.';
   public $sitename = 'Ayo Portal';
   public $editor = 'tinymce';
   public $list_limit = '20';
   public $access = '1';
   public $debug = '0';
   public $debug_lang = '0';
   public $dbtype = 'mysqli';
   public $host = 'localhost';
   public $user = 'cooperat_i remove the password here';
   public $password = 'i remove the password here';
   public $db = 'i remove the database here';
   public $dbprefix = 'myg5e_';
   public $live_site = '';
   public $secret = 'sm2OAtldVjLRr3Zs';
   public $gzip = '0';
   public $error_reporting = '-1';
   public $helpurl = 'http://help.joomla.org/proxy/index.php?option=com_help&amp;keyref=Help{major}{minor}:{keyref}';
   public $ftp_host = '127.0.0.1';
   public $ftp_port = '21';
   public $ftp_user = '';
   public $ftp_pass = '';
   public $ftp_root = '';
   public $ftp_enable = '0';
   public $offset = 'UTC';
   public $offset_user = 'UTC';
   public $mailer = 'mail';
   public $mailfrom = 'info(at) perfectvisualhost.com';
   public $fromname = 'Ayo Portal';
   public $sendmail = '/usr/sbin/sendmail';
   public $smtpauth = '0';
   public $smtpuser = '';
   public $smtppass = '';
   public $smtphost = 'localhost';
   public $smtpsecure = 'none';
   public $smtpport = '25';
   public $caching = '0';
   public $cache_handler = 'file';
   public $cachetime = '15';
   public $MetaDesc = '';
   public $MetaKeys = '';
   public $MetaAuthor = '1';
   public $sef = '1';
   public $sef_rewrite = '0';
   public $sef_suffix = '0';
   public $unicodeslugs = '0';
   public $feed_limit = '10';
   public $log_path = 'home/cooperat/public_html/logs';
   public $tmp_path = 'home/cooperat/public_html/tmp';
   public $lifetime = '15';
   public $session_handler = 'database';
}
Title: Re: site and database upload
Post by: ayomatt on
how do i install a forum componenta. and pls how do i host a cooperate brothers.com/brand site. tks
Title: Re: site and database upload
Post by: Perfect Visual on
You mean I forum like this? or something else?
To have cooperatebrothers.com/brandsite, simply develope  your website normal and put it in a folder and name it anything that represents your brand eg "yourbrand"  then upload it to your public_html that is all.
When you go to cooperatebrothers.com/yourbrand    you will see your new brand website.
Title: Re: site and database upload
Post by: ayomatt on
Am I going to unzip and set permission to add /brand
Title: Re: site and database upload
Post by: Perfect Visual on
Yes, unzip, set permission, but it must be in it's own folder eg Brand.
Title: Re: site and database upload
Post by: ayomatt on
Is there no need to create a data base for the /brand?.
 Am still faced with the challenge of creating a drop down menu
Title: Re: site and database upload
Post by: Perfect Visual on
There is need to create a data base, this is like building a new website, build everything in your localhost and upload everything the way you did the current website.
Title: Re: site and database upload
Post by: ayomatt on
For most of the joomla free template, is there a way to remove the footer or copyright features
Title: Re: site and database upload
Post by: ayomatt on
What I mean is how do I remove the authors link from the footer
Title: Re: site and database upload
Post by: Perfect Visual on
Yes, there is, but ensure that the author permit that.
Having known so, it all depends on the template basically go template, locate the theme, index, is normally close to the button of the whole code.
Title: Re: site and database upload
Post by: ayomatt on
Pls I want to knowe if your hosting server can host a asp. Net website
Title: Re: site and database upload
Post by: Perfect Visual on
Pls I want to knowe if your hosting server can host a asp. Net website
We don't support it in our www.perfectvisualhost.com now but support it here yes, You can get  that here http://www.perfectvisual.net/hosting.php
Title: Re: site and database upload
Post by: ayomatt on
I want to know it the same adjustment you make after unloading a wordpress site is same with that of Joomla. Kindly give me details as to what to do after uploading a word press site. Tks 
Title: Re: site and database upload
Post by: Perfect Visual on
Same adjustment, only thing is different presentation of code, if you have setup joomla successful you shouldn't have challenge with wordpress.
Title: site and database upload
Post by: Akropesgreox on
My virus database that Nano AntiVirus is using isnt the latest version and is reporting that theres no updates when there obviously is one.
Title: Re: site and database upload
Post by: Adiizo-la on
How do i install a forum componenta.


G club (https://gclub.royal-ruby888.com/)
Title: Re: site and database upload
Post by: Perfect Visual on
What type of forum?