TCH-Don
Members-
Posts
11,643 -
Joined
-
Last visited
Everything posted by TCH-Don
-
Maybe this post on showing Awstats without cpanel access will give you some ideas.
-
Welcome to the forums, HWHT
-
Welcome to the forums, Michael I know I am late, but the Gurusnetwork has a nice tutorial on this.
-
on your first line <?php> you should remove the last charater > it is just
-
Hi Andre You do not mention what form processor you use. JavaScript in my opinion will help the ones that try to fill in your form but not the spammers that try to bypass your form and use their own form to send to your form processor to probe for a weakness so its good that you check in side your processor too. I see a lot more attempts like this myself lately, so maybe the spammer are more active now.
-
No if thats what you have don't change it.
-
Welcome to the forums, Slagers
-
Did you read the coppermine Docs on this? I did not read it all, but it may help you.
-
No it will not, just the account files and databases and filters everything needed to restore the account.
-
I don't think anyone has the bluelagoon theme anymore I think it should be x2 ?
-
I think you should list this higher up, it is one of the most important features to me. My Guest book automated spam has stopped completely, thank you! And now I can approve entries to eliminate the rest.
-
Did you try http://XXXX/cpanel where XXXX represent the ip number listed in your welcome email as Thomas suggested ? Your domain was just updated on the 26th it my not have propagated for you at your home yet through your ISP.
-
The only way to do this that I know of is to log in to each cpanel from your whm and go to backup > download home directory, databases and filters for each account including yours. That is what I do.
-
Looks good or if you want them as accounts you can check them with your computers e-mail client and they won't fill up. either way will work.
-
Welcome to the forum mk To use php scripts in your html files add AddHandler application/x-httpd-php .htm .html to your .htaccess file then your server will look at your html and htm files for php code and run the php code it finds. Now you can look at hotscripts.com for a script to do what you want.
-
Welcome to the forums, weiyang123
-
Welcome to the forums JustWade
-
Phpbb Admin Login Takes Me To Delphiforums.com
TCH-Don replied to ufcwyjst's topic in Scripting Talk
Welcome to the forums, kodo -
I do it the other way My page defines the title and then includes the header which can then display the title variable. my template for a page ><?php // add header and additional title $page_title="home"; include $_SERVER['DOCUMENT_ROOT']."/header.php"; // begin main content ?> <p>Content</p> <?php // end main content // add footer file include $_SERVER['DOCUMENT_ROOT']."/footer.php"; ?> then in the header.php ><HEAD> <title><?php print("$site_title"); ?> <?php print("$page_title"); ?></title>
-
Welcome to the forum You can get your hosting here now and when you get your welcome e-mail you will get your login name and password and temporary links to your site using the IP/~username address so you can start working on your site. Then when you are ready you can point or change your domain name DNS to the ones for TCH from your welcome e-mail. Please let us know if you need more information
-
You need to open a help desk ticket to the techs.
-
Welcome to the forums Tigertrader
