This is the OFFICIAL PPMOD system for PowerPanel.
Let me explain how this works. The download link is at the bottom.
READ the readme or you wont get it
Download Link:
Caleb :)
Printable View
This is the OFFICIAL PPMOD system for PowerPanel.
Let me explain how this works. The download link is at the bottom.
READ the readme or you wont get it
Download Link:
Caleb :)
FIT mod xo.
=] of course it is. Muah made it
Oh cool :D
Lovely idea +rep
I forgot to put a tracker in it.
But if you decide to use it please tell me :)
Thanks
Cool looks god i mite use it but i want to know how dose it up date if there are file changes? like dose file have to be chmoded?
What do you mean?
It pulls the .ppmod file off of simons server.
The .ppmod file will create the sql and make all the file changes and it creates the files needed for the mod too. :)
Nothing has to be chmoded.
It will chmod them for you through PHP.
OKay cool mite install it.
*cries*
im on my psp and i can't open the spoilers
LOL how do you type on the PSP I cant stand it
I'll use it when my website is back up!
Nice Plugin Kev +REP
Argh gotta spread..
Im about to download and install :)
Nice idea ;) I'm gonna take a look at how it works, and maybe install.
I had problems with it:
Thats the config.php i used :), you are meant to get a blank page on the installer :PPHP Code:<?php
$server = "localhost";
$username = "database_username";
$password = "database_password";
$database = "database_name";
$connectual = mysql_connect($server, $username, $password);
$select_db_booyah = mysql_select_db($database, $connectual);
$siteinfo = mysql_query("SELECT * FROM config");
$site = mysql_fetch_array($siteinfo);
$hometext = $site[home];
$hometext = nl2br($hometext);
include "versionchecker.php";
?>
Fitneese :)
erm.. the spoilers arent working for me.. can you just post the links for me please? :)
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");
I fixed thay by pasting db details into the config file :P