Spoilers Are Broken *Cries*
Printable View
Spoilers Are Broken *Cries*
View the page source.Thats what the lazy man does :)
http://www.uploadz.co.uk/584ppmod.zip
there you go.
i know now lolz
im on my computer and i can't open the spoilers
page source ftw yeh.
and on the topic of typing on consoles how annoying is it typing on the wii's internet channel??
found an Error
On versioncheck.php
FIND
$getversion = mysql_query("SELECT * FROM config");
REPLACE WITH
include "db_details.php";
$connectual = mysql_connect($server, $username, $password);
$select_db_booyah = mysql_select_db($database, $connectual);
$getversion = mysql_query("SELECT * FROM config");