Matching colors

More
13 years 3 months ago #1943 by Pete
Replied by Pete on topic Matching colors
It seems you have copied the header code into the footer as well. Your footer should look something like this:
Code:
</td></tr></table> <br> <br> <br> [url=http://www.digioz.com]<FONT class=training face=verdana, arial size=-2>DigiOz Guestbook Version 1.7.2<br>&copy; 2007 DigiOz Multimedia. </FONT>[/url] </center> </body> </html>

DigiOz Webmaster
www.digioz.com

Please Log in or Create an account to join the conversation.

More
13 years 3 months ago #1945 by Pete
Replied by Pete on topic Matching colors

Jos Vanhengel wrote:
The explanations are in Dutch, but i am sure you will understand the characters inbetween. :wink:

Found on: phpwiki.santhe.nl/index.php/Check_het_emailadres_op_juistheid


Why don't you do this instead (easier). Open config.php, find this line:
Code:
$notify_admin_email = "webmaster@yourdomain.com";

below it, add this:
Code:
$notify_admin_email2 = "email2@yourdomain.com";

Then open add.php file, and find this code block:
Code:
if ($notify_admin == 1) { mail("$notify_admin_email", "$notify_subject", "$notify_message"); }

Change that to this:
Code:
if ($notify_admin == 1) { mail("$notify_admin_email", "$notify_subject", "$notify_message"); mail("$notify_admin_email2", "$notify_subject", "$notify_message"); }

Done! If you need more then 2 emails just add a line for each. ;)

It's not the most elegant way to do it, but it will do the job.

Pete

DigiOz Webmaster
www.digioz.com

Please Log in or Create an account to join the conversation.

More
13 years 3 months ago #1946 by Jos Vanhengel
Replied by Jos Vanhengel on topic Matching colors
It seems i have messed up your program a little bit. :oops:

Anyway, after some corrections the footer is back in place and my honour is saved.
(Do you have a favourite color for that link? :lol: )

The sending of multiple emails works perfect. (I miss a "thumbs up" smiley here.)

Only one problem left. I couldn't find a command line to change the color of the admin pages and the search field. I think the color of those backgrounds is white, because there is no such command in the scripts.

My hints for the next version:
- some more explanatory text in the scripts, for messy persons like me
- a possibility to add the name of the accompanying website to the header (without problems)
- a button to go back to that site
- a possibility to change the color of the admin pages

Please, let me know if an update is online.

By the way, the script posted in post 6 is my answer to your request for a more strict check of email addresses (look at your quote, just above).

Thank you very much for the excellent service. You are too good for this world. :wink:

Please Log in or Create an account to join the conversation.

More
13 years 3 months ago #1947 by Pete
Replied by Pete on topic Matching colors
You are very welcome. I am glad we could resolve your problems.

DigiOz Webmaster
www.digioz.com

Please Log in or Create an account to join the conversation.

Time to create page: 0.120 seconds
Powered by Kunena Forum