-
Posts
20,156 -
Joined
-
Last visited
Everything posted by TCH-Bruce
-
Drupal 4.7.5 And 4.6.11 Released
TCH-Bruce replied to TCH-Thomas's topic in Software/Scripts/Other Alerts
Thanks Thomas -
Not a problem. You can try: >php -q path-to-script It php is in a path cron can find it will run it.
-
That information is generally stored in a cookie on your machine. Since you deleted the original cookie your test board should be setting a new one but doesn't appear to be.
-
My guess is there are links in the database backup that you restored into your new database that will need to be changed to point to where you are testing. Maybe someone on the phpBB forum can tell you what needs modified. I just found this on the phpBB site. I'd start with that.
-
Glad we could help
-
You will need to get the path info for your domains to create your cron jobs. Usually, the path will be this: /home/your-cPanel-name then depending on where in your account you put the cron script you would add the remainder of the path to it. So if you put it in a folder called cron inside the public_html folder the path would be /home/your-cPanel-name/public_html/cron/script-name Sorry, I can't be anymore help than that.
-
You will need to take a backup of the current databas on the forum that is running and upload the backup to your web space. You will also need to create a database to use on your testing site. Create a user for the database as well and add it to the database. Then open a ticket with the help desk and ask them to restore the backup file to your newly created database. You will also need to edit the config file for the forum with the new database information.
-
I'm confused why you are entering your domain name in the command. Cron jobs (scripts) know nothing about your domain name they work strictly with paths. Say your neighborhoodjobsearch.com domain (I don't believe it's hosted here at TCH) is in an account called myaccount on a TCH server and the cron.php file was in the public_html/cron folder the command would look like this. >/usr/bin/php -q /home/myaccount/public_html/cron/cron.php You will notice "neighborhoodjobsearch.com" is nowhere listed in that command. But since the domain points to the public_html folder of myaccount that is how it would be entered.
-
Welcome to the forums Russell The syntax should be: >/usr/bin/php -q /home/your-id/public_html/cron/cron.php
-
You can ban the IP from your site which would prevent them from stealing. Or you can use the hotlinking feature to protect your content.
-
Just be careful he doesn't grab hold of it when it's hot. It leaves nasty blisters, trust me on this one!
-
Welcome to the forums bennyzeb You need to build the form but you also need a form processor. It can be written in PHP, Perl, etc... But without the form processor all you can do is open the user's email client to send you an email with a mailto: link. Check out hotscripts.com for a form processing script but be aware that insecure processing scripts can be hijacked to send spam and your account will be shut down as a result. I cannot recommed a script to use but I am sure you can find a secure one at hotscripts.com
-
Welcome to the forums Alcinoo If you have changed nothing in the script or your database settings it would probably be best to open a ticket with the help desk and ask them to have a look. Link at top of page or in my signature. Also double check your script on line 2 >mysql_select_db(): supplied argument is not a valid MySQL-Link resource in /home/your-userid/public_html/memberarea/smf/my_lesson.php on line 2
-
Open a ticket with the help desk to billing and let them know that.
-
Welcome to the forum, andy_geekcert
-
Welcome to the forums bibi
-
Leave it to Microsoft to assume (force) Admin for the user name. Since that's the only way it will work doesn't that make it a security risk? Anyone trying to access the db will already know the user name and only have to guess the password.
-
Spam Relay? Forged Headers? (mail Problem)
TCH-Bruce replied to joefish's topic in Security Discussions
It runs in cycles. You will go months without this happening and then bang! It's a fact of owning a domain name. -
It should be virtually the same. There may be differences depending on the version of PHP you will be using.
-
E-mail Forwarded From Another Domain
TCH-Bruce replied to Craig Be Rio 1's topic in CPanel and Site Maintenance
Welcome to the forums Craig It would be simpler to just change the name servers to your new domain to the same ones you are using for your TCH domain and open a ticket with the help desk and ask them to park your new domain on top of your existing domain. -
Happy New Year!
-
Do you have a link? I am not sure if you are getting an error or what problem you are actually having.
-
Check this link to see if you can solve your problem. I don't open PDF files in the browser as it was not intended for PDF files. I download them and open them locally with either Adobe Reader or Foxit Reader.
