Bravo List
Register
Go Back   > Bravo List > Source Code > Archived Trackers > Template Shares
Reply
Thread Tools
  #191  
Old 28th June 2010, 23:33
mmisu120000's Avatar
mmisu120000 mmisu120000 is offline
Senior Member
 
Join Date: Jun 2009
P2P
Posts: 202
Default
Quote:
Originally Posted by Nightcrawler View Post
open up include/ts_imdb.php and search....
Thanks, man, you're great !!!
__________________
"How terrible is wisdom when it holds no benefit for the wise?" - Louis Cypher
WDW Tracker - Using heavy modified TSSE
Reply With Quote
  #192  
Old 29th June 2010, 10:18
Nightcrawler's Avatar
Nightcrawler Nightcrawler is offline
Senior Member
 
Join Date: Oct 2009
P2P
Posts: 97
Default
also heres a patch by danix I didnt notice the language and stuff was also not loading replace with this just a bit below.

PHP Code:
//patch by Danix
$regex '#<div class="info"><h5>Language:</h5><div class="info-content"><a(.*)>(.*)</a>#U';
  
preg_match_all ($regex$text$languagePREG_SET_ORDER);
  
$regex '#<div class="info"><h5>Country:</h5><div class="info-content"><a(.*)>(.*)</a>#U';
  
preg_match_all ($regex$text$countryPREG_SET_ORDER);
  
$regex '#<div class="starbar-meta">(.*)</div>#U';
  
preg_match_all ($regex$text$ratingPREG_SET_ORDER);
  
$regex '#<h5>Runtime:</h5><div class="info-content">(.*)</div>#U';
  
preg_match_all ($regex$text$runtimePREG_SET_ORDER);
  
$regex '#<h5>Release Date:</h5><div class="info-content">(.*)<a#U';//end patch by Danix 
Reply With Quote
The Following 2 Users Say Thank You to Nightcrawler For This Useful Post:
Marco (29th June 2010), mmisu120000 (29th June 2010)
  #193  
Old 29th June 2010, 21:50
Marco Marco is offline
Senior Member
 
Join Date: Jun 2009
Seychelles
Posts: 327
Default hello
hi again :)

in the subtitle mod (i take it both nightcrawler and wdw version too) but i can't find where i can upload a subtitle i have only one file ts_subtitles.php but i can't find the option add a subtitle ?!?
only show subs....

how can i add an aplication? or how is working? :)

thx your help and effort


Marco
Reply With Quote
  #194  
Old 29th June 2010, 22:06
Nightcrawler's Avatar
Nightcrawler Nightcrawler is offline
Senior Member
 
Join Date: Oct 2009
P2P
Posts: 97
Default
its on the same page :)
Reply With Quote
  #195  
Old 29th June 2010, 22:13
Marco Marco is offline
Senior Member
 
Join Date: Jun 2009
Seychelles
Posts: 327
Default
finally find it :) sorry for disturbing, i thing i need some glasses
btw do you remember those kps options ? warn remover and torrentfix ratio? :)


ty bro
Reply With Quote
  #196  
Old 29th June 2010, 22:22
Nightcrawler's Avatar
Nightcrawler Nightcrawler is offline
Senior Member
 
Join Date: Oct 2009
P2P
Posts: 97
Default
whats up with them?

ok here is the missing sql values for ratiofix and remove warn count.

Code:
INSERT INTO `bonus` (`id`, `bonusname`, `points`, `description`, `art`, `menge`) VALUES
(8, 'Remove Warning', 50.0, 'With this option u can remove a current warning to you total count!', 'warning', 1),
(9, 'Fix Torrent Ratio', 200.0, 'With this option yo can fix your ratio back to normal standing.', 'ratiofix', 1);
Reply With Quote
  #197  
Old 1st July 2010, 07:47
Marco Marco is offline
Senior Member
 
Join Date: Jun 2009
Seychelles
Posts: 327
Default nice
Nice bro, but it's not working
i try it but notthing happen....actually i try the warn remove option , the points was taken but my warn it wasn't removed.... what now?

i believe the command is not working well ?!?


thx


LE. Maybe this is working on the automatically leech warning stuff?!?
tested: it's not working with automatic leechwarn system....!!!!


LE. The ratiofix working well ty bro

Last edited by Marco; 1st July 2010 at 08:02.
Reply With Quote
  #198  
Old 1st July 2010, 11:37
Nightcrawler's Avatar
Nightcrawler Nightcrawler is offline
Senior Member
 
Join Date: Oct 2009
P2P
Posts: 97
Default
it is working its not the actual warn it removes its the count of warns look in the account of how many warns the code is like this for the removal.

PHP Code:
 case 'warning':
          {
            if (
$kpswarning != 'yes')
            {
              
$errors[] = $lang->mybonus['error3'];
            }
            else
            {
              if (
$CURUSER['timeswarned'] < 1)
              {
                
$errors[] = $lang->mybonus['error15'];
              }
              else
              {
                (
sql_query ('UPDATE users SET timeswarned = IF(timeswarned < 1, 0, timeswarned - ' $Result['menge'] . '), seedbonus = IF(seedbonus < ' $Result['points'] . ', 0, seedbonus - ' $Result['points'] . ') WHERE id = ' sqlesc ($Userid)) OR sqlerr (__FILE__317));
                if (
mysql_affected_rows ())
                {
                  
update_user ($Userid'Purchased item: ' $Result['bonusname'] . ' for ' $Result['points'] . ' points.');
                  
$KPSUSED true;
                }
              }
            } 
Reply With Quote
The Following User Says Thank You to Nightcrawler For This Useful Post:
Marco (2nd July 2010)
  #199  
Old 2nd July 2010, 13:36
Marco Marco is offline
Senior Member
 
Join Date: Jun 2009
Seychelles
Posts: 327
Default hi
finally i understand how is working....the user still been warned but the number of warns is changed from 1 -to 0 i understand now how is working...i thought it is more simply like that... when somebody buy this options the warn icon to be dissapear from his username....

but thank you :)


have a nice day :)
Reply With Quote
  #200  
Old 3rd July 2010, 13:28
Nightcrawler's Avatar
Nightcrawler Nightcrawler is offline
Senior Member
 
Join Date: Oct 2009
P2P
Posts: 97
Default
it can be made to do that too :)
Reply With Quote
Reply

Tags
decoded , nightcrawler , nulled , tsse , v56


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
TSSE v5.6 DECODED (NOT NULLED) Fynnon Template Shares 86 15th January 2019 19:56
fake account problem TSSE v5.6 DECODED (NULLED BY Nightcrawler) lovebeer Template Shares 8 27th November 2012 03:48
Poll problem on TSSE v5.6 DECODED (NULLED BY Nightcrawler) lovebeer Template Shares 15 19th July 2011 23:33
TSSE Full Nulled and Decoded. Moh.ElBaz Template Shares 16 16th July 2009 16:57
TSSE v5.4.1 Fully Decoded [Not Nulled] DrNet Downloads 44 3rd April 2009 10:05



All times are GMT +2. The time now is 03:10. vBulletin skin by ForumMonkeys. Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.