• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

[Release] WebJM New CMS

Junior Spellweaver
Joined
Nov 22, 2006
Messages
167
Reaction score
19
@Luis_br
Where i change 'Prêmio Vip em:'

for raise time for 2 days??

I change JOB 1 minuto > add vip x tempo

but, where i found in php to show correct time in panel??

-----------------------------------------------------

Onde eu mudo 'Prêmio Vip em:'
Para aumentar pra 2 dias??

Eu mudei a JOB 1 minutos > add vip x tempo
Mas onde encontro no php para mostrar o tempo correto no painel??
 
Junior Spellweaver
Joined
Apr 21, 2005
Messages
154
Reaction score
126

in menu.php change to:

</tr> <tr>
<td>Prêmio VIP em:</td>
<td align=right onmouseover="Tip('Tempo online para ganhar 1 dia vip simples!');" onmouseout="UnTip();"><b> $d d $h Hs $m min </td>
</tr>


in conta2.php change to:
// sistema de tempo conta online


$tempo_vip = 2880-

$min2;


$segundos = $tempo_vip * 60;


$str = "$segundos";

$d = (int)($tempo_vip / 1440);

$h = date("H", mktime(0,0,$str,1,1,2000));


$m = date("i", mktime(0,0,$str,1,1,2000));


//fim
 
Junior Spellweaver
Joined
Nov 22, 2006
Messages
167
Reaction score
19
@Luis_br

The site is currently offline, just flip it on something in mysql for example that shows maintenance screen ...
Other reasons I have not yet discovered which ones ...
Do you have any tips to at least reduce?

-------------------------------

O site fica offline constantemente, basta mexer em algo no mysql por exemplo que mostra tela de manutenção...
Fora outros motivos que ainda não descobri quais...
Tem alguma dica pra pelo menos diminuir?