|
mekro
| Joined: 18 Nov 2006 |
| Posts: 6 |
|
|
 |
Hi,
I was looking through the files and saw a folder called cron however took a look on this site but can not find out anything about it including the installation file.
Is there supposed to be cron jobs setup for the script and if so what files need to be run and when?
Thanks
Kirk
|
|
|
|
Dating Software
Site Admin
| Joined: 30 Jul 2006 |
| Posts: 898 |
|
|
 |
| mekro wrote: | Hi,
I was looking through the files and saw a folder called cron however took a look on this site but can not find out anything about it including the installation file.
Is there supposed to be cron jobs setup for the script and if so what files need to be run and when?
Thanks
Kirk |
There are 2 PHP files that send letters and diminish the number of days, in cron folder.
|
|
|
|
mekro
| Joined: 18 Nov 2006 |
| Posts: 6 |
|
|
 |
| Dating Software wrote: |
There are 2 PHP files that send letters and diminish the number of days, in cron folder. |
Ok thanks for the message however that did not help me as i dont know when or how many times a day to run each file, can you let me know?
Kirk
|
|
|
|
Dating Software
Site Admin
| Joined: 30 Jul 2006 |
| Posts: 898 |
|
|
 |
| mekro wrote: | | Dating Software wrote: |
There are 2 PHP files that send letters and diminish the number of days, in cron folder. |
Ok thanks for the message however that did not help me as i dont know when or how many times a day to run each file, can you let me know?
Kirk |
Well. Diminishing of days - dayly I suppose ? Weekly letter - weekly 
|
|
|
|
Dave
| Joined: 03 Mar 2007 |
| Posts: 4 |
|
|
 |
what Is the comand line to use in cron
/home/site owner/public_html/_cron/gold.php
or
www.sitename.com/_cron/gold.php
My sopport staff dose not like this one it opens up problems
but abk dating says use it but
so everyone Iam having problems any good answers what is your line in ther cron job
Dave
|
|
|
|
Dating Software
Site Admin
| Joined: 30 Jul 2006 |
| Posts: 898 |
|
|
 |
| Dave wrote: | what Is the comand line to use in cron
/home/site owner/public_html/_cron/gold.php
or
www.sitename.com/_cron/gold.php
My sopport staff dose not like this one it opens up problems
but abk dating says use it but
so everyone Iam having problems any good answers what is your line in ther cron job
Dave |
Usually run /home/site owner/public_html/_cron/gold.php
|
|
|
|
Dave
| Joined: 03 Mar 2007 |
| Posts: 4 |
|
|
 |
Thats what I thought then why did Alexander Borovskoy change my cron job and scipts to take the www.site name.com /gold.php and open it up to the public so anyone can go in type the link and and take off users gold days away from any browser
And then say this is the way it should be
Dave
|
|
|
|
ABk_User
| Joined: 14 Aug 2008 |
| Posts: 3 |
|
|
 |
Any updates on this?
Do the cron jobs really allow anyone to alter the amount of days a paying member has on his account?
|
|
|
|
Dating Software
Site Admin
| Joined: 30 Jul 2006 |
| Posts: 898 |
|
|
 |
| ABk_User wrote: | Any updates on this?
Do the cron jobs really allow anyone to alter the amount of days a paying member has on his account? |
Of course no. You need to modify some code to alter something 
|
|
|
|
ABk_User
| Joined: 14 Aug 2008 |
| Posts: 3 |
|
|
 |
Thanks.
|
|
|
|
ingo10
| Joined: 17 Apr 2008 |
| Posts: 52 |
| Location: Rastede, Lower Saxony, Germany |
|
 |
Hi,
which interface do you use on your Webspace/Server ?
I use Confixx and have solved it so:
/usr/bin/php /var/www/webxxx/html/_cron/gold.php
replace webxxx with your number i.e. web234
Is executed at Minutes 0, Hours 1, Day in Month * (witch mean eyery day), Month *, Weekday *
and
/usr/bin/php /var/www/webxxx/html/_cron/hide.php
replace webxxx with your number i.e. web234
Here i use following settings
Minutes */1, Hours *, Day in Month *, Month *, Weekday *
Maybe this is helpless for somebody ...
Best regards from Germany,
Ingo10
|
|
|
|
TRABK
| Joined: 13 Mar 2009 |
| Posts: 10 |
| Location: TEXAS |
|
 |
Anyone got a cron job for sending out email alert to users that signed up for an event perhaps 2 days before and on the day ?
|
|
|
|
Qwertyu
| Joined: 26 Feb 2011 |
| Posts: 5 |
| Location: United States |
|
 |
Yes, every
|
|
|