[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 112: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 112: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 112: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/feed.php on line 173: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3897)
[phpBB Debug] PHP Warning: in file [ROOT]/feed.php on line 174: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3897)
ClanKiller.com Tweaks, Games and General Disorder 2005-08-15T11:27:50-06:00 https://forums.clankiller.com/feed.php?f=8&t=1346 2005-08-15T11:27:50-06:00 2005-08-15T11:27:50-06:00 https://forums.clankiller.com/viewtopic.php?t=1346&p=30786#p30786 <![CDATA[Making a PHP blog?]]>

Statistics: Posted by Mole — Mon Aug 15, 2005 11:27 am


]]>
2005-08-15T08:48:04-06:00 2005-08-15T08:48:04-06:00 https://forums.clankiller.com/viewtopic.php?t=1346&p=30783#p30783 <![CDATA[Making a PHP blog?]]>
If you can get magic_quotes turned on, you should. Just realize that using add_slashes is redundant, and you should not do both. Just one or the other.

I often use a script I wrote called purge_text() that I feed all user input through. It checks if magic_quotes is on, and adds them manually if it is not. It also does strip_tags, htmlspecialchars, trim, and maybe another function or two.

Statistics: Posted by Pig — Mon Aug 15, 2005 8:48 am


]]>
2005-08-15T07:54:12-06:00 2005-08-15T07:54:12-06:00 https://forums.clankiller.com/viewtopic.php?t=1346&p=30774#p30774 <![CDATA[Making a PHP blog?]]>
ie:

$text = addslashes(htmlentities($_POST[text]));

you can wrap as many together as you want. I think my record is 4 or 5. Pig probably has twice as many.

Statistics: Posted by Satis — Mon Aug 15, 2005 7:54 am


]]>
2005-08-14T14:00:43-06:00 2005-08-14T14:00:43-06:00 https://forums.clankiller.com/viewtopic.php?t=1346&p=30771#p30771 <![CDATA[Making a PHP blog?]]>
Satis: Can I add more than one thing to the POST part? Because I already have htmlentities there. (hehe, tities)

Statistics: Posted by Mole — Sun Aug 14, 2005 2:00 pm


]]>
2005-08-14T11:36:21-06:00 2005-08-14T11:36:21-06:00 https://forums.clankiller.com/viewtopic.php?t=1346&p=30770#p30770 <![CDATA[Making a PHP blog?]]> Statistics: Posted by Pig — Sun Aug 14, 2005 11:36 am


]]>
2005-08-14T11:27:42-06:00 2005-08-14T11:27:42-06:00 https://forums.clankiller.com/viewtopic.php?t=1346&p=30769#p30769 <![CDATA[Making a PHP blog?]]>
$text=addslashes($_POST[text]);

you're running into those hacks we're talking about.

Statistics: Posted by Satis — Sun Aug 14, 2005 11:27 am


]]>
2005-08-13T18:40:10-06:00 2005-08-13T18:40:10-06:00 https://forums.clankiller.com/viewtopic.php?t=1346&p=30764#p30764 <![CDATA[Making a PHP blog?]]>
Well, Over the past few hours, i've gotten my self a log-in-able blog, that shows the last three records!

Not majorly secure, I know, but it's good enough for tonight.

One question - When I enter in a review, if I type in an apastrophe, it complains about syntax error - like it's parsing the stuff I enter as php or something?

Any idea what sort of stuff you can do to stop that?

Statistics: Posted by Mole — Sat Aug 13, 2005 6:40 pm


]]>
2005-08-12T17:19:00-06:00 2005-08-12T17:19:00-06:00 https://forums.clankiller.com/viewtopic.php?t=1346&p=30756#p30756 <![CDATA[Making a PHP blog?]]> Statistics: Posted by Satis — Fri Aug 12, 2005 5:19 pm


]]>
2005-08-12T16:55:16-06:00 2005-08-12T16:55:16-06:00 https://forums.clankiller.com/viewtopic.php?t=1346&p=30755#p30755 <![CDATA[Making a PHP blog?]]> Statistics: Posted by Mole — Fri Aug 12, 2005 4:55 pm


]]>
2005-08-12T15:05:02-06:00 2005-08-12T15:05:02-06:00 https://forums.clankiller.com/viewtopic.php?t=1346&p=30750#p30750 <![CDATA[Making a PHP blog?]]> Statistics: Posted by Satis — Fri Aug 12, 2005 3:05 pm


]]>