[HELP] decoding a php script for a school initiative

xxpaigexx

Registered Member
Joined
Apr 6, 2009
Messages
86
Reaction score
27
Hi, my school wanted to host our very first online test website for many years now. So this week i kinda decided to try it out myself. I found a neat nulled script and it works perfectly. But the sad part is its encoded using "smarty template engine"

So i was wondering if anyone could help me out in decoding the template?

i would really appreciate your help.
 
A templete engine doesn't have to do anything about encoding.
 
Thank you for the reply Jazzc but when i searched for the raw template code lines all i see is encoded lines.

Do you want me to link you the files ?
A templete engine doesn't have to do anything about encoding.
 
There is a lot of ways to encode a script and without looking at it, its hard to pin point which method is being used.
 
Perhaps the script you have is encrypted - but encryption and templates are two different things.

A template is mostly html code with some placeholders that will be filled with content on the fly. We use templates as a separation tool between business logic and presentation code.
 
okay i understand. Am gonna PM u both with a download link :) Then you guys can see it and tell me about it :)
 
don't you think you gonna get your school in trouble using a nulled script?
 
Nope not really. This is just going to be used by students in our school only. This is just for internal purposes only. PS: This script got leaked like 3-4 years ago. Its not a new one :D

but it does work perfectly. If you dont mind checking it out for me then do please let me know.

don't you think you gonna get your school in trouble using a nulled script?
 
well it would be faster if u just post 1 of the HTML or template files here.
 
It sounds like it is probably encoded with zend framework. Zend is a method PHP developers use to protect their code. If the PHP source code looks encrypted that's the only thing I think it could be.

Sadly, decompiling it will take a larger skill set than simply redesigning it from scratch.
 
bro, i am not seeing anything encoded in any of the templates in: \inc\templates\default

they are just pure html and smarty code

should i be looking elsewhere?
 
also all the .php files are clean php code.. i am not seeing anything encoded..
 
yes bro u are right, its all smarty encoded. would it be possible for u to convert them to normal codes ?

bro, i am not seeing anything encoded in any of the templates in: \inc\templates\default

they are just pure html and smarty code

should i be looking elsewhere?
 
yes bro u are right, its all smarty encoded. would it be possible for u to convert them to normal codes ?

nope, i can't help on there, since i never dealt with smarty.. maybe someone else around that worked with it could help..
 
Back
Top