advert ::
motd ::
update required. apply within. all levels of experience considered.
guestbook (most recent) ::
| |
| Hi... I was wondering if there is a way I can down load the betty boop....she is a favorite of mine. If you could help that would be great. Thanks Your site is great by the way! Nancy |
| posted by nancy [amilton Ontario] on 23.05.2005 @ 19:00:08 |
|
news ::
Guestbook v2
Hey there - well, I'm back from vacation now. Been busy with the guestbook and v2 is now almost finished and soon to be released. Just need to write an installer and find the bugs! Oh, and some documentation might help ... gah - I hate writing documents. Also, you might want to know that your email addresses are now safe(r) as they are now encoded in the page source.
p.s. Hope you all had a nice Christmas and a Happy New Year!
|
| posted by push on 02 Jan 2004 |
5 comments |
go back |
| comment posted by Pensador on 10 Jan 2004 03:48 am |
Great idea with the email encoding. I did something against the spam bots as well, but your solution is much better! I'm guessing you used htmlentities()?  |
| comment posted by push on 10 Jan 2004 05:36 pm |
No mate - wrote a function to do it: function convertToHTMLChars($thestring) { $length = strlen($thestring); $output = \"\"; for ($i = 0; $i < $length; $i++) { $output .= \"%\" . bin2hex(substr($thestring, $i, 1)); } return $output; } Not really elegant, but works well! |
| comment posted by push on 11 Jan 2004 01:57 am |
hmm - silly news script - its added in extra escapes where it didn't need to!  |
| comment posted by Pensador on 11 Jan 2004 07:44 pm |
| That probably happened because you have magic quotes on in your PHP configuration. |
| comment posted by push on 22 Oct 2005 10:45 am |
| testing! :) |
Warning: Division by zero in /home2/pushupst/public_html/news/inc/functions.inc.php on line 215
Warning: Division by zero in /home2/pushupst/public_html/news/inc/functions.inc.php on line 215
Warning: Division by zero in /home2/pushupst/public_html/news/inc/functions.inc.php on line 215
Warning: Division by zero in /home2/pushupst/public_html/news/inc/functions.inc.php on line 215
Warning: Division by zero in /home2/pushupst/public_html/news/inc/functions.inc.php on line 215
Warning: Division by zero in /home2/pushupst/public_html/news/inc/functions.inc.php on line 215
Warning: Division by zero in /home2/pushupst/public_html/news/inc/functions.inc.php on line 215
Warning: Division by zero in /home2/pushupst/public_html/news/inc/functions.inc.php on line 215
|