• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

[GESIOR AAC] BugRecords

gpedro

web developer
Joined
Dec 5, 2009
Messages
165
Reaction score
520
Location
Brazil
GitHub
gpedro
Bug Records
OR SIMPLY BUGPROGRESS

This system has projected to help manage the server issues and bugs found on the server or site. So having greater control over those occurring


xfd4M.png


Lets GO!

Install in fast 5 steps


  1. [*=1]Download View attachment bugreport by gpedro.zip.
    [*=1]Execute Z_BUG_LOGS.SQL in your database
    [*=1]Extract BUGRECORDS.PHP AND FOLDER IMAGES to www folder
    [*=1]Open INDEX.PHP, find by CHARACTERS.PHP and after characters.php, add

    PHP:
    	case "bugrecords";
    		$topic = "Bug Records";
    		$subtopic = "bugrecords";
    		include("bugrecords.php");
    	break;

    PHP:
    	case "characters";
    		$topic = "Characters";
    		$subtopic = "characters";
    		include("characters.php");
    	break;
    
    	case "bugrecords";
    		$topic = "Bug Records";
    		$subtopic = "bugrecords";
    		include("bugrecords.php");
    	break;

    [*=1]Have fun and enjoy ~

THIS SYSTEM MUST BE DISTRIBUTED WITHOUT COST, FREE. IF YOU EITHER POST IN ANOTHER FORUM, PLEASE CONTACT ME TO AUTHORIZATION OF THE REDISTRIBUTION FROM SYSTEM.
 
Back
Top