42.gif

Search (advanced search)
Use this Search form before posting, asking or make a new thread.
Tips: Use Quotation mark to search words (eg. "How To Make Money Online")

01-19-2014, 11:52 PM
Post: #1
[GET] Codecanyon Website Value Calculator v1.9 by MetroPirata
hey guys this is a good script, Enjoy


[Image: 48iQdX1.png]



Website Value Calculator And Detailed Stats
Website Value Calculator’s unique and most advanced algorithms will calculate the estimated price of a website in seconds . Not only this you can know complete statistics of your website eg pagerank, alexa rank, backlinks count, page speed score, bounce rate, dmoz listing, search engine index and overall social engagement – All in one place.
Features
  • Powerful Admin Panel
  • SEO Friendly URL’s
  • 6 Color Themes
  • Website Value Badge
  • Bad Words Filtration
  • Ad Management
  • Social Media Profiles
  • Social Sharing
  • Quick Installation
  • Easy Usage
How it Works ?
It collects overall website stats from most authentic analytic sources then process this data under unique algorithm to generate website worth.Requirements

  • Operating System : Linux
  • Web Server : Apache
  • PHP Version: 5.0+, CURL Enabled
  • MySql: 5.0+



Demo http://codecanyon.net/item/website-value...or/5163788


Download http://www74.zippyshare.com/v/60358278/file.html

Say thanks or some +1 would by nice ;)
01-20-2014, 12:13 AM
Post: #2
RE:
Maybe a -REP
Footer.php ioncube encoded and its not the same script as demo link
01-20-2014, 12:30 AM (This post was last modified: 01-20-2014 12:31 AM by simey69.)
Post: #3
RE:
it's nothing that sinister, it looks like the original source supplied with the script.
They've protected it to probably ensure they're link is protected.
It basically loads the footer with the last 10 links valued and pops a link to the script supplier

Code:
http://urldata.info/

decoded file:
Code:
<?php
echo "  <div id=\"footer\">\r\n    <div id=\"footer-left\">\r\n      <h5>Last Viewed Records</h5>\r\n      ";
include( "config/db_con.php" );
if ( !( $connect = mysql_connect( "{$host}", "{$username}", "{$password}" ) ) )
{
    exit( "cannot connect" );
}
if ( !mysql_select_db( "{$db_name}", $connect ) )
{
    exit( "cannot select DB" );
}
$resultst = mysql_query( "SELECT * FROM `records` ORDER BY id DESC LIMIT 0,10" );
while ( $rows = mysql_fetch_array( $resultst ) )
{
    echo "      \r\n      <p style=\"float:left;width:250px;clear:none;margin-top:5px;\"><a href=\"/";
    echo $rows['record'];
    echo "/\" style=\"color:#fff;text-decoration:none;\">";
    echo $rows['record'];
    echo "</a></p>\r\n  ";
}
echo "    \r\n    </div>\r\n    <div id=\"footer-right\"><div style=\"padding-left:25px;padding-top:12px;\">";
echo ad( 3 );
echo "</div>\r\n    </div>\r\n  </div>\r\n  <div style=\"width:100%;float:left;clear:both;padding-bottom:5px;color:#abc874;margin-top:15px;text-align:center;font-family:tahoma;font-size:12px;\">\r\n  2010 &copy; ";
echo $msite;
echo ", All rights reserved. - <a href=\"/sitemap.php\">Site Map</a>. Powered by: <a href=\"http://urldata.info\">urldata.info</a>  </div>\r\n";
?>

Si
01-20-2014, 12:35 AM
Post: #4
RE:
[Image: Capture.JPG]



FULL ERRORS and IS NOT LIKE IN THE DEMO !!!! Angry Angry Angry Angry
The starting point of all achievement is desire - Napoleon Hill -
Destiny is all - Uhtred the Son of Uhtred




34.gif