04-22-2011, 03:56 PM
NewsPHP Pro 5.0 Nulled
Code:
Code:
Site: http://www.newsphp.com/
Demo: http://www.newsphp.com/livedemo
Code:
http://rapidshare.com/files/99793536/News.amaderforum.com.rar.html
Quote:
The admin login is admin/admin (in case you cant figure that out) oh and BTW you can remove the key.php and md5.php . all you have to do is remove the following code from index.php, inc/main.php and newsadmin/index.php
Code:
if (include 'key.php')
{
if (md5 ($domain) != $key1)
{
echo '<b>Error in lisense.</b><br><br>Please contact <a href="mailto:support@website.com">support@website.com</a>';
exit ();
}
if (md5 ($key1) != $key2)
{
echo '<b>Error in license.</b><br><br>Please contact <a href="mailto:support@website.com">support@website.com</a>';
exit ();
}
}
else
{
echo '<br><br><b>Error in license.</b><br><br>Please contact <a href="mailto:support@website.com">support@website.com</a>';
exit ();
}