Difference between revisions of "DADABIK"
Jump to navigation
Jump to search
(8 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
==Setup | ==Setup to get rb222 working after moving it to a new server== | ||
===[[Installing_IonCubeLoader]]=== | |||
===[[Install_SQLite_3]]=== | |||
===[[Installing_MBstring_for_php]]=== | |||
==IF URL Changes == | |||
nano /database/include/config.php | |||
==Edit Footer== | ==Edit Footer== | ||
/include/footer.php | /include/footer.php | ||
==Views in Dadabik== | |||
''' You cannot delete a view you have to do it on the DB Browser Desktop app''' | |||
* Uninstall it first through the Dadabik Admin // you must do this or it will remain | |||
* Download the sqlfile and then delete the view, using DB Browner | |||
drop view New_Songs | |||
* Upload the sql file to the website | |||
* create a new view | |||
SELECT Track, Title, Artists FROM songs WHERE Name = 'n' | |||
== Home Page === | |||
* edit App in the Admin section | |||
* Pages | |||
* Custom Pages | |||
[[Category:Mysql]] |
Latest revision as of 18:12, 26 August 2022
Setup to get rb222 working after moving it to a new server
Installing_IonCubeLoader
Install_SQLite_3
Installing_MBstring_for_php
IF URL Changes
nano /database/include/config.php
/include/footer.php
Views in Dadabik
You cannot delete a view you have to do it on the DB Browser Desktop app
- Uninstall it first through the Dadabik Admin // you must do this or it will remain
- Download the sqlfile and then delete the view, using DB Browner
drop view New_Songs
- Upload the sql file to the website
- create a new view
SELECT Track, Title, Artists FROM songs WHERE Name = 'n'
Home Page =
- edit App in the Admin section
- Pages
- Custom Pages