GithubHelp home page GithubHelp logo

peterz-codes / giftcard_sell_site Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 35.09 MB

This PHP website is using for collect Gift_card code from Sellers

PHP 34.81% CSS 5.74% JavaScript 48.48% HTML 10.45% SCSS 0.35% Less 0.10% Smarty 0.07%

giftcard_sell_site's Introduction

giftcard_sell_site

This PHP website is using for collect Gi ft_card code from Sellers

1 this site use old php version please download XAMPP to set up the development environment

DATABASE confirguration file is database.sql

This php is using old version thinkphp 3.2.0 framework

Thinkphp(https://www.thinkphp.cn/)

Apache or ngnix should configure like

for ngnix location / {

if (!-e $request_filename) {

rewrite ^(.*)$ /index.php?s=$1 last;

break;

}

} for apache RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.*)$ index.php?$1 [L,QSA]

admin dashboard:

http://localhost/Sqnbcadmin 用户:admin 密码 www.ohbbs.cn

front-end user account:

http://localhost/ account:13800000000 / password: 8373185

部署

如果是放在windows服务器上的xampp 请把apache httpd 添加到防火墙,以保证可以使用URL 访问

路径报错问题

[ Apache ] httpd.conf配置文件中加载了mod_rewrite.so模块 AllowOverride None 将None改为 All 把下面的内容保存为.htaccess文件放到应用入口文件的同级目录下 RewriteEngine on RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^(.*)$ index.php/$1 [QSA,PT,L]

giftcard_sell_site's People

Contributors

peterz-codes avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.