Bravo List
Register
Go Back   Bravo List > Sources > Template Shares
Reply
  #31  
Old 14-10-09, 17:54
Nightcrawler's Avatar
Staff
 
Join Date: Oct 2009
P2P
Posts: 99
Activity Longevity
0/20 7/20
Today Posts
0/11 sssssss99
Default
Quote:
Originally Posted by Tony View Post
you done a good job nightcrawler and everything works fine on it :)

dont know why people are having trouble with the scrape as im running it now with uploaded torrents seeding fine :)

thats without ioncube loader btw
Cheers for the confirmation on that :) and enjoy ;)
Reply With Quote
  #32  
Old 16-10-09, 02:46
francisco23's Avatar
Senior Member
 
Join Date: Jun 2008
Chile
Posts: 38
Activity Longevity
0/20 16/20
Today Posts
0/11 sssssss38
Default
fix for takeedit.php

find...
PHP Code:
unset ($dict['value'][{'created by'}]);
      unset (
$dict['value'][{'announce-list'}]); 
replace
PHP Code:
unset ($dict['value']['created by']);
      unset (
$dict['value']['announce-list']); 
Quote:
Originally Posted by DrNet View Post
Use the encoded Benq file , download the attached file and replace it .
Thanks DrNet
now if it works well thanks


gets the following error to have configured the script follows the image of the left side shows the error and Cultural UP right there not a way to set to avoid having to bring the following to create a torrent.

http://mmmmmmmmmmmmmmm/announce.php?...f33da02d3b6591

Ideally, only to place the

http://mmmmmmmmmmmmmmm/announce.php

sorry for the English occupied St. google

Click image for larger version

Name:	1.PNG
Views:	97
Size:	12.8 KB
ID:	1821

Click image for larger version

Name:	000000000000000000.PNG
Views:	78
Size:	24.4 KB
ID:	1822

Last edited by francisco23; 16-10-09 at 03:17.
Reply With Quote
The Following User Says Thank You to francisco23 For This Useful Post:
MeNe (27-02-10)
  #33  
Old 17-10-09, 00:15
pergo's Avatar
Member
 
Join Date: Jun 2008
Netherlands
Posts: 13
Activity Longevity
0/20 16/20
Today Posts
0/11 sssssss13
Default error
hi,

i can't install this version i get a error that de database file most be uploaded in binary ??? step5

i'm ussing plesk9.0 windows2003.

i want to test it.

thanks in advanced
Reply With Quote
  #34  
Old 17-10-09, 13:18
FireDK's Avatar
Member
 
Join Date: Oct 2008
Romania
Posts: 4
Activity Longevity
0/20 14/20
Today Posts
0/11 ssssssss4
Question
Great job with the nulling. Many thanks!


I have a problem with my install, though: when I go into the Track Settings to configure my install, I get a "An error has occured! MySQL Error!" page on every option in the left side menu. Since it's not a specific error, I have no idea what's causing it so I can try and fix it. If anybody has any ideas, please share. My install is a test on localhost, with Apache 2.2.14, PHP 5.3.0 and MySQL 5.1.39

Click image for larger version

Name:	tsse.jpg
Views:	62
Size:	85.9 KB
ID:	1823
Reply With Quote
Sponsored Links
Advertisement
  #35  
Old 17-10-09, 13:26
Nightcrawler's Avatar
Staff
 
Join Date: Oct 2009
P2P
Posts: 99
Activity Longevity
0/20 7/20
Today Posts
0/11 sssssss99
Default
Quote:
Originally Posted by FireDK View Post
Great job with the nulling. Many thanks!


I have a problem with my install, though: when I go into the Track Settings to configure my install, I get a "An error has occured! MySQL Error!" page on every option in the left side menu. Since it's not a specific error, I have no idea what's causing it so I can try and fix it. If anybody has any ideas, please share. My install is a test on localhost, with Apache 2.2.14, PHP 5.3.0 and MySQL 5.1.39.
Is it windows?

Quote:
Originally Posted by pergo View Post
hi,

i can't install this version i get a error that de database file most be uploaded in binary ??? step5

i'm ussing plesk9.0 windows2003.

i want to test it.

