Results 1 to 8 of 8
-
4th Oct 2009, 06:18 PM #1OPDoing things differently.
cron jobs
Never setup one before so abit stuck at the moment.
It's showing this in the file but don't know how to fill it out.
Code://replace udp & dht with http (doesnt matter if it doesnt scrape) $tracker = str_replace('udp://', 'http://', $tracker); $tracker = str_replace('dht://', 'http://', $tracker); //mod by phrostwave $trackers = bin2hex(trim($tracker)); $url = pack("H*", $trackers); $nurl = pack("H*", $trackers);
Just got no clue with this sorry
Any help please.GeeZus Reviewed by GeeZus on . cron jobs Never setup one before so abit stuck at the moment. It's showing this in the file but don't know how to fill it out. //replace udp & dht with http (doesnt matter if it doesnt scrape) $tracker = str_replace('udp://', 'http://', $tracker); $tracker = str_replace('dht://', 'http://', $tracker); //mod by phrostwave $trackers = bin2hex(trim($tracker)); $url = pack("H*", $trackers); $nurl = pack("H*", $trackers);Also, after i've uploaded the file, do i have to run it Rating: 5$project->uploading($surprise);
//Fatal error: found object, can't execute, no earn = must kill self..
-
4th Oct 2009, 06:32 PM #2Respected Member
After you upload the file you have to set the cron job up in cpanel. It is the easiest way to start a cron job.
Videos on cron jobs via cpanel: http://video.google.ca/videosearch?q...itle&resnum=4#
Text tutorials:
http://www.siteground.com/tutorials/.../cron_jobs.htm
http://www.trap17.com/index.php/Cron...nel_t6321.html
I'd walk you through them, but, I'm not that great with setting them up
-
4th Oct 2009, 06:36 PM #3OPDoing things differently.
Thanks JJJ.
I'm sitting here watching the video(s).
Hopefully it won't be that hard once i've watched it haha .$project->uploading($surprise);
//Fatal error: found object, can't execute, no earn = must kill self..
-
4th Oct 2009, 06:41 PM #4Respected Member
Its pretty easy. Just click cron jobs in cpanel. Put the cron job command in. Select how often you want it to run and your good to go. I've only done a couple simple ones. Never set up a board before.
-
4th Oct 2009, 06:43 PM #5OPDoing things differently.
Say like for example:
/public_html/external/itask/{PHP FILE}
OR
/public_html/{account name}/external/itask/{PHP FILE}$project->uploading($surprise);
//Fatal error: found object, can't execute, no earn = must kill self..
-
4th Oct 2009, 06:48 PM #6Respected Member
someone else will have to help with this. sorry :/
-
4th Oct 2009, 06:53 PM #7The Wise OneWebsite's:
twilight.ws ddlrank.comJust save the things you want to be done in a php file somewhere in your public_html.
Let's say: http://website.com/phpfile.php
When that's done just add the cronjob and put this:
wget -q http://website.com/phpfile.phpI can always be contacted by sending a tweet @twilightws
-
4th Oct 2009, 07:31 PM #8OPDoing things differently.
And end result is this.
Thanks Whoo$project->uploading($surprise);
//Fatal error: found object, can't execute, no earn = must kill self..
Sponsored Links
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
How to Set Cron jobs for ABK software?
By Areon in forum Server ManagementReplies: 0Last Post: 20th Mar 2014, 01:19 PM -
Cron jobs
By Areon in forum Server ManagementReplies: 0Last Post: 20th Mar 2014, 01:15 PM -
Cron Jobs
By Dviper27 in forum Server ManagementReplies: 4Last Post: 30th Sep 2012, 07:39 PM -
Cron Jobs - How to configure??
By Ashleyuk1984 in forum Technical Help Desk SupportReplies: 4Last Post: 3rd Jul 2011, 10:21 AM -
Backup cron jobs
By FancyPants in forum phpBBReplies: 8Last Post: 7th Mar 2010, 06:34 PM
themaCreator - create posts from...
Version 3.24 released. Open older version (or...