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

outtyrox 2nd September 2017 20:01

Quote:

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

I should have it today. waiting to get it back. I'm using the encrypted one for now for testing.

z3ro 2nd September 2017 20:05

Quote:

Originally Posted by outtyrox (Post 50551)
I should have it today. waiting to get it back. I'm using the encrypted one for now for testing.

not good does not work what you published:sad:

outtyrox 2nd September 2017 20:05

Quote:

Originally Posted by Raven (Post 50548)
: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;

when you run the install script you have to enter your domain or it will default to localhost. if you are running it locally then maybe try entering the ip

http://127.0.0.1

I'm not positive but I think there's a block in the script I saw for running it from localhost that might need removed.

Bump:
Quote:

Originally Posted by Raven (Post 50552)
not good does not work what you published:sad:

here's original admincp index.php until I get the unzend version back

Code:

http://www90.zippyshare.com/v/6BWehjgs/file.html

z3ro 2nd September 2017 20:10

Quote:

Originally Posted by outtyrox (Post 50553)
when you run the install script you have to enter your domain or it will default to localhost. if you are running it locally then maybe try entering the ip

http://127.0.0.1

I'm not positive but I think there's a block in the script I saw for running it from localhost that might need removed.

Bump:

here's original admincp index.php until I get the unzend version back

Code:

http://www90.zippyshare.com/v/6BWehjgs/file.html

friend not localhost VPS I just wrote and not good

outtyrox 2nd September 2017 20:16

Quote:

Originally Posted by Raven (Post 50554)
friend not localhost VPS I just wrote and not good

whats the error you have?

-----------

here's my edited install.php


Code:

http://www2.zippyshare.com/v/wSVd04tC/file.html
Bump: @raven check your PM

z3ro 2nd September 2017 20:52

1 Attachment(s)
[QUOTE=outtyrox;50555]whats the error you have?

-----------

here's my edited install.php


[code]http://www2.zippyshare.com/v/wSVd04tC/file.html
there is still a mistake

TraceR 2nd September 2017 20:55

1.Under Dashborad- logs

Fatal error: Call to undefined function aaaady() in admincp/index.php on line 7130

2.Under Dashborad- server
Fatal error: Call to undefined function aaaaej() in admincp/index.php on line 7232

3
.under file manage -Permissions
Fatal error: Call to undefined function aaaant() in -admincp/index.php on
line 16762

other i need to check

z3ro 2nd September 2017 20:58

Quote:

Originally Posted by TraceR (Post 50557)
1.Under Dashborad- logs

Fatal error: Call to undefined function aaaady() in admincp/index.php on line 7130

2.Under Dashborad- server
Fatal error: Call to undefined function aaaaej() in admincp/index.php on line 7232

3
.under file manage -Permissions
Fatal error: Call to undefined function aaaant() in -admincp/index.php on
line 16762

other i need to check

Error: Alert! Website is currently closed! write site

outtyrox 2nd September 2017 21:07

ya same errors I had. a few things in the admincp wont work with current file because some functions were missing from the unzend.

waiting for buddy to give me back the file redone.

TraceR 2nd September 2017 21:12

tuse is not popular you should decode tsse latest and upload

outtyrox 2nd September 2017 21:22

Quote:

Originally Posted by TraceR (Post 50560)
tuse is not popular you should decode tsse latest and upload


yes expect that soon ;D

thartley55 2nd September 2017 23:25

Very cool...got it running finally.

And I do like TSUE...just never liked the pricing...at least TSSE was more 'affordable' lol

Now, when/if you get TSSE 7.5 done...will definitely want that.

Thanks for TSUE

On Edit...have you figured out where/how to edit the 'Powered by...' in the footer? Not having any luck with it myself...yet lol

Krypto 3rd September 2017 00:02

Can you re-upload the file from the first post as it's saying it's no longer available.

outtyrox 3rd September 2017 00:50

Quote:

Originally Posted by Krypto (Post 50563)
Can you re-upload the file from the first post as it's saying it's no longer available.

repload here:

I put everything you need with it also.

Code:

https://my.pcloud.com/publink/show?code=kZz9Dy7ZeP3ySm8Yiib4fLQGLECRoFgMyOvV

thartley55 3rd September 2017 01:03

Suggest maybe editing your first post with the new download link?

outtyrox 3rd September 2017 01:57

