IM24LV Posted May 25, 2008 Report Share Posted May 25, 2008 Gribu uzzināt, kādu valodu parasti lieto, lai automātiski ik pēc noteikta laika palaistu kādu php skriptu? :) Link to comment Share on other sites More sharing options...
Grey_Wolf Posted May 25, 2008 Report Share Posted May 25, 2008 ta nav valoda ;) bet gan OS iebuvea programma prieksh *nix CRON Link to comment Share on other sites More sharing options...
IM24LV Posted May 25, 2008 Author Report Share Posted May 25, 2008 hmm, un priekš WIN? :) vajadzīgs pavisam neliela skripta palaišanai - apmēram kānekur.lv automātiski ik pēc noteikta laika spaiders apseko visus rss, man attiecīgi ir tikai 2 šādi resursi no kuriem vajag ik pēc noteikta laika apsekot, skripts kas ievāc un saglabā jaun āko jau ir gatavs, vajag tikai lai tas notiek ik pēc noteikta laika :) Link to comment Share on other sites More sharing options...
martins256 Posted May 25, 2008 Report Share Posted May 25, 2008 vai nu tas Task Scheduler vai VisualCron Link to comment Share on other sites More sharing options...
IM24LV Posted May 25, 2008 Author Report Share Posted May 25, 2008 OK, paldies, izmēģināšu :) Link to comment Share on other sites More sharing options...
marrtins Posted May 25, 2008 Report Share Posted May 25, 2008 uz windiem no command line komandiņa at Link to comment Share on other sites More sharing options...
bubu Posted May 25, 2008 Report Share Posted May 25, 2008 , kas būtībā ir tas pats vien Task Scheduler'is. Link to comment Share on other sites More sharing options...
marrtins Posted May 25, 2008 Report Share Posted May 25, 2008 Jā, tikai no kamandrindas. Link to comment Share on other sites More sharing options...
IM24LV Posted May 29, 2008 Author Report Share Posted May 29, 2008 mhmm, izdomāju bik savādāku alternatīvu, jo šis variants kkā nepatika :D kā lapu apmeklē, tā tiek palaists tas skripts. tikai jāizdomā kkāds laika režīms, lai visu laiku netiktu atlasīts, bet gan ik pēc noteikta laika =) Link to comment Share on other sites More sharing options...
Grey_Wolf Posted May 29, 2008 Report Share Posted May 29, 2008 IM24LV --> nedomaju ka tas ir labs risinajums... kautkaa taa caur ''xxx' :( kapec gan neizmantot iespejas ko dod OS ... tie softi, tachu buutiibaa ir Ljoti, ljoti elementari ... laiks, & darbiiba ... --- + PHP laid no komandrindas , nevis kautkaa caur brauzeri .... Link to comment Share on other sites More sharing options...
marrtins Posted May 29, 2008 Report Share Posted May 29, 2008 + PHP laid no komandrindas , nevis kautkaa caur brauzeri .... Vienam projektiņam bija daudz ērtāk laist caur browseri - attiecīgi izmantojām wget. Ērti - viens konfigs php-cli un mod_php, kā arī saglabājas APC kešs. Link to comment Share on other sites More sharing options...
Mikijs Posted May 29, 2008 Report Share Posted May 29, 2008 :) $aizture=time()+300; # + 300 sekundes $run=false; $sql=mysql_query("select laiks from tabula_laiks where ip='$_SERVER[REMOTE_ADDR]'"); if(!mysql_num_rows($sql)) { $run=true; mysql_query("insert into tabula_laiks (laiks, ip) values('".time()."', '$_SERVER[REMOTE_ADDR]')"); }else { $laiks=mysql_fetch_array($sql); $laiks=$laiks[laiks]; if(time()>=$aizture) $run=true; } nu un tagad kods kurs palaiz to ko gribi :) if($run==true){ // Tavas Darbibas... } Link to comment Share on other sites More sharing options...
andrisp Posted May 29, 2008 Report Share Posted May 29, 2008 Mikijs, kas tas par bezsakarīgu kodu ? Ko tam tavu prāt vajadzētu darīt ? Link to comment Share on other sites More sharing options...
Mikijs Posted May 29, 2008 Report Share Posted May 29, 2008 kamer iedvesma tikmer uzrakstu .. par temu katra gadijuma.. ierubies koda sapratisi.. Link to comment Share on other sites More sharing options...
andrisp Posted May 29, 2008 Report Share Posted May 29, 2008 Nu c'mon, tici man, es 5 min. viņu pētīju un tā arī neiebraucu. Link to comment Share on other sites More sharing options...
Recommended Posts