thanks in advanced
transfer it with ftp in binary mode.
Reply With Quote
  #36  
Old 17-10-09, 13:54
FireDK's Avatar
Member
 
Join Date: Oct 2008
Romania
Posts: 4
Activity Longevity
0/20 14/20
Today Posts
0/11 ssssssss4
Default
Quote:
Originally Posted by Nightcrawler View Post
Is it windows?
Yeah, it is.



I've managed to narrow down the error to this part of the /include/ts_functions.php (around line 540).

Code:
if (0 < count ($updateuser))
    {
      (sql_query ('UPDATE users SET ' . implode (', ', $updateuser) . ('' . ' WHERE id=' . $id)) OR sqlerr (__FILE__, 378));
    }
This lead me to line 87 of the same file, inside the sql_query function.

Code:
$__return = mysql_query ($_run_query);
Here I get this error:

Code:
Query: UPDATE users SET page = '/admin/managesettings.php?do=main&sessionhash=okgljrdtjg3lucgicvnpe9p1a1&tshash=948fe263ac6c9faf86a9d5885cc25cdb', last_login = '2009-10-17 15:22:36', last_access = NOW() WHERE id=3

Error: Data too long for column 'page' at row 1
So I guess the 'page' column shouldn't be so small in the install script (create_tables.php, line 1191). I've modified it to a 'mediumtext' and all seems OK for now.

Code:
Original: `page` varchar(100) NOT NULL default \'\',

Modified: `page` mediumtext NOT NULL,
Reply With Quote
  #37  
Old 17-10-09, 13:58
Nightcrawler's Avatar
Staff
 
Join Date: Oct 2009
P2P
Posts: 99
Activity Longevity
0/20 7/20
Today Posts
0/11 sssssss99
Default
Quote:
Originally Posted by FireDK View Post
Yeah, it is.
I've managed to narrow down the error to this part of the /include/ts_functions.php (around line 540).
Well I heard there was a bug in php 5.3.0 with "php5.3.0/ext/php_mysql.dll"
and what you need to do is download phpbb5.2 and replace the "php_mysql.dll" in it in the Php5.3 directory.
Reply With Quote
  #38  
Old 18-10-09, 04:26
fireman's Avatar
Senior Member
 
Join Date: Oct 2008
Posts: 68
Activity Longevity
1/20 14/20
Today Posts
0/11 sssssss68
Default
nice work
Reply With Quote
  #39  
Old 18-10-09, 10:43
konvolut's Avatar
Member
 
Join Date: Sep 2008
Posts: 5
Activity Longevity
0/20 15/20
Today Posts
0/11 ssssssss5
Default changing Tracksettings
At first ty nightcrawler for your perfect work. But still having problems with changing Tracksettings. Did anyone has a reason why i cant change the trackersettings. Settings are not saved for me after setting. ty

Last edited by konvolut; 18-10-09 at 10:45. Reason: mistakes
Reply With Quote
  #40  
Old 18-10-09, 10:46
Nightcrawler's Avatar
Staff
 
Join Date: Oct 2009
P2P
Posts: 99
Activity Longevity
0/20 7/20
Today Posts
0/11 sssssss99
Default
Are your config files readable/writable by server?
Reply With Quote
Reply

Tags
decoded , nightcrawler , nulled , tsse , v56

Thread Tools
Display Modes

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
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Poll problem on TSSE v5.6 DECODED (NULLED BY Nightcrawler) lovebeer Template Shares 11 13-01-10 16:00
fake account problem TSSE v5.6 DECODED (NULLED BY Nightcrawler) lovebeer Template Shares 5 17-11-09 18:30
TSSE v5.6 DECODED (NOT NULLED) Fynnon Other Downloads 84 19-08-09 00:30
TSSE Full Nulled and Decoded. Moh.ElBaz Template Shares 16 16-07-09 15:57
TSSE v5.4.1 Fully Decoded [Not Nulled] DrNet Other Downloads 44 03-04-09 09:05



All times are GMT +1. The time now is 21:03. vBulletin skin by ForumMonkeys. Powered by vBulletin® Version 3.8.6
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Advertisement System V2.6 By   Branden