TCH-Don
Members-
Posts
11,643 -
Joined
-
Last visited
Everything posted by TCH-Don
-
And don't forget when setting up an ftp account, you can have a different folder name than the user name just change the folder name last befor creating the account. so you can have john123@**** log into a folder named myfiles.
-
Mysql Problems (or Php? I Dont Know)
TCH-Don replied to Aurora900's topic in CPanel and Site Maintenance
I do not have the newer version, so I can't see the file with the error, although that generally is not the real problem. I might remove the database and startover now that you know the name was wrong. just a thought. -
Mysql Problems (or Php? I Dont Know)
TCH-Don replied to Aurora900's topic in CPanel and Site Maintenance
Well you must have found it, its working -
Mysql Problems (or Php? I Dont Know)
TCH-Don replied to Aurora900's topic in CPanel and Site Maintenance
This is what i have $dbhost='localhost'; $dbuname='cpanelname_nuke'; $dbpass='********'; $dbname='cpanelname_nuke'; $prefix = "nuke"; $user_prefix = "nuke"; $dbtype = "MySQL"; -
Mysql Problems (or Php? I Dont Know)
TCH-Don replied to Aurora900's topic in CPanel and Site Maintenance
I assume you have done the usual create db create user add user to db db and user in nuke config is cpanelname_dbname cpanelname_user There does not seem to be anything wrong with the severs. You can open a ticket to find out. -
Mysql Problems (or Php? I Dont Know)
TCH-Don replied to Aurora900's topic in CPanel and Site Maintenance
Welcome to the Family and your new home! Did you use the cpanel install? If yes, try cpanel remove and then reinstall. If not you might try that just to get one working and study the config files cpanel creates. We really are like family here. So if you need anything, just ask your new family! We love to help -
Forum Software And Database Backup
TCH-Don replied to threefortyduster's topic in CPanel and Site Maintenance
Hi, what forum type? PHPbb Invision ..... Do you have cpanel on old host If so on old host > cpanel > backup > click on the database link to download a compressed file to your computer here on TCH after you install a forum with the same database name and then cpanel > backup > upload the same database. Or you can download the forlder with your forum and upload it here and restore the database in cpanel > backup ? upload. -
If you mean one member in your admin > Users and groups > Find/Edit/Suspend User and edit the member details.
-
Welcom DMD! Log in as admin to a list and look at sending options. scroll down to SMTP settings... Enable Batch Sending You must enable batch sending for batch sending to start working.Lists under 100 people may not need it at all. Send 10 Messages Every 1 minutes after sending the 10, it will pause to the end of the minute before starting again.
-
Welcome to the Family Amy and your new home! We really are like family here. So if you need anything, just ask your new family! We love to help
-
Using the .shtml extension for your pages lets you also include files into your page. using <!--#include file="yourfilename.txt" --> in a page will insert the contentents of yourfile.txt into your page This is like php includes, except that you just include the file, no power or logic capabilities like php can.
-
I suspect your ISP will still take a while to update their name servers. <_
-
Glad you have it working! For e-mail did you set the options in My Controls for e-mail settings Enable 'Email Notification' by default? Enabling this option will automatically subscribe you to any topic you start or reply to. And in board setting you may want to set Do you wish to get a pop up notification when you get a new private message? to YES
-
You could send yourself one of those online greeting cards that let you specify the date to send it
-
As I said it was an early version of netscape, I think it was 4.3 Back then MS was using some IE only tags to correct the body padding tags that made NS browsers not see the whole page. LOL shocking
-
LOL that reminds me of going to MS with a early netscape browser
-
I did find this from Adobe Golive support 10. Verify that the site's FTP uploading preferences contain valid entries Verify that the site's FTP uploading preferences contain valid entries for the FTP server, directory, user name, and password. To edit a site's FTP uploading preferences: 1. Load the site file in GoLive. 2. Choose Site > Settings. 3. Click the Publish Server icon (GoLive CS) or the FTP & WebDAV Server icon (GoLive 6.x) in the left panel. 4. Do one of the following: -- In GoLive CS, click Add, and then click New in the Select Publish Server dialog box. -- In GoLive 6.x, choose Edit Server from the FTP Server menu, and then select the New item icon. 5. In the following fields, enter the FTP server name, the path to your directory, your user name, and your password, as specified by the ISP: -- Server The server's hostname may be in WWW format (for example, www2.earthlink.net), FTP format (for example, ftp.mindspring.com), or IP format (for example, 206.251.11.2). (An FTP hostname is typically different from an HTTP hostname.) -- Directory The directory path should refer to an actual folder on the Web server. The ISP can confirm the path for you. If the folder to which you initially connect when you log in to the Web server is different from the folder in which you store files, click Browse, navigate to the folder in which you store files, and then click OK. You can also manually enter the relative path from the connection folder to the storage folder (for example, "~user," "public_html," "users/username/"). Use forward slashes ( / ) to indicate a change of folder hierarchy. Do not precede the pathname with a forward slash ( / ) unless you're entering the full absolute path on the Web server from the connection folder to the storage folder (for example, /home/user/public_html/). Note: If your user name and password automatically log you into your public HTML folder (where your Web pages are stored), leave the Directory field blank. If this field contains incorrect information, new folders will be created in your folder on the Web server. Your files may upload successfully but not to the correct location, so you won't be able to see them. -- User name The ISP specifies your user name. -- Password The ISP specifies the password for your user name.
-
Alec Baldwin and Peter Boyle (The shadow)
-
First Welcome to the Family and your new home! We really are like family here. So if you need anything, just ask your new family! We love to help As you have discovered the public_html folder is where your web site should be. In your program publish setup, look for a setting for a remote folder or directory and enter public_html there to cleanup the files that might be in your root folder above the public_html use an ftp progam or cpanel > filemanager to goto the root folder and delete the files you uploaded If you are not sure about removing files there, just get the golive publishing to the right place and then open a help ticket asking to clean up the files in the root folder. But you should be able to do this. If you need help just ask, that is why we are here.
