Skip to content

CostanzoPablo/wHelper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wHelper

#Install

Configure DB with username and password on /application/config/database.php lines 52 and 53

Import to DB wHelper.sql

#Configure Rewrite mod sudo a2enmod rewrite

sudo gedit 000-default.conf

<VirtualHost *:80>
	ServerAdmin webmaster@localhost
	DocumentRoot /var/www/html

	ErrorLog ${APACHE_LOG_DIR}/error.log
	CustomLog ${APACHE_LOG_DIR}/access.log combined

	<Directory /var/www/>
		Options Indexes FollowSymLinks MultiViews
		AllowOverride All
		Order allow,deny
		allow from all
	</Directory>
</VirtualHost>

sudo service apache2 restart

#Use http://xxx/whelper/public_html/

#Getting Data in JSON format First, Login. Make POST with "user" and "pass" http://xxx/whelper/public_html/front

Second, Get full data: http://xxx/whelper/public_html/panel/get/0/json

/get/0/json (0 get all data. 1 get only childrens of parent 1 etc.)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages