Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   Template Shares (http://www.bvlist.com/forumdisplay.php?f=26)
-   -   TS 1.3.9 by xam (http://www.bvlist.com/showthread.php?t=12222)

Floky123 26th February 2020 09:12

TS 1.3.9 by xam
 
Hi, i have problem, my script delete users when are inactive for long time... how can i disable that?!

Elena 26th February 2020 12:21

If there is approximately the same as TBDeV based, then look at the cleanup.php

elvira 26th February 2020 23:10

something like that


Quote:

$secs = 45*86400;
$dt = sqlesc(get_date_time(gmtime() - $secs)); // calculate date.
$maxclass = UC_POWER_USER;
mysql_query("DELETE FROM users WHERE parked='no' AND status='confirmed' AND class <= $maxclass AND last_access < $dt");

batuo76 27th February 2020 20:41

Hm 1.9.3 by xam interesting
My be 1.3.9

Floky123 28th February 2020 12:30

Quote:

Originally Posted by batuo76 (Post 54558)
Hm 1.9.3 by xam interesting
My be 1.3.9

Yes sorry its 1.3.9

MasterMan 29th February 2020 02:54

is it original xam encoded version or dnlde here from others??

Floky123 29th February 2020 13:46

Quote:

Originally Posted by MasterMan (Post 54560)
is it original xam encoded version or dnlde here from others??

It's xam from there

https://www.bvlist.com/showthread.php?t=11161

Bump:
Quote:

Originally Posted by elvira (Post 54555)
something like that

I didn't find that :)

Bump:
Quote:

Originally Posted by elvira (Post 54555)
something like that

I didn't find that :)

BamBam0077 25th May 2022 09:42

Thank You <3


All times are GMT +2. The time now is 14:05.

Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.