Difference between revisions of "DADABIK"

From rbachwiki
Jump to navigation Jump to search
 
Line 7: Line 7:
===[[Installing_MBstring_for_php]]===
===[[Installing_MBstring_for_php]]===


===[[Config and Front End Updates]]==
 
==IF URL Changes ==
==IF URL Changes ==
  nano /database/include/config.php
  nano /database/include/config.php
Line 14: Line 14:
/include/footer.php
/include/footer.php


==View in Dadabik==
==Views in Dadabik==
''' You cannot delete a view you have to do it on the DB Browser Desktop app'''
''' 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
* Uninstall it first through the Dadabik Admin // you must do this or it will remain
Line 24: Line 24:
* create a new view
* create a new view
  SELECT Track, Title, Artists FROM songs WHERE Name = 'n'
  SELECT Track, Title, Artists FROM songs WHERE Name = 'n'
== Home Page ===
* edit App in the Admin section
* Pages
* Custom Pages


[[Category:Mysql]]
[[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

Edit Footer

/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