Instructions for use:
The source code of the automatic card issuance platform can be placed on any site
Install Xudada personal automatic card issuance platform
http://yourdomain/install.php
Backend address
http://yourdomainname/admin
You can change admin to another name
If you use the online installation method, you can customize your account password
If you have any other questions, please contact QQ: 1934131068
What to do if the installation fails, the database cannot be written, and Everyone cannot escalate privileges.
Use virtual space
First you import faka.sql into your database
You can use phpmyadmin to import
Modify files after importing
conf/db.php
if(!defined('WY_ROOT'))exit;
//Data data server Set whatever your server IP is
define('DBSERVER','localhost');
//The database port generally does not need to be modified by default.
define('DBPORT','3306');
//Database user
define('DBUSER','xudada');
//Database user password
define('DBPASS','123456');
//database name
define('DBNAME','xudada');
//Database table prefix
define('DB_PREFIX','faka_');
//Whether to turn on SQL logging, WY_SQL_LOG=true to turn on, WY_SQL_LOG=false to turn off, the default is false
define('WY_SQL_LOG',false);
//cachetoken
define('WY_CACHE_TOKEN','e83a75350834146eb822c9fb9fdab1f4');
?>
Interface modification
If you place the Xudada personal automatic card issuance platform not in the directory structure of your website but in the secondary directory of your website
Then we need to make changes
Modify the /send.php file in all directories under the pay/ directory
Find out about
$notify_url="[url=http://".$_SERVER[]http://".$_SERVER['HTTP_HOST']."/pay/yc/notify_url.php[/url]";
$callback_url="[url=http://".$_SERVER[]http://".$_SERVER['HTTP_HOST']."/pay/yc/return_url.php[/url]";
These two pieces of code are one except for the two in the yc directory.
Add the name of your secondary directory in front of /pay/
For example, your secondary directory is faka
$notify_url="[url=http://".$_SERVER[]http://".$_SERVER['HTTP_HOST']."/faka/pay/yc/notify_url.php[/url]";
$callback_url="[url=http://".$_SERVER[]http://".$_SERVER['HTTP_HOST']."/faka/pay/yc/return_url.php[/url]";
Screenshot of home page:
Screenshot of purchase process introduction:
360 screenshot 20160115225237432.jpg
Order query screenshot:
360 screenshot 20160115225248392.jpg
Backend home page:
Product settings screenshot:
360 screenshot 20160115231943160.jpg
Email sending settings:
360 screenshot 20160115231943160.jpg
360 screenshot 20160115232145524.jpg