Thread: Project
View Single Post
  #6  
Old 7th October 2017, 10:02
Revise Revise is offline
Member
 
Join Date: Sep 2017
Japan
Posts: 5
Default
Code:
//---
function cms_staff_list() {
    global $cms_basic_lang;
    
    echo "<div style='margin-left: 320px;'><text><h1><strong>{$cms_basic_lang['staff_text']}</strong></h1></text></div>";
  
  //function cms_scene_administrator() {
    //  global $cms_basic_lang;
    // can be utilized in a cms concept think outside the shoebox [=
    echo "<div style='margin-left: 1px;background-color: #353939;width: 500px;'>&nbsp;{$cms_basic_lang['sysops_header']}</div>";
    //$cms_basic_sysop = mysqli_query("SELECT id,username FROM staff_list ORDER BY id") or mysqli_error(__FILE__, __LINE__);
    echo "<div style='border: 1px solid #353939;height: 250px;width: 500px;'>Batman</div>";
  //} return cms_scene_administrator();
    //global $cms_basic_lang;
    echo isset($admin) ? DoStaff(UC_ADMINISTRATOR, "{$cms_basic_lang['header_admins']}") : DoStaff( UC_ADMINISTRATOR == false, "{$cms_basic_lang['header_admins']}");
    echo isset($mods) ? DoStaff($mods, "{$cms_basic_lang['header_mods']}") : DoStaff($mods=false, "{$cms_basic_lang['header_mods']}");
    echo isset($vips) ? DoStaff($vips, "{$cms_basic_lang['header_vips']}") : DoStaff($vips=false, "{$cms_basic_lang['header_vips']}");
} return cms_staff_list();
Bump: Originally Posted by Revise
Quote:
Originally Posted by Fynnon
Hi, please provide a detailed explanation of what this is:

http://www.bvlist.com/showthread.php?p=50708
otherwise i will delete this topi since i do not know what is it for and how to install it.

thanks


Blox_System.php goes inside blocks folder then you pin it inside your bittorrent.php like require_once()


Rules.php goes inside /var/www/

simple bro?
BamBam0077 [=

Last edited by Revise; 7th October 2017 at 10:48. Reason: $cms_basic_lang = array( instead of $lang = array(
Reply With Quote