Bravo List
Register
Go Back   > Bravo List > Source Code > Archived Trackers > Template Shares
Reply
  #1  
Old 31st August 2017, 22:50
outtyrox outtyrox is offline
Senior Member
 
Join Date: Apr 2015
Posts: 59
Post TSUE v2.2 UnZend
attached is unzend version TSUE v2.2

maybe someone can give it some work. especially the licensing call back.

admin if against TOS somehow then nuke thread.

Code:
https://drive.google.com/file/d/0B_LbsXwjKCzmN0d5eGJPRGFkWEU/view?usp=sharing
Bump: license check is in the install.php within the tsue_install folder

it uses some Base 64 to make the string which it uses to call home.

just need some help nulling the function and the call home.

Last edited by outtyrox; 20th September 2017 at 00:01.
Reply With Quote
The Following 7 Users Say Thank You to outtyrox For This Useful Post:
aMiGo1972 (17th September 2017), Fynnon (2nd September 2017), lafouine022 (3rd September 2017), MasterMan (16th September 2017), Phogo (1st September 2017), Windocx (12th September 2017), z3ro (15th September 2017)
  #2  
Old 1st September 2017, 13:57
richhh richhh is offline
Member
 
Join Date: Dec 2011
United Kingdom
Posts: 4
Default
I can bypass the license check however the install SQL isn't stored in the files, it's requested from the licensing server. If anyone has a copy of that then it'll work.

index.php - https://pastebin.com/2B0Gqnkw
upgrade.php - https://pastebin.com/MqyA1gPh

Last edited by richhh; 1st September 2017 at 14:00. Reason: Added edited files
Reply With Quote
  #3  
Old 1st September 2017, 16:53
outtyrox outtyrox is offline
Senior Member
 
Join Date: Apr 2015
Posts: 59
Default
the one file is being redone it was missing some functions but you can use the encrypted one for now Until I post the replacement file.

/admincp/index.php



also need to rename this file:


/library/config/database_config.new to database_config.php



there's a lock file needs removed also located here:

/data/cache/install.lock



Installation and Errors Guides

these should help:

Code:
http://www49.zippyshare.com/v/A7xjEjwU/file.html
==============================================
@richhh

I've tested you license check fixes and it works no issues. thank you for that.

I'm still trying to figure out where the footer branding is to remove it. if you can help with removing that would be grateful for that as well.


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

If I understand correctly it's not making the database but I think it's because the config file was named .new

I didn't have a problem installing the script once I rename it to .php.

then edit the same file and enter your database info for the database you've corrected.


Code:
location: /library/config/

database_config.new

rename to 

database_config.php

edit this file with your sql details also

Last edited by outtyrox; 1st September 2017 at 17:36.
Reply With Quote
  #4  
Old 1st September 2017, 18:45
TraceR's Avatar
TraceR TraceR is offline
BittyTorrent
 
Join Date: Mar 2015
Posts: 135
Default
Quote:
Originally Posted by outtyrox View Post
attached is unzend version TSUE v2.2

maybe someone can give it some work. especially the licensing call back.

admin if against TOS somehow then nuke thread.

Code:
http://www81.zippyshare.com/v/HTmcbZ7c/file.html
Bump: license check is in the install.php within the tsue_install folder

it uses some Base 64 to make the string which it uses to call home.

just need some help nulling the function and the call home.
good but there are some files infected with .Backdoor.Gen

@outty sql tables are pulled from tsue licence server and licence info is stored in db tooo

still many call back in script which need to remove upload admin inded.php reencoded.

its time to fuck xam asshole.
Reply With Quote
The Following User Says Thank You to TraceR For This Useful Post:
Windocx (12th September 2017)
  #5  
Old 1st September 2017, 20:12
outtyrox outtyrox is offline
Senior Member
 
Join Date: Apr 2015
Posts: 59
Default
edited this post to avoid confusion.

default .sql file below in post #7 can be used to automate step 3

Last edited by outtyrox; 2nd September 2017 at 15:47.
Reply With Quote
  #6  
Old 2nd September 2017, 05:01
thartley55 thartley55 is offline
Senior Member
 
Join Date: Mar 2012
P2P
Posts: 204
Default
[QUOTE=outtyrox;50545]
Code:
        
        $myfile = fopen("newfile.txt", "w") or die("Unable to open file!");

        fwrite($myfile, $sqlContents);

        fclose($myfile);
So, where does this part get placed?
Reply With Quote
  #7  
Old 2nd September 2017, 15:43
outtyrox outtyrox is offline
Senior Member
 
Join Date: Apr 2015
Posts: 59
Default
[quote=thartley55;50546]
Quote:
Originally Posted by outtyrox View Post
Code:
        
        $myfile = fopen("newfile.txt", "w") or die("Unable to open file!");

        fwrite($myfile, $sqlContents);

        fclose($myfile);
So, where does this part get placed?

you don't need that part. it was from before were I worked to get the export of the default database.



I'm hoping someone will automate importing the default .sql database for step 3.

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


until someone automates case 3 you can just import the .sql file attached below.


here's how:

1. first just comment out all of step 3 commands in install.php for now or remove everything but this.


Code:
case 3:
showmessage("MySQL Tables has been created & confirmed. Basic settings are being configured...");
break;
2. then import the attached .sql file from your cpanel thru myphpadmin

Code:
http://www64.zippyshare.com/v/ypsdhmBB/file.html
Code:
how to video: https://www.youtube.com/watch?v=jW5lrS6EUPM


Click the image to open in full size.

note: don't forget to edit the config.php with your database info also

3. now proceed as normal and run the install.php and your in business.

Last edited by outtyrox; 2nd September 2017 at 16:08.
Reply With Quote
The Following User Says Thank You to outtyrox For This Useful Post:
z3ro (2nd September 2017)
  #8  
Old 2nd September 2017, 19:15
z3ro z3ro is offline
Senior Member
 
Join Date: Oct 2010
P2P
Posts: 121
Red face re

The page is not appropriately redirected

Firefox has detected that the server redirects the request in a way that it will never be met.

This problem sometimes occurs due to blocked or rejected cookies.

Not understand

http://localhost/?p=home&pid=1

install.php remove case3:
showmessage("MySQL Tables has been created & confirmed. Basic settings are being configured..."); break;
Attached Thumbnails
tsue.png  

Last edited by z3ro; 2nd September 2017 at 19:42.
Reply With Quote
  #9  
Old 2nd September 2017, 19:20
TraceR's Avatar
TraceR TraceR is offline
BittyTorrent
 
Join Date: Mar 2015
Posts: 135
Default
can you please upload reencoded admincp/index.php present one have few errors few things not working.
Reply With Quote
  #10  
Old 2nd September 2017, 19:47
z3ro z3ro is offline
Senior Member
 
Join Date: Oct 2010
P2P
Posts: 121
Default
Quote:
Originally Posted by TraceR View Post
can you please upload reencoded admincp/index.php present one have few errors few things not working.
friend not good my admincp index.php

me probaly edited
Reply With Quote
Reply

Tags
tsue , unzend , v22

Thread Tools

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



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