TCH-JimE
Members-
Posts
2,740 -
Joined
-
Last visited
Everything posted by TCH-JimE
-
Hello, What is the email of the address its being sent from, thats what the list manager is replying too so I am guessing that would be a good place to start Jimuni
-
Hello, Hmm the internet seems full of different ideas with everybody claiming that everyone elses doesnt work. Anyway, try this, save it as logout.php and call it by pressing the button: ><?php session_start(); // if the user is logged in, unset the session if (isset($_SESSION['PHP_AUTH_USER'])) { unset($_SESSION['PHP_AUTH_USER']); } if (isset($_SESSION['PHP_AUTH_PW'])) { unset($_SESSION['PHP_AUTH_PW']); } // now that the user is logged out, // go to login page or whatever header('Location: login.php'); ?> Jimuni
-
Hotlink Protection For Embedded Media Players?
TCH-JimE replied to Mission's topic in CPanel and Site Maintenance
Hello, I wrote a rather useful tutorial on hotlinking: http://www.totalchoicehosting.com/forums/i...968&hl=htaccess I was just wondering about what it had, because as I can still pull an image from your website on to my own. Jimuni -
Hello, All your doing is make a div a certain size, its not againest convention to do this. I always but widths on my div and often have the page being say a certain width or % wide Jimuni
-
Sounds like the CSS is wrong, as Andy says, have you got a link for us to look at? Jimuni
-
Hotlink Protection For Embedded Media Players?
TCH-JimE replied to Mission's topic in CPanel and Site Maintenance
Hello, Having just tested it, it doesn't work at all, not even for images, so something is not right. Could you please post your entire HTACCESS here and I will take a look and see whats not correct. Htaccess does work, its just bit fiddley! Jimuni -
Hello, Your problem may lie in the fact the email being sent to list@ is being sent from the domain or server where its hosted. The software is not then picking up the clients email address. Is there any help files on the website which tell you how set this bit up? Jimuni
-
Hello, Am i guessing correctley that you now wish to loose the session when the user closes thier window or moves to another website? Jimuni
-
Microsoft Outlook Email Client
TCH-JimE replied to queenpictoria's topic in CPanel and Site Maintenance
Hello With regards to question 1, Windows XP Home only comes with Outlook Express. "Outlook" full version comes only with Office Packages. I use thunderbird and love it. If it helps: Username: notrealemail@myaccount.com You can edit your password in cpanel section of email. Jimuni -
My Website Looks Different In Different Browsers...why?
TCH-JimE replied to ivanmax's topic in Open Discussion
Hello, I would also suggest that you put all your CSS into a css file, rather then have each tag having its own style Jimuni -
Hello, I am in the UK and the page loads fine. I would not worry about China as the govenment seems to block many sites there. People not being able to reach your site might often be a to a routing problem, cache problem or the fact they are behind a company firewall which is blocking your website for whatever reasons that company thinks is best. I can reach 70.103.1.62 and 73.41.96.1 by tracert Jimuni
-
Hotlink Protection For Embedded Media Players?
TCH-JimE replied to Mission's topic in CPanel and Site Maintenance
Hello, The htaccess should stop it, and I think in the above example, >[NC should be >[NC] Hmmm, even though he has it like that in all his examples, intresting. If it doesnt work, let us know and we shall have a look further. Jimuni -
Welcome to the forum! It is true, you would need a valid password for it to work. However, you can have scripts such as formmail which can be used to send mail from your server, hence the reason such scripts should have decent sercurity so that this things can not happen. It is easy to fake a domain name in the header, but if you where to truely look at the headers you would see that infact they do not originate from that domaini name but infact from somewhere else. Jimuni
-
Hello DPK, I am guessing from having a think that you would either need to use a session ID or cookie. Jimuni
-
Solution For "domain Name Mismatch"
TCH-JimE replied to sunchoc's topic in CPanel and Site Maintenance
Hello, The reason you get the serverXX is that these are shared certificates for the entire server. The nature of SSL means that TCH would need to get a certificate for each domain name which would be very very expensive, and for most, unessacary. However, the extension you post would be handy if someone wanted to check email via SSL, although in all my years of emailing, I have yet to use a SSL email route. Jimuni -
Need Help To Setup Cronjob For Autoresponder
TCH-JimE replied to greenworld's topic in CPanel and Site Maintenance
Hello, You would need to check with support to see if you would be allowed to run an autoreponder. Many "autoresponders" can lead to the domain/server being blacklisted. Jimuni -
Hello, Try this link. The first part talks about dumping and taring of a mysql database. However, further down there is a perl scrip to send this attachment to an email address. I am sure it can be changed to email your file instead. http://www.cgi-interactive-uk.com/mysql_dump.html However, mime:lite is not installed so you will need to change it slightly to use I think the smtp version, check in your cpanel then perl modules and look for i think smtp. Then look up how that needs to be done and you should be in buisness. However, if you wish to use PHP, goto this link: http://www.sematopia.com/upload/dbBackUp/dbBackUp.php.txt Ok, so again its a DB backup, but you can edit the line which backs up the database to say copy your tar to the backup place and then just have it mailed to you. Jimuni
-
Hotlink Protection For Embedded Media Players?
TCH-JimE replied to Mission's topic in CPanel and Site Maintenance
Hi, Can you produce a URL for us to look at? Jimuni -
Excellant, glad it could be resolved! Jimuni
-
Hello, The cronjob: >php -q /home/XXXUSERNAMEXXXX/public_html/cronjob.php (obviously put your correct username in above where its XXXUSERNAMEXXX} and also its set to do this every 12 hours. The CPANEL allows you to mail the output to email address which saves having to figure out the email problem! This is the cronjob it calls, a php file. ><html> <head> <title>Untitled Document</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> </head> <body> <?php /* Start of PHP3 Script */ /* Data of SQL-server */ /* $server= "server5.totalchoicehosting.com"; Address of my server */ $dbhost = 'localhost' /* Use Localhost */ $user= "XXXXXX"; /* Database username */ $password= "XXXXXX"; /* Database Password */ $database= "XXXXXX"; /* name of database */ $table= "phpBB_sessions"; /* Name of table */ /* Accessing SQL-Server and emptying table */ MYSQL_CONNECT($dbhost, $user, $password) or die ( "<H3>Server unreachable</H3>"); MYSQL_SELECT_DB($database) or die ( "<H3>Database non existent</H3>"); $result=MYSQL_QUERY( "Empty TABLE $table"); echo "<H1>Table was Emptied successfully</H1>"; /* Close SQL-Connection */ MYSQL_CLOSE(); ?> </body> </html> Hope this helps! Jimuni
-
Hello, I never knew that, well you learn something everyday! I just hope it doesnt push something old out of my head! Jimuni
-
Hello, Hmm, it should still work, but instead just give you a normal red X instead. If you want to show pictures, you can do what I do which is to get hold of smartors album for phpBB and also find on his website the sitetag BBcode edit which will allow you to host images in your album and have them displayed within posts on your forum Jimuni
-
Hello, Correct, its the root page that is being serverd, but because it can be served anywhere, the path can change. Jimuni
-
Hi, You could always set your outlook not to download the email from the server. That is you would download a copy to your hard drive but leave the message on thte server for X number of days (think you can do forever) so you download it onto multiple machines. Then say once every X months just download it to a PST and if need be, distrubute the PST to all machines, that way you are always in sync with your mail! Just a thought anyway! Jimuni
-
Hello, Whilst the 401 is at root level, the error page is being called from a subfolder, e.g: http://www.silverleafdesign.com/clientarea/client.php E.g normal error: http://www.silverleafdesign.com/401.php Subfolder error (ok not correct url but you see what i mean) http://www.silverleafdesign.com/401.php hence whilst both pages pull and show the same 401 page, the actually path for that page is different because of where its being viewed from, hence the above notes in my previous post. Jimuni
