printDownHTML

Dr. GBooky is here to help you with your guestbook problems ...
Post Reply
dickl
Posts: 5
Joined: Tue Apr 03, 2007 1:05 am

printDownHTML

Post 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
Klemen
Site Admin
Posts: 10116
Joined: Fri Feb 11, 2005 4:04 pm

Post by Klemen »

It does.
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here Image

Image You should follow me on Twitter here

Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...

Also browse for php hosting companies, read php books, find php resources and use webmaster tools
dickl
Posts: 5
Joined: Tue Apr 03, 2007 1:05 am

Post by dickl »

Since the include isn't apparent, how can I tell what the eval actually does???

Dick
Klemen
Site Admin
Posts: 10116
Joined: Fri Feb 11, 2005 4:04 pm

Post 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:

Code: Select all

<h3>This is footer</h3>
Upload, refresh gbook.php and you will see the This is footer text at the bottom of your GBook.
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here Image

Image You should follow me on Twitter here

Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...

Also browse for php hosting companies, read php books, find php resources and use webmaster tools
dickl
Posts: 5
Joined: Tue Apr 03, 2007 1:05 am

Post 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
Klemen
Site Admin
Posts: 10116
Joined: Fri Feb 11, 2005 4:04 pm

Post by Klemen »

It installs spyware, a hidden camera in your bathroom and a bunch of viruses on your server.

Just kidding of course :wink: 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).
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here Image

Image You should follow me on Twitter here

Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...

Also browse for php hosting companies, read php books, find php resources and use webmaster tools
dickl
Posts: 5
Joined: Tue Apr 03, 2007 1:05 am

Post by dickl »

Hmmm... Tanks... I tink...

Dick

PS I closed off the HTML in footer.txt. DL
Post Reply