Closed. This question does n开发者_如何学Pythonot meet Stack Overflow guidelines. It is not currently accepting answers.
I have a script written in PHP that is kicked off by a cron job. It\'s a long running script, and often cron kicks off another instance before the last is finished. That\'s fine. I allow 3 instances o
I\'m trying to create some logs and history about users in my app. For example, I\'d like to know how many posts any user had total, on any given day. And some other cool metrics.
I ha开发者_开发百科ve a php script in my website folder that needs to be executed weekly. I am on debian 6 (root).
<?php $banlog = file(\"bans.t开发者_运维百科xt\"); foreach($banlog as $ip) { exec(\"iptables -I INPUT -s $ip -j DROP\");
I am a very new programmer.. A website is providing a lot of zip files that i needed. It w开发者_运维问答ill be updated/uploaded new zip files weekly. What I need to do is write a program/script to do
I\'m trying to create a jabber bot which has to perform an a开发者_开发问答ction every 5 minutes.
I am currently working on a script that I am attempting to automate via cron. Running the script via terminal is just fine, but when I attempt to run the script with crontab, I am getting some issues.
Good day to all. I have a strange problem. I created a PHP script that inserts into a database the unix timestamp when it was accessed (PHP - time() function).
Recently I\'ve started using limited staging on my Google App Engine project. The data is still shared between all versions, but behaviour (especially user facing behaviour) is different.