Current time: 02-08-2012, 10:18 AM Hello There, Guest! (LoginRegister)

Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Huge Project] Universal Mod Installer
11-22-2008, 01:34 PM
Post: #1
[Huge Project] Universal Mod Installer
Universal Mod Installer, in short UMI, is going to be an evolution on THT's Plugin System. UMI itself is a plugin, but it will control thousands of other sub-plugins. UMI helps you to install plugins for THT easily, in just some steps:

1 - Download from our Community or other Resource Sites
2 - Upload via browser at THT->UMI
3 - Click Install
4 - Configure The Plugin
5 - You're Done!

Removing is even easier. Guess by yourself. Just go to the list, Delete then you're done.

A few examples of what UMI could do:
The following will install a plugin called "Hello World" and will add a link called "Hello World" to the Client CP and AdminCP, with the icon user.png, as the last item in the sidebar (before logout)
The plugin files are going to be fetched from plugins.thehostingtool.com, as an example.

Code:
<umi>
<plugininfo>
<name>Hello World</name>
<author>Jimmie Lin</author>
<version>0.1.0 (Codename Byte)</version>
</plugininfo>
<instructions install="yes" upgradefrom="0.0.9">
<runsqlquery>
<addmenu>
<option>client</option>
<option>admin</option>
<title>Hello World</title>
<icon>user.png</icon>
<pos>last</pos>
<phpfile>helloworld.php</phpfile>
</addmenu>
</runsqlquery>
<fetchfile>
<files>
http://plugins.thehostingtool.com/umi/test/1.php allocate as class
http://plugins.thehostingtool.com/umi/test/2.php allocate as phpfile
</files>
</fetchfile>
</instructions>
</umi>

Interesting, right? Smile Look forward for it!

Jimmie Lin - Community Manager & THT.Next Developer
Visit this user's website Find all posts by this user
Quote this message in a reply
12-14-2008, 05:40 PM
Post: #2
RE: [Huge Project] Universal Mod Installer
Nice! Kinda like the UMI for IPB Tongue This would make installing plugins easier Big Grin
Find all posts by this user
Quote this message in a reply
12-14-2008, 06:22 PM
Post: #3
RE: [Huge Project] Universal Mod Installer
If you need any help putting together an API, just give me a shout! Wink

Kevin Mark - TheHostingTool Lead Developer
Visit this user's website Find all posts by this user
Quote this message in a reply
12-15-2008, 01:41 PM
Post: #4
RE: [Huge Project] Universal Mod Installer
Erizo, it IS sort-of the UMI for IPB. I figured out how to make a XML Parser.... 5 hours.

Jimmie Lin - Community Manager & THT.Next Developer
Visit this user's website Find all posts by this user
Quote this message in a reply
12-15-2008, 08:34 PM
Post: #5
RE: [Huge Project] Universal Mod Installer
That's what i said, lol.
Find all posts by this user
Quote this message in a reply
12-18-2008, 06:22 PM
Post: #6
RE: [Huge Project] Universal Mod Installer
Wow! great project, hope it goes well for you Smile
Find all posts by this user
Quote this message in a reply
12-19-2008, 07:02 AM
Post: #7
RE: [Huge Project] Universal Mod Installer
Until now, I think that I should give an update.
The XML parser is quite changed since the last thing that I showed you. So this is the actual XML which works.
Code:
<umi>
<plugininfo>
<name>Hello World</name>
<author>Jimmie Lin</author>
<version>0.1.0 (Codename Byte)</version>
</plugininfo>
<instructions install="yes">
<runsqlquery>
<addmenu>
<option>client</option>
<option>admin</option>
<title>Hello World</title>
<icon>user.png</icon>
<pos>last</pos>
<phpfile>phpfile.php</phpfile>
</addmenu>
<customquery>
[CUSTOM QUERY HERE]
</customquery>
</runsqlquery>
<fetchfile>
<files>
<phpfile>http://umi.thehostingtool.com/files/phpfile.php</phpfile>
<tpl>http://umi.thehostingtool.com/files/tpl.tpl</tpl>
</files>
</fetchfile>
</instructions>
</umi>

Jimmie Lin - Community Manager & THT.Next Developer
Visit this user's website Find all posts by this user
Quote this message in a reply
05-17-2009, 06:02 PM
Post: #8
RE: [Huge Project] Universal Mod Installer
Is this finished yet?
Find all posts by this user
Quote this message in a reply
05-18-2009, 07:47 PM
Post: #9
RE: [Huge Project] Universal Mod Installer
No, last time i checked Jonny was considering how to include this in a future release, probably 1.3 or later.

Nick - TheHostingTool Staff Coordinator

[Image: standard.png]

Visit this user's website Find all posts by this user
Quote this message in a reply
05-20-2009, 03:46 PM
Post: #10
RE: [Huge Project] Universal Mod Installer
No, its not finished. I dropped it tbh. Its in my windows partition which I don't know where it is Sad

Jimmie Lin - Community Manager & THT.Next Developer
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 1 Guest(s)