<?xml version="1.0" encoding="iso-8859-1" standalone="yes" ?>
<rss version="2.0">
<channel>
<title>texmedia - Knowledge Base - The five questions posted most recently:</title>
<description>PHP Million Pixel Script, Word Link Script - Knowledge Base from texmedia.de</description>
<link>http://millionhelp.texmedia.de</link>	<item>
		<title><![CDATA[Fixed: Million Pixel Script Cross-site scripting (XSS) vulnerability]]></title>
		<description><![CDATA[
Version 3.0 of the Million Pixel Script, Million Pixel Script PRO and PRO Lotto contained a Cross-site scripting (XSS) vulnerability in <b>header.php</b> which allowed remote attackers to inject arbitrary web script or HTML via the "pa" parameter.
<br /><br />
This problem has been fixed in the current code. All customers can download an updated version in their texmedia user account panel. In case of questions regarding that fix, just send us an email.
<br /><br />
The fix can also easily be done manually by yourself by editing the file <b>header.php</b> with a simple text editor. The file is located in your main script directory of your million pixel script installation.<br />
<br />
Just open the file <b>header.php</b> and search for the lines containing
<pre>value="'.$_REQUEST['pa']
</pre>
<br />
<b>You will find 2 lines. Simply change these parts to the following:</b>
<br /><br />
<pre>value="'.(int)$_REQUEST['pa']</pre><br />
<b>(So, you just have to add "(int)" right before the $_REQUEST in both of these lines, thats all). Save the file after editing. The fix has been done by that.
</b>
]]></description>
		<link>http://millionhelp.texmedia.de/index.php?action=artikel&amp;cat=29&amp;id=156&amp;artlang=en</link>
		<pubDate>Thu, 07 Jan 2010 19:13:31 GMT</pubDate>
	</item>
	<item>
		<title><![CDATA[Fatal error: Call to undefined function: imagecreatefrompng()]]></title>
		<description><![CDATA[<p>If this error happens (mostly in the pixel selection) your GD library is not up-to-date or not installed fully. To create and read PNG images, the GD library supports normally the function imagecreatefrompng(). If not, your GD library is not complete.</p><p><strong><em><img height="41" alt="hand.jpg" hspace="7" src="/images/hand.jpg" width="41" align="left" vspace="7" border="0" />Please ask your provider regarding this issue and ask him to add the PNG support to the GD library of PHP. He will do this. Afterwards, the error will not shown again.</em></strong></p><p /><p><em></em></p>

<script type="text/javascript"><!--
google_ad_client = "pub-1050891204366695";
google_ad_width = 468;
google_ad_height = 60;
google_ad_format = "468x60_as";
google_ad_type = "text_image";
//2007-01-17: texmedia millionhelp
google_ad_channel = "0572954392";
google_color_border = "FFFFFF";
google_color_bg = "FFFFFF";
google_color_link = "0000FF";
google_color_text = "000000";
google_color_url = "000000";
//--></script>
<script type="text/javascript"
  src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>


<p><em>See also:<br /><a href="index.php?action=artikel&cat=26&id=23&artlang=en">What is the GD library?</a></em></p>]]></description>
		<link>http://millionhelp.texmedia.de/index.php?action=artikel&amp;cat=11&amp;id=40&amp;artlang=en</link>
		<pubDate>Wed, 17 Jan 2007 13:50:49 GMT</pubDate>
	</item>
	<item>
		<title><![CDATA[How to add more subjects in the feedback form]]></title>
		<description><![CDATA[<p>If you want to add more subjects to the feedback form you can do this with the following steps:</p><ol><li>Login via FTP <img height="17" alt="ftp.jpg" hspace="3" src="/images/ftp.jpg" width="47" align="absMiddle" border="0" />and go to the directory <img height="13" alt="open_thread.gif" hspace="3" src="/images/open_thread.gif" width="16" align="absMiddle" border="0" /> <strong><em>lang/en</em></strong> (ord lang/de for german) and open the file <strong><em>language.php</em></strong> with a normal text editor.</li><li>Add at the end of the file a new line with a new line number which is unused (i.e. 80) and with your new subject as described now:<br /><br /><font color="#009900">$_SP[<strong><em>80</em></strong>] = "&lt;br&gt;<strong><em>Your new subject.</em></strong>";</font></li><li><font color="#000000">Save the file and do it in the same way in the other language files in the other language directories.</font></li><li>Go to the main directory of your script and open the file <strong><em>feedback.php</em></strong> with a normal text editor.</li><li>Add after the following line<br /><br /><font color="#009900">$betreff[3] = $_SP[59];</font><br /><br />a new line which reffers to the line you added in step 2<br /><br /><font color="#009900">$betreff[<strong>4</strong>] = $_SP[<strong>80</strong>];</font></li><li><font color="#000000">Save the file. Finish.</font></li></ol><p />]]></description>
		<link>http://millionhelp.texmedia.de/index.php?action=artikel&amp;cat=16&amp;id=80&amp;artlang=en</link>
		<pubDate>Tue, 04 Apr 2006 12:51:32 GMT</pubDate>
	</item>
</channel>
</rss>