PDA

View Full Version : [RELEASE - Powerpanel] PPMOD system. [Official]



Dentafrice,
28-05-2007, 09:51 PM
This is the OFFICIAL PPMOD system for PowerPanel.

Let me explain how this works. The download link is at the bottom.


- In the PP configuration you can set to automatically receive information on updates for PP.
- Upon release of an update, if the installer of the panel has selected to receive the update on any page load of the installed panel (EX: navigating to any page) the ADMIN will be asked if they would like to install the update (Yes/No)

- If selected yes it will grab the .ppmod file off of the PP server and create the files/mysql updates/file updates that it needs to update to the next version.

- It also updates the panel to the next version.




READ the readme or you wont get it

Download Link:
http://www.uploadz.co.uk/584ppmod.zip

Caleb :)

Invent
28-05-2007, 09:55 PM
FIT mod xo.

Dentafrice,
28-05-2007, 09:56 PM
=] of course it is. Muah made it

Bomb-Head
28-05-2007, 10:03 PM
Oh cool :D

Luckyrare
28-05-2007, 10:06 PM
Lovely idea +rep

Dentafrice,
28-05-2007, 10:12 PM
I forgot to put a tracker in it.

But if you decide to use it please tell me :)

Thanks

VistaBoy
28-05-2007, 10:19 PM
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?

Dentafrice,
28-05-2007, 10:21 PM
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.

VistaBoy
28-05-2007, 10:23 PM
OKay cool mite install it.

Florx
28-05-2007, 10:24 PM
*cries*

im on my psp and i can't open the spoilers

Dentafrice,
28-05-2007, 10:50 PM
LOL how do you type on the PSP I cant stand it

Stitch
28-05-2007, 11:18 PM
I'll use it when my website is back up!

Flisker
28-05-2007, 11:49 PM
Nice Plugin Kev +REP

Argh gotta spread..

Recursion
29-05-2007, 08:22 AM
Im about to download and install :)

timROGERS
29-05-2007, 08:31 AM
Nice idea ;) I'm gonna take a look at how it works, and maybe install.

Recursion
29-05-2007, 08:39 AM
I had problems with it:



<?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";
?>


Thats the config.php i used :), you are meant to get a blank page on the installer :P

Florx
29-05-2007, 08:47 AM
LOL how do you type on the PSP I cant stand it
Meh im used to it - only I get RSI sometimes lol

ontopic: Looks good :)

Bomb-Head
29-05-2007, 09:04 AM
LOL how do you type on the PSP I cant stand it

Same for me, I get fed up and turn it off :P

:Edzy
29-05-2007, 09:43 AM
Fitneese :)

Zaub
29-05-2007, 09:47 AM
erm.. the spoilers arent working for me.. can you just post the links for me please? :)

:Edzy
29-05-2007, 09:51 AM
Spoilers Are Broken *Cries*

Mr Macro
29-05-2007, 10:17 AM
View the page source.Thats what the lazy man does :)

:Edzy
29-05-2007, 10:20 AM
View the page source.Thats what the lazy man does :)

tanx

+REP

Never
29-05-2007, 10:41 AM
http://www.uploadz.co.uk/584ppmod.zip

there you go.

:Edzy
29-05-2007, 10:54 AM
i know now lolz

reindeer.
29-05-2007, 11:10 AM
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??

:Edzy
29-05-2007, 01:29 PM
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??

lol i feel left out i dont have a wii

Blob
29-05-2007, 02:12 PM
lol i feel left out i dont have a wii

Join the club, your the 4441844156156th member.

:Edzy
29-05-2007, 02:22 PM
Join the club, your the 4441844156156th member.
wow, i dont like wiis anyway, i'm happy with my pc, mobile and ipod and soon my skype/wifi phone :D

Drompo
29-05-2007, 02:42 PM
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");

Recursion
29-05-2007, 03:03 PM
I fixed thay by pasting db details into the config file :P

ScottDiamond
29-05-2007, 03:48 PM
Same for me, I get fed up and turn it off :P

And you moan at us for going off-topic.

Nice idea Caleb. :)

Dentafrice,
29-05-2007, 08:59 PM
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");
no... versioncheck is included into config.php it dont need a connection on that page

Want to hide these adverts? Register an account for free!