Quote:

Originally Posted by thartley55 (Post 50565)
Suggest maybe editing your first post with the new download link?


updated, good idea!

succka 3rd September 2017 14:22

help
 
License Verification Failed. (S#1)
This Domain isn't registered yet.


help admincp/index.php

z3ro 3rd September 2017 15:46

1 Attachment(s)
Quote:

Originally Posted by succka (Post 50568)
License Verification Failed. (S#1)
This Domain isn't registered yet.


help admincp/index.php

no no good installation

outtyrox 3rd September 2017 16:16

Quote:

Originally Posted by Raven (Post 50570)
no no good installation


waiting to get back replacement /admincp/index.php so can disable the license error message.

succka 3rd September 2017 18:59

upload error
 
upload error help


Your Announce URL is: http://site.hu/tsue//announce.php?pk...19fe694f4d85ec
Upload File(s)
Fájlok kiválasztása
ghh.torrent16.4kB


The uploaded torrent file is invalid!

Help

z3ro 3rd September 2017 20:43

1 Attachment(s)
Quote:

Originally Posted by thartley55 (Post 50562)
Very cool...got it running finally.

And I do like TSUE...just never liked the pricing...at least TSSE was more 'affordable' lol

Now, when/if you get TSSE 7.5 done...will definitely want that.

Thanks for TSUE

On Edit...have you figured out where/how to edit the 'Powered by...' in the footer? Not having any luck with it myself...yet lol

footer install original site, edit install.php

outtyrox 3rd September 2017 21:15

Quote:

Originally Posted by succka (Post 50572)
upload error help


Your Announce URL is: http://site.hu/tsue//announce.php?pk...19fe694f4d85ec
Upload File(s)
Fájlok kiválasztása
ghh.torrent16.4kB


The uploaded torrent file is invalid!

Help

make sure you chmod the folders in the install guide.

also the torrent file you upload the announce url must match.

Ruffneck 3rd September 2017 21:24

The uploaded torrent file is invalid!

hi ! 1st 10x for source !

i have the same error under windows !

TraceR 3rd September 2017 21:25

Quote:

Originally Posted by succka (Post 50572)
upload error help


Your Announce URL is: http://site.hu/tsue//announce.php?pk...19fe694f4d85ec
Upload File(s)
Fájlok kiválasztása
ghh.torrent16.4kB


The uploaded torrent file is invalid!

Help


this error shows only in apache not in other webservers iam using lighttpd its not coming.

MasterMan 4th September 2017 00:42

awesome work guys :)

one question though, do you still need ioncube installed and running with this version???

thnx again guys

outtyrox 4th September 2017 01:03

Quote:

Originally Posted by MasterMan (Post 50577)
awesome work guys :)

one question though, do you still need ioncube installed and running with this version???

thnx again guys


no you wont need ioncube


Bump:
Quote:

Originally Posted by TraceR (Post 50576)
this error shows only in apache not in other webservers iam using lighttpd its not coming.


try this:

https://s26.postimg.org/xtais0ofd/Sc...7.16.08_PM.png

Code:

http://templateshares-ue.net/customers/faq/
Bump: it appears something in the unzend translation is broken for the file upload part because the encrypted version works.

may have to work through the process to resolve it. maybe another license check or something xam added. you can use the encrypted file and it works until resolved.

danilxd 4th September 2017 17:21

admincp not work ?

https://i.imgur.com/3mwNL8C.png

outtyrox 4th September 2017 18:39

Quote:

Originally Posted by danilxd (Post 50579)


needs edited but waiting to get back complete file. the one with it was missing some functions so not all things worked.

i dont think it's too hard to patch that error. it's just an if statement ;D
---

Bump: use link in post #1 to get the updated files that had an issue


Bump:
Quote:

Originally Posted by danilxd (Post 50579)

use link in post #1 to get updated files

thartley55 12th September 2017 05:46

Well, anyway, this seems to be 'paused' right now...but was wondering...you mentioned possibly working on TSSE 7.5. Anything going there yet?

outtyrox 12th September 2017 08:27

Quote:

Originally Posted by thartley55 (Post 50590)
Well, anyway, this seems to be 'paused' right now...but was wondering...you mentioned possibly working on TSSE 7.5. Anything going there yet?

still planning on doing it but will pm you once done. wont post in open.


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

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