06-23-2016, 11:53 AM
06-23-2016, 04:59 PM
Hello graphic,
Here are the steps:
I think you can start from here.
Have a nice day.
Here are the steps:
- Go to: system/cron/times
- Create a new file called, week_cron.php, chmod the file 0777, go to http://www.unixtimestamp.com/ create time stamp from now into a week.
- Enter into week_cron.php: , save it.PHP Code:
Hidden content for guests
- Go to: /system/cron and OPEN: cron.php
- Before add the following:PHP Code:
Hidden content for guests
, Save the file.PHP Code:Hidden content for guests
I think you can start from here.
Have a nice day.
06-23-2016, 11:46 PM
I don't say in which mode i have to compile for 7 days and for 15 days the fields on the website unixtimestamp... if i insert only the number 7 into the field DD give me an error on the month...
(06-23-2016, 04:59 PM)Breaker Wrote: [ -> ]Hidden content for guests
06-26-2016, 01:18 AM
As i can see you dont know very well the PHP language.
Add this code:
This will generate your timestamp that you need.
Add this code:
PHP Code:
Hidden content for guests
This will generate your timestamp that you need.
06-26-2016, 03:19 AM
Help me...
I want make inactive all pages of the users after 7 days of inactivity of the users. I have tried but i'm not expert of php...
Can you explain me which code i have to insert and in what files?
I want make inactive all pages of the users after 7 days of inactivity of the users. I have tried but i'm not expert of php...
Can you explain me which code i have to insert and in what files?
(06-26-2016, 01:18 AM)Breaker Wrote: [ -> ]Hidden content for guests