Best Blackhat Forum

Full Version: [GET] Original Ez Ebay Clone - Auction Script
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
[Image: 2Z0eetK.png]


Features:
  • 100% Secured.
  • Installation Support (FREE).
  • Email Support (3 Years).
  • FREE Updates (3 Years).
  • Unlimited Categories.
  • 3-level Category system.
  • Unlimited image upload.
  • Upload products for direct sell.
  • Buy now system.
  • Share with friends.
  • Product wishlist.
  • User review with star rating.
  • Product error report.
  • Challenge Price.
  • Add to watchlist.
  • Question answer display.
  • Seller profile.
  • Seller's other products.
  • Unlimited product specification.
  • Compare product specifications.
  • User Saleroom subscription.
  • Unlimited user membership level.
  • Different quota for different membership level.
  • Search products with keywords.
  • Filter search by brand name, price.
  • Compare products of different brands.
  • Track shipping status.
  • Edit and repost products.
  • Reserved price system.
  • Detailed transaction history.
  • Pending payment notification.
  • Pending shipment notification.
  • Detailed sell/ buy history.
  • Balance withdraw system.
  • Easy customizable design.
  • Edit meta tag elements from admin area.
  • Edit website currency from admin area.
  • Edit website name/ title from admin area.
  • Customizable terms/ privacy page.
  • Add/ edit/ delete FAQ from admin area.


Download: http://www47.zippyshare.com/v/99589964/file.html


Enjoy and Repss
Heart Heart Heart Heart Heart Heart Heart
latest version is 4.2, wich is this one?
thanks anyway, repped
Ez Ebay Clone 5.4.2 these is the latest version ...which is these version ?
this is not nulled.. encypted files
I am not a dev but replace this in admin/ index.php and hepp the script don't call and check licens
---------------------------------------------------------------------------
<?php


session_start( );


$url = "";
$type = "";
$name = "";
echo "<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Strict//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd\">\r\n<html xmlns=\"http://www.w3.org/1999/xhtml\">\r\n<head>\r\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=iso-8859-1\" />\r\n<title>Administrative Panel</title>\r\n<!--<link rel=\"icon\" href=\"images/favicon.ico\" type=\"image/ico\" />-->\r\n\r\n<link href=\"style/styles.css\" rel=\"stylesheet\" type=\"text/c";
echo "ss\" media=\"screen\"/>\r\n";
echo "<s";
echo "cript src=\"js/admin.js\" type=\"text/javascript\"></script>\r\n</head>\r\n";
echo "<s";
echo "tyle type=\"text/css\">\r\n\tp{margin:0;padding:0;}\r\n\t.log-box-inner{width:580px;margin:0px auto 10px auto; padding:10px 0}\r\n</style>\r\n<body>\r\n\r\n<body topmargin=\"0\" leftmargin=\"0\" rightmargin=\"0\">\r\n<div id=\"navigation_top\">\r\n <div id=\"navigation_top_welcome\">Welcome admin</div>\r\n <div id=\"stime_admin\"></div>\r\n <div class=\"clear\"></div>\r\n</div>\r\n<div id=\"header\">\r\n <img src=\"images/logo.png\" alt=\"Adminis";
echo "trator Area\" class=\"title\" border=\"0\">\r\n <div id=\"search\">";
echo "<s";
echo "trong></strong><br>\r\n <div style=\"padding-top: 5px;\">\r\n </div>\r\n <div id=\"quicksearchresults\" align=\"left\"></div>\r\n </div>\r\n </div>\r\n\r\n<div id=\"navigation_container\">\r\n <ul id=\"navigation\">\r\n <li class=\"tab\">\r\n <a title=\"Home\" href=\"index.php\">Home</a>\r\n <ul>\r\n <li class=\"top_border\">&nbsp;</li>\r\n <li><a href=\"index.php\" styl";
echo "e=\"text-decoration:none\" id=\"link\">Admin Panel Home</a></li> \r\n <li><a target=\"_blank\" href=\"../index.php\" style=\"text-decoration:none\" id=\"link\">Site Home</a></li> \r\n \r\n </ul>\r\n </li>\r\n\r\n </li>\r\n </ul>\r\n</div>\r\n<BR>\r\n<div id=\"contents_container\">\r\n<table align=\"center\"><tr><td width=\"980\" align=\"left\" valign=\"top\">\r\n<form id=\"myform\" name=\"myform\" enctype=\"multipart/form-data\" method=";
echo "\"post\" action=\"validate-admin.php\" onsubmit=\"return admin_validate();\">\r\n\t\t\t\t\t\t\t\t <div class=\"inp";
if ( !empty( $_SESSION['suc_msg'] ) )
{
echo "success";
}
else
{
echo "error";
}
echo "\" style\"color:#ff0000;\">\r\n\t\t\t\t\t\t\t <div class=\"inp_text\">&nbsp;</div>\r\n\t\t\t\t\t\t\t\t <div class=\"inp_box_main\" id=\"err\" style\"color:#ff0000;\">\r\n ";
echo $_SESSION['err_msg'];
unset( $_SESSION['err_msg'] );
echo $_SESSION['suc_msg'];
unset( $_SESSION['suc_msg'] );
echo " </div>\r\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"60%\">\r\n <tr>\r\n <td>\r\n\t <input name=\"mode\" value=\"verify\" type=\"hidden\">\r\n\t <table border=\"0\" cellpadding=\"5\" cellspacing=\"0\" width=\"100%\">\r\n \r\n ";
echo " <tr class=\"ct\">\r\n <td colspan=\"3\" width=\"110\">Login</td>\r\n </tr>\r\n <tr>\r\n <td width=\"110\">Username:</td>\r\n <td>\r\n <input type=\"text\" id=\"username\" name=\"username\" class=\"bluetext\" maxlength=\"20\" onkeypress=\"\" value=\"";
if ( !empty( $_SESSION['username'] ) )
{
echo $_SESSION['username'];
}
else
{
echo "";
}
echo "\"/>\r\n \r\n </td>\r\n </tr>\r\n <tr>\r\n <td >Password:</td>\r\n <td><input type=\"hidden\" name=\"cansave\" value=\"0\">\r\n <input type=\"password\" id=\"password\" name=\"password\" class=\"bluetext\" maxlength=\"20\" onkeypress=\"\" value=\"";
if ( !empty( $_SESSION['password'] ) )
{
echo $_SESSION['password'];
}
else
{
echo "";
}
echo "\"/></td>\r\n </tr>\r\n <tr>\r\n <td class=\"rt size18 darkgray\">&nbsp;</td>\r\n <td class=\"lt\"><input name=\"login\" type=\"submit\" value=\"Log In\" class=\"button\"></td>\r\n </tr>\r\n </table>\t\t\t\t\t\t\t </form>\r\n </div>\r\n </div>\r\n</div>\r\n\r\n</body>\r\n</html>\r";
echo "\n";
?>
(01-31-2014 02:03 AM)iloveyoushamy Wrote: [ -> ]Ez Ebay Clone 5.4.2 these is the latest version ...which is these version ?
Any have this version?
Reference URL's