Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Implementations in 2.0
#1
Things that I think should be implemented:

A common.php file, to include functions and such in one local area instead of having to be changed in every file.

Example:
Code:
<?php
/* getSimple
*
*  @version: 2.0
*  @copyright: 2010
*
*/

// Define rp
define("IN_GS", true);

// Basics
include("include/basics.php");

// Functions
include("include/functions.php");

// Logged in ect...
// Login stuff goes here

more coming as soon as I think of it, lost train of thought.
http://nijikokun.com
random stuff. idk.
Reply




Users browsing this thread: 1 Guest(s)