yetishare 4.0

adrian-moreira4204

New Member
YetiShare User
Aug 20, 2014
28
0
0
hello activated one User paid for a month, but the date does not appear that the account expires is always to never.

 

adam

Administrator
Staff member
Dec 5, 2009
2,043
108
63
I've just fixed this in the recent download. Re-download and upload the upgrade.html file in themes/flow/templates/
 

adrian-moreira4204

New Member
YetiShare User
Aug 20, 2014
28
0
0
Hello Adam.

I used this code to disable the countdown timer starts automatically.

now it does not.

<script>
     <! -
     milisec var = 0;
     var seconds = <php echo (int) $ additionalSettings ['download_wait']; ? ';
    CountdownTimer var = null;
   
     function display ()
     {
       if (null == CountdownTimer)
       {
          CountdownTimer = setInterval ('display ()', 1000);
       }
         . $ ('. btn-free') hide ();
         $ ('download-timer.') show ().;
         if (seconds == 0)
         {
             $ ('. timer-download') html ("<a href='<?php echo safeOutputToScreen($file-> getNextDownloadPageLink ());.? '?> <php echo pluginHelper :: pluginEnabled> (' mediaplayer ') ? t ("download_view_now", "download / view now"): t ("download_now", "download now");> </a> ");
         }
         else
         {
             . $ ('. timer-seconds-download') html (seconds);
         }
         seconds--;
     }

     $ (document) .ready (function () {
         $ ('. timer-seconds-download') html. (<php echo (int) $ additionalSettings ['download_wait'];?>);
     });
     ->
</ script>
 

adam

Administrator
Staff member
Dec 5, 2009
2,043
108
63
Sorry I don't know off-hand about the custom change. If you want us to take a look as custom code work raise a ticket and I'll provide a price for the work.
 

adrian-moreira4204

New Member
YetiShare User
Aug 20, 2014
28
0
0
Adam.

this code had been provided for you here in the forum. to the previous version.
and worked very well.

http://forum.mfscripts.com/viewtopic.php?f=20&t=1472
 

youngmikehentai1361

New Member
YetiShare User
Mar 4, 2012
28
0
0
adam said:
I've just fixed this in the recent download. Re-download and upload the upgrade.html file in themes/flow/templates/
I uploaded the file you mentioned but it didn't work its still not changing no matter what I do.