MyBB Codes
[Release 1.4.x] Plugins Manager - Printable Version

+- MyBB Codes (http://www.mybbcodes.com)
+-- Forum: Mods Database (/forumdisplay.php?fid=4)
+--- Forum: Premium Mods (/forumdisplay.php?fid=8)
+--- Thread: [Release 1.4.x] Plugins Manager (/showthread.php?tid=670)


[Release 1.4.x] Plugins Manager - exdiogene - 01-02-2010 11:37 PM

//----------------
//PLUGIN OVERVIEW:
//----------------

Name: Regentronique Plugins Manager
Author: exdiogene
Description: This plugin will allow you to easily install and remove plugins.
Website: http://www.mybbcodes.com
Version: 1.0
Compatibility: 1.4.x,1.6.x,1.8.x,2.0.x
Files To Upload: One
Files To Edits: None
Author is Responsible For Any Damage: NO
Author Provide Support For This Product: YES
License: Inside the License Folder
Copyrights: All codes within the product are strongly copyrighted to Regentronique.


//-----------------------
//INSTALLATION PROCEDURE:
//-----------------------

1. Upload file in ./inc/plugins folder
2. Upload file in ./inc/languages/english folder
3. Activate Plugin
4. Adjust settings to suit your needs


//------------
//SCREENSHOTS:
//------------
[attachment=531]

//----------
// DOWNLOAD:
//----------

If you are subscriber, then Go to the download button.
[Image: download.jpg]

//--------
//SUPPORT:
//--------

I can be reached at http://www.mybbcodes.com with username exdiogene

---
I hope that you will appreciate this plugin.
Thank You
exdiogene


RE: [Release 1.4.x] Plugins Manager - naqshbandios_limra - 01-03-2010 12:26 AM

That is fantastic ! Magnificent work Exdiogene !


RE: [Release 1.4.x] Plugins Manager - naqshbandios_limra - 01-09-2010 12:40 AM

I discovered that language packs are missing inside the zip files. Huh

EDIT: UHH MY 100 th POST Tongue


RE: [Release 1.4.x] Plugins Manager - exdiogene - 01-09-2010 01:04 AM

This version is exclusively in english, future version will be multi-lingual and will come with language files.


RE: [Release 1.4.x] Plugins Manager - naqshbandios_limra - 01-09-2010 01:08 AM

(01-09-2010 01:04 AM)exdiogene Wrote:  This version is exclusively in english, future version will be multi-lingual and will come with language files.

So I think you should remove the ./language/ folder from the zip file, to avoid any similar posts like I posted until you upgrade it to advanced versions. Smile


RE: [Release 1.4.x] Plugins Manager - Nadjia - 01-09-2010 01:29 PM

Members who will download this plugin will read the post related to language and will see that at that time only the english version is available. So the folder is present for future.


RE: [Release 1.4.x] Plugins Manager - JeyTee - 08-13-2010 01:24 PM

Plugin not working! Displays page not found when I click upload plugin in .php format. Whats wrong?

And then when I say overwrite files and put it in .zip format i get this error Fatal error: Call to undefined function zip_open() in /hermes/web06/b981/moo.jeytee/myfavouriteforum.com/myBB/inc/plugins/Regentronique_Plugins_Manager.php on line 62


RE: [Release 1.4.x] Plugins Manager - exdiogene - 08-13-2010 01:32 PM

Can you tell me the domain directory structure of you forums, like :

MyDomain.com
-forums
--admin
--inc
---plugins

Or like :

MyDomain.com
-MyNewSecureAdminDirectoryName
-inc
--plugins

Thank you!


RE: [Release 1.4.x] Plugins Manager - JeyTee - 08-13-2010 01:40 PM

It is

Mydomain,
Mybb
Inc
Plugins


RE: [Release 1.4.x] Plugins Manager - exdiogene - 08-13-2010 01:42 PM

Unfortunately it seem that your hosting company do not have the PHP Zip File Functions enabled for his users. There is no other way to easily manipulate a ZIP in PHP!


RE: [Release 1.4.x] Plugins Manager - JeyTee - 08-13-2010 01:44 PM

Can I edit the code, every other plugin I have installed has worked accept this one. What an I do. I subscribed especially for this plugin!


RE: [Release 1.4.x] Plugins Manager - exdiogene - 08-13-2010 01:57 PM

(08-13-2010 01:44 PM)JeyTee Wrote:  Can I edit the code, every other plugin I have installed has worked accept this one. What an I do. I subscribed especially for this plugin!

Like i wrote before, it is your hosting company that do not have the Zip File Functions enabled in their PHP. You can find out easily by creating a script having this in it and executing it :

PHP Code:[Highlight]
<?php
phpinfo
();
?>
You will not find out any modules allowing ZIP file manipulations...

Wink


RE: [Release 1.4.x] Plugins Manager - JeyTee - 08-13-2010 01:58 PM

So I have to contact the host? Will they change it for me?


RE: [Release 1.4.x] Plugins Manager - exdiogene - 08-13-2010 02:03 PM

If you have a GOOD host, yes they will make the ZIP functions available to all their customers. But unfortunately CHEAP host prefer to keep many PHP functions disabled for less ressources utilisation on their servers...

You have nothing to lose by asking them in a support ticket.

Have you taken the time to have a look at the phpinfo() results?

It can be quite helpfull to know the exact version of PHP installed on your server and the utilities already available... Wink

P.S. Could be helpfull for other users to know your hosting company name, so if they have the same issue as you they will know why!


RE: [Release 1.4.x] Plugins Manager - JeyTee - 08-21-2010 09:11 PM

Its fatcow.com, can anybody help me??