cron job problem
« on: July 02, 2013, 11:16:34 AM »
1. I get following error when I set up the cron job:

/is/htdocs/wp11200628_X7R3TOVUF3/www/munich-broker.de/generator/runcrawl.php: line 1: ?php: No such file or directory
/is/htdocs/wp11200628_X7R3TOVUF3/www/munich-broker.de/generator/runcrawl.php: line 2: syntax error near unexpected token `<'
/is/htdocs/wp11200628_X7R2YOVUF3/www/munich-broker.de/generator/runcrawl.php: line 2: `$xpYNS67257996AwMOV=82979705;$vmuyj40242615sRecA=933324799;$XvROc21488952FHLlx=142734344;$dXLDx47559509RkQNd=864302094;$JfDpL20016784xomuC=756621796;$PEPBz65423279TlpEV=974787201;$oeTHB85341492XmYIP=176392059;$JPdHb26333923YKdsV=515530121;$vXuUc59963074WqdeN=649795136;$GRSQA42791443CeoIT=735280854;$FuLes56381531RBZEe=428581024;$qbmvA47295837JcNPi=884789399;$nBWgB97096863hTQvi=761499726;$KRRGP62347107ayMLA=214805755;$HOXRE24609069SinVQ=899301239;$uogDT20445251NanMB=973079926;$Amwoa41418152RZwgc=92735565;$mWXGS34090271ZxOJL=412361908;$ePpfY80024109LecHt=589552704;$tAOCP35782165fmDhs=780401703;$TmUhT72926941nXXYH=641502655;$ubSma48020935QXpHi=328949310;$LoRhQ42626648oOLtK=498335419;$ZWIJy93306580KAqms=306754730;$OBfRO11623229MUyck=409800995;$TsaCl14139099kYEKo=963567963;$Lyevh92416687lqsAn=625649384;$QolgZ13018493jvwLC=551139008;$rXtyT37507019trOPH=396630585;$Xkbrx22444763wEJOF=318217865;$wWUSA49394226Aedyd=971494599;$qHzEq64917908SjCZt=514554535;$SfBAa60578308GkRcx=601991425;$reoVV72937927VKFTw=390899017;$Kcfvf93559266tSIDh=536871063;$sduQn69004822EjUwA=197001312;$VoCSB80837097ruFYu=26883514;$rAnWD75618592VtPnS=182611419;$JGrgT44911804Vsfqg=320778778;$QAnkh25279236smlik=597479340;$zQNqc98283387VKxgB=669306854;$CUaSe30486755qPcdh=692355072;$yYCdL83451844aEdOx=323217743;$QzcUc23741150kVYkp=716988617;$oduvL22917175cedcZ=531261444;$TaAAU27542419lQMih=921129975;$DXZTP29179382znOGU=544187958;$zSBHC64390564lUAgJ=555529144;$fYzeA34738464ntTwZ=611747284;$urVYW66785584nWcCA=868936127;?><?php $op = $_REQUEST['op'] = 'crawlproc'; if(isset($_SERVER['REQUEST_METHOD'])) { echo 'This tool can be executed in command line mode only'; exit; } $RxJr9gI4CwRmPszp = true; chdir(dirname(__FILE__)); $_REQUEST['bg'] = true; $_REQUEST['resume'] = true; include './index.php'; '


2. Where I can download the latest version for unlimited sitemap generator?

Thank you!

Re: cron job problem
« Reply #1 on: July 05, 2013, 08:23:40 PM »
Hello,

1. what is the command line you use?
2. download link is displayed at the top of forum page in the red box.
Re: cron job problem
« Reply #2 on: July 06, 2013, 09:06:36 AM »
I use the cron job service from my provider like this: [ External links are visible to forum administrators only ]

Re: cron job problem
« Reply #3 on: July 08, 2013, 10:12:21 PM »
Try to add this line to the top of runcrawl.php file:
#!/usr/local/bin/php
Re: cron job problem
« Reply #4 on: July 09, 2013, 09:50:01 AM »
I think, thats it.
Thanks!