Skip to content
/ ophxbb Public template
forked from ophx/ophxbb

A Cheat Panel Template (With Mobile Styling).

Notifications You must be signed in to change notification settings

pubgseller/ophxbb

 
 

Repository files navigation

OphxBB

A Cheat Panel Template (With Mobile Styling).

Default Login:

Username: admin
Password: 11

s.config.php Example:

<?php
    return (object) array(
        "host" => "DB SERVER",
        "username" => "DB USERNAME",
        "password" => "DB PASSWORD",
        "database" => "DB NAME",
        "appName" => "WEBSITE NAME",
        "appVersion" => "WEBSITE VERSION",
        "recaptcha_sitekey" => "YOUR RECAPTCHA SITE KEY FROM GOOGLE",
    );

Database Devices Structure:

(id, uid, os, browser, location)

Database MOTD Structure:

(message)

Database Shoutbox Structure:

(id, username, uid, message, created_at)

Database Users Structure:

(id, uuid, username, password, created_at, avatar, role)

Screenshots

Homepage

img img img

Dashboard

img img img img

About

A Cheat Panel Template (With Mobile Styling).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 95.4%
  • JavaScript 2.7%
  • Hack 1.6%
  • CSS 0.3%