Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   Template Shares (http://www.bvlist.com/forumdisplay.php?f=26)
-   -   TSUE v2.2 UnZend (http://www.bvlist.com/showthread.php?t=11221)

outtyrox 31st August 2017 22:50

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.

richhh 1st September 2017 13:57

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

outtyrox 1st September 2017 16:53

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


TraceR 1st September 2017 18:45

Quote:

Originally Posted by outtyrox (Post 50540)
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.

outtyrox 1st September 2017 20:12

edited this post to avoid confusion.

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

thartley55 2nd September 2017 05:01

[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?

outtyrox 2nd September 2017 15:43

[quote=thartley55;50546]
Quote:

Originally Posted by outtyrox (Post 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?


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


https://s26.postimg.org/5oi548015/Sc...0.00.02_AM.png

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.

z3ro 2nd September 2017 19:15

re
 
1 Attachment(s)
:suicide:
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 :sad:

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

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

TraceR 2nd September 2017 19:20

can you please upload reencoded admincp/index.php present one have few errors few things not working.

z3ro 2nd September 2017 19:47

Quote:

Originally Posted by TraceR (Post 50549)
can you please upload reencoded admincp/index.php present one have few errors few things not working.

friend not good my admincp index.php :wallbash:

me probaly edited


All times are GMT +2. The time now is 15:03.

Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.