PDA

View Full Version : Cannot remove php credit link


hubbni
06-06-2006, 05:44 PM
I am using a great php form mailer that was free online. After I have customized it, I still cannot figure out how to remove the credit link that is on the bottom of each php page. Somehow it is added dynamicly for each page, and I CANNOT figure out where it is added, I would love you find it, because I want to remove it and add my own credit.

Here is the link:

https://secure.tagnet.org/UAustral/mail/index_en.php

The link I am trying to get rid of is on the very bottom, "Private Krankenversicherung (PKV)"

Any help would be greatly appreciated!!

lavinpj1
06-06-2006, 05:53 PM
I would think it is against the license to do so

hubbni
06-06-2006, 06:12 PM
I really don't think it is against the agreement. All the credits are in the php code and can be viewed in the source. This is just a visable link on my page that I want to remove, I really don't think that is a problem.

goughy000
06-06-2006, 06:12 PM
check base_64 on php.net

although you shouldn't be doing this anyway!

hubbni
06-06-2006, 06:27 PM
Sorry guys, found out I have to purchase a liscense to remove it. Didn't mean to get around the rules, I just didn't know.

Thanks.

goughy000
06-06-2006, 06:28 PM
well if its in the source.. how are people going to see it client side as they cant see the php source..