Page 1 of 1
printDownHTML
Posted: Tue Apr 03, 2007 7:36 pm
by dickl
Script URL:
Version of script:
Hosting company:
URL of phpinfo.php:
URL of session_test.php:
What terms did you try when SEARCHING for a solution:
Write your message below:
How come printDownHTML does NOT put footer.txt out like printTopHTML puts header.txt????
Dicl
Posted: Tue Apr 03, 2007 8:13 pm
by Klemen
It does.
Posted: Wed Apr 04, 2007 12:11 am
by dickl
Since the include isn't apparent, how can I tell what the eval actually does???
Dick
Posted: Wed Apr 04, 2007 11:23 am
by Klemen
That's my (simple) way of protecting the "Powered by" link so I can't share it with you.
You can confirm that the include is working simply by placing this code in footer.txt:
Upload, refresh gbook.php and you will see the
This is footer text at the bottom of your GBook.
Posted: Wed Apr 04, 2007 4:04 pm
by dickl
What else does that eval do that is hidden???
Dick
PS I'm a technical guy that likes to know everything about how my applicatio(s) work. DL
Posted: Thu Apr 05, 2007 7:48 am
by Klemen
It installs spyware, a hidden camera in your bathroom and a bunch of viruses on your server.
Just kidding of course

What it does is:
- check if a valid license is on the server
- if not it prints the "Powered by" link
- includes the footer.txt
- ends the page HTML code
If you need anything more specific find someone who can uncompress that code for you (anyone competent in PHP should be able to do it).
Posted: Fri Apr 06, 2007 5:58 pm
by dickl
Hmmm... Tanks... I tink...
Dick
PS I closed off the HTML in footer.txt. DL