Home
Download
Add-ons
Help
Forum
Organisation
Project
Welcome,
Guest
. Please
login
or
register
.
March 16, 2010, 01:51:28 AM
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
Search:
Advanced search
Interested in joining the WebsiteBaker team?
For more Information read
here
or on our
new website
.
110019
Posts in
15895
Topics by
9267
Members
Latest Member:
Harald.v.K
WebsiteBaker Community Forum
English
Modules
(Moderators:
Argos
,
BerndJM
)
Module Version Checker
Pages:
[
1
]
2
Author
Topic: Module Version Checker (Read 5083 times)
rsmith
Offline
Posts: 194
Module Version Checker
«
on:
September 28, 2006, 02:40:25 PM »
Hi all...
I've developed along with Matthias a new Module for WB
Module Version Checker v0.5
A Module to check and compare your version of all installed modules against the
www.opensourcebaker
y.de
server or your own user defined servers
With this module, you can quickly check the versions of all installed modules and see which ones have new versions available.
Features:
+ default checks against
www.opensourcebaker
y.de
+ user define update servers - allows easy access to check multiple servers you administer
After install, you can find the module, uder Settings, Show Advanced Options, then near the bottom of the page, Module Update Check
ChangeLog History of Development & screenshots:
http://slink2.no-ip.info:82/wsb/pages/wb-ideas/modules-mods/module-checker.php
Additional Help & Info:
http://slink2.no-ip.info:82/wsb/pages/wb-ideas/modules-mods/module-checker/help.php
Have fun and hope we all come up with more new good ideas
Rob
«
Last Edit: September 28, 2006, 03:57:17 PM by rsmith
»
Logged
ruebenwurzel
Leaders Team
Offline
Posts: 7211
Keep on Rockin
Re: Module Version Checker
«
Reply #1 on:
September 28, 2006, 03:39:46 PM »
Hi Rob,
found a little issue in tool.php. $updateserver should be $server in the link at the bottom. fixed it. Attached version 0.5a
thanks for this modul
Matthias
Edit:
Newer version some posts below
«
Last Edit: September 29, 2006, 08:17:06 AM by ruebenwurzel
»
Logged
You search for help, please look here:
Help-Page
You search for Modules, Templates or Languages, please look here:
Addons-Page
rsmith
Offline
Posts: 194
Re: Module Version Checker
«
Reply #2 on:
September 28, 2006, 03:57:48 PM »
Oops.. thanks for the fix... teach me to work at work
Rob
Logged
kweitzel
Forum administrator
Offline
Posts: 5548
Re: Module Version Checker
«
Reply #3 on:
September 28, 2006, 05:14:17 PM »
great little module, just tested it this afternoon ... Rob, you rock
cheers
Klaus
Logged
http://www.weitzel.biz
PM has been disabled
pcwacht
Guest
Re: Module Version Checker
«
Reply #4 on:
September 28, 2006, 09:13:02 PM »
Sorry Rob... didn't have time sooner to test.. *bows friendly
I tried this addon (0.5a)
All I got was ascreen where I could edit the server....
No list none what so ever of installed modules so I did check what I had installed
- template_edit, sitemap, manual, bookmarks, show_menu2 and some others
All I get is some text, the dropdown and the edit server button.
Beneath that (the place where the modules should be) nothing.
John
Logged
rsmith
Offline
Posts: 194
Re: Module Version Checker
«
Reply #5 on:
September 28, 2006, 09:15:55 PM »
HI...
Can you view the source of the page... if errors fall into the dropdown box they "disappear" into the code.....
There are a few modules that do not have an info.php these are older 2.5.x modules that may cause issues...
Let me know and we can find a fix
Rob
Logged
rsmith
Offline
Posts: 194
Re: Module Version Checker
«
Reply #6 on:
September 29, 2006, 01:19:05 AM »
With John's assistance we figured out what the issue was.
php versions before 4.3 does not have the needed function.
attached version 0.5b will check for this and use an alternate method if needed. (php versions 4.0.2+ should work now)
have fun and please lets hear your comments and ideas
Rob
edit
: found in the repository
«
Last Edit: September 29, 2006, 11:46:24 AM by rsmith
»
Logged
ruebenwurzel
Leaders Team
Offline
Posts: 7211
Keep on Rockin
Re: Module Version Checker
«
Reply #7 on:
September 29, 2006, 08:18:29 AM »
Hello,
updated the Add-Ons Repository to version 0.5b.
Thanks
Matthias
Logged
You search for help, please look here:
Help-Page
You search for Modules, Templates or Languages, please look here:
Addons-Page
dhdesign
Offline
Posts: 35
Re: Module Version Checker
«
Reply #8 on:
September 30, 2006, 03:35:26 PM »
Excellent module!
I have 6 sites running Website Baker, and it was always a pain to check module versions. Installed your module, and was able to check the versions on all of them in less than 10 minutes. Thank you!!
Logged
rsmith
Offline
Posts: 194
Re: Module Version Checker
«
Reply #9 on:
October 04, 2006, 01:10:13 AM »
Hi
With Matthias's assistance The next version 0.6b is ready for download in the repository.
Change Log
+ can enable disable server mode.
+ display of additional modules on the Update server
Have fun..
Thanks Matthias
Rob
Logged
sierrafix
Offline
Posts: 16
Re: Module Version Checker
«
Reply #10 on:
October 04, 2006, 04:27:20 PM »
Hi,
I get the following error with Module Update Check 0.6b
Fatal error: Call to undefined function curl_init() in /home/sierra/public_html/wb/modules/modcheck/tool.php on line 91
Are there some solutions?
Ralph
Logged
rsmith
Offline
Posts: 194
Re: Module Version Checker
«
Reply #11 on:
October 04, 2006, 04:36:46 PM »
Hi Ralph
Did the previous version work for you?
the "Curl Mode" is the second attempt to get the Update server information.
The first attempt is tring via Filesystem Functions, if this fails it goes to "Curl Mode" which supports older versions...
So there would seem to be something on your server stopping this check...
Filesystem Mode needs a few settings to work... (PHP Version 4.3 and above)
http://us3.php.net/manual/en/ref.filesystem.php
Curl functions were added with PHP version 4.0.2 support additional servers wihtout the
I would guess your server needs to have them added.
http://us3.php.net/manual/en/ref.curl.php
If you can check your php.ini for the needed settings.. or contact your Server Host.. they may be able to let you know if these functions are available.
Hope this helps...
Rob
Logged
sierrafix
Offline
Posts: 16
Re: Module Version Checker
«
Reply #12 on:
October 04, 2006, 04:50:39 PM »
Hi,
Quote from: rsmith on October 04, 2006, 04:36:46 PM
Did the previous version work for you?
I have not tested it.
Quote from: rsmith on October 04, 2006, 04:36:46 PM
the "Curl Mode" is the second attempt to get the Update server information.
The first attempt is tring via Filesystem Functions, if this fails it goes to "Curl Mode" which supports older versions...
So there would seem to be something on your server stopping this check...
Yes, in php.ini I have "allow_url_fopen = Off". After changing it to "On" the Module works great.
For more security I turn this now off again and install curl.
Thanks Ralph
Logged
ruebenwurzel
Leaders Team
Offline
Posts: 7211
Keep on Rockin
Re: Module Version Checker
«
Reply #13 on:
December 04, 2006, 10:18:47 PM »
Hello,
since we are back from the mirror (opensourcebakery.de) to addons.websitebaker
.org this should also be the updateserver. So i updated the module version checker with the new updates server adress.
You don't need to install the new version of this modul because there are no other changes as the updateserver. This you also can add manually. Go to the settings of this tool and add the new Updateserver "
http://addons.websitebaker.org
" and made him activ. Delete the server "
http://www.opensourcebakery.de
". Thats all.
If you don't wanna do this changes, download the latest version of Modul version checker from the
Addons Repository
, uninstall the old version and reeinstall the new version, thats all. Upgrading (installing the new over the old) didn't work, because no upgrade script is included in the modul and the default server is set to the database only during install.
Have fun
Matthias
«
Last Edit: December 04, 2006, 11:16:52 PM by ruebenwurzel
»
Logged
You search for help, please look here:
Help-Page
You search for Modules, Templates or Languages, please look here:
Addons-Page
YeShakka
Offline
Posts: 146
Re: Module Version Checker
«
Reply #14 on:
January 21, 2007, 05:02:10 PM »
Hi!
I am getting the same error as
described by John
Does this module require special PHP-setting?
Thanks!
Logged
ruebenwurzel
Leaders Team
Offline
Posts: 7211
Keep on Rockin
Re: Module Version Checker
«
Reply #15 on:
January 21, 2007, 05:09:41 PM »
Hello,
did you use the latest version from the addons Page?
What about your server config? Is it IIS or apache? Wich php version? A little bit mor information is always helpfull.
Matthias
Logged
You search for help, please look here:
Help-Page
You search for Modules, Templates or Languages, please look here:
Addons-Page
YeShakka
Offline
Posts: 146
Re: Module Version Checker
«
Reply #16 on:
January 21, 2007, 05:27:41 PM »
PHP Version 5.2.0-8
Server: Linux
Module version 0.7
Thanks for your help!
Logged
ruebenwurzel
Leaders Team
Offline
Posts: 7211
Keep on Rockin
Re: Module Version Checker
«
Reply #17 on:
January 21, 2007, 06:26:18 PM »
Hello,
the tables are created?
Matthias
Logged
You search for help, please look here:
Help-Page
You search for Modules, Templates or Languages, please look here:
Addons-Page
YeShakka
Offline
Posts: 146
Re: Module Version Checker
«
Reply #18 on:
January 21, 2007, 07:47:42 PM »
Yes, they are in the db.
When I install the same site on my localhost I can check the modules and everything works. So I suppose that it has to do with the remote server's PHP setting.
I checked but haven't found any unusual function in
tool.php
I will check that issue with the server admin during the week.
Logged
rsmith
Offline
Posts: 194
Re: Module Version Checker
«
Reply #19 on:
January 21, 2007, 07:58:42 PM »
The module needs to be able to get files from a remote location...
it tries this by 2 different methods using file_get_contents and curl
the file functions are disabled by some hosts... this can be checked with phpinfo()
the setting in the php.ini is: allow_url_fopen = on
if you are not getting a list of modules at all.... then its getting stopped at the file/curl section of code... is there any error messages?.. errors turned on?.. previous version work?....
hope this helps..
Rob
Logged
DGEC
Offline
Posts: 382
Re: Module Version Checker
«
Reply #20 on:
March 01, 2007, 09:30:17 PM »
I love this module!
One thing that would make it even better is to put the link (that's at the very, very bottom of the page) up on the top of the screen. I never even noticed it there until today!
Hmm.... in fact... why not put an actual hyper-link to any of the modules if there is a newer version instead of just printing the version number?
Eventually, imagine RSS feeds notifying you of updates (or maybe the website does this already?) or even a function similar to the MS Update! Any time you log as admin, you could get a list of new or updated modules, review, click "install selected" and you're done! (and have a "never tell me
On a new version of WB, this could be built into the Page panel. E.g., you're looking at your page list and there's a "new version" indicator flashing beside your Gallery or News-type page.
Maybe an RSS feed built into the Administration panels: a WB News window at the top of the page!
Logged
ruebenwurzel
Leaders Team
Offline
Posts: 7211
Keep on Rockin
Re: Module Version Checker
«
Reply #21 on:
March 02, 2007, 07:11:45 AM »
Hello,
nice ideas, feel free to write it wthout to overload WB and keep the simplicisity of WB
I think the only thing what can easily be realized is to add a download link to every modul. Got a PM from one of our main developpers that he works on this.
Matthias
Logged
You search for help, please look here:
Help-Page
You search for Modules, Templates or Languages, please look here:
Addons-Page
YeShakka
Offline
Posts: 146
Re: Module Version Checker
«
Reply #22 on:
March 02, 2007, 12:08:54 PM »
Quote from: DGEC on March 01, 2007, 09:30:17 PM
I love this module!
One thing that would make it even better is to put the link (that's at the very, very bottom of the page) up on the top of the screen. I never even noticed it there until today!
Hmm.... in fact... why not put an actual hyper-link to any of the modules if there is a newer version instead of just printing the version number?
Eventually, imagine RSS feeds notifying you of updates (or maybe the website does this already?) or even a function similar to the MS Update! Any time you log as admin, you could get a list of new or updated modules, review, click "install selected" and you're done! (and have a "never tell me
On a new version of WB, this could be built into the Page panel. E.g., you're looking at your page list and there's a "new version" indicator flashing beside your Gallery or News-type page.
Maybe an RSS feed built into the Administration panels: a WB News window at the top of the page!
I'd welcome very much a RSS version of this module.
The current module needs the following PHP option:
allow_url_fopen On
this is considered as a security hole.
With some RSS and coding we could get this module working for those who don't want to have this PHP option on:
We generate a table of all installed Modules and then compare them with the versions on the upgrade server:
Website module name
installed version
Addons site module name
Addons site version
Recommendation
Guestbook
1.5
Guestbook
2.5
Update!
The data for the website modules will be fetched from the database and the remote version would be taken from a RSS-feed.
OKI, this is just a idea to get around the fopen issue...
Logged
sporrencense
Offline
Posts: 34
Re: Module Version Checker
«
Reply #23 on:
February 19, 2008, 06:23:53 PM »
Hi,
I liked this module and it seemed to work well. But the opensourcebakery.de site which was used to compare against seems to no longer be in use and the module therefore fails to check.
Is there a new module version checker / update server?
Thanks
Logged
ruebenwurzel
Leaders Team
Offline
Posts: 7211
Keep on Rockin
Re: Module Version Checker
«
Reply #24 on:
February 19, 2008, 06:30:34 PM »
Hello,
please download the latest Version from our addons page. Uninstall the old one and then install the latest version. Then you are back online again.
Matthias
Logged
You search for help, please look here:
Help-Page
You search for Modules, Templates or Languages, please look here:
Addons-Page
Pages:
[
1
]
2
Jump to:
Please select a destination:
-----------------------------
General
-----------------------------
=> General Announcements
=> Security Announcements
=> Documentation
=> Guest Area & Off-Topic
-----------------------------
English
-----------------------------
=> Help & Support
=> Modules
=> Droplets (PHP code for use with Droplet module) & Snippets (raw PHP code)
=> jQuery
=> Templates, Menus & Design
=> WebsiteBaker Language Files
=> WebsiteBaker 2.x discussion
=> WebsiteBaker 3
=> Archive (posts up to 2007)
-----------------------------
Deutsch (German)
-----------------------------
=> Ankündigungen
=> Hilfe/Support
=> Module & Snippets
=> Templates & Design
=> Tutorials
=> jQuery
=> Diskussion über WB
=> Off-Topic
=> Archiv für Themen bis 2007
-----------------------------
Nederlands (Dutch)
-----------------------------
=> Aankondigingen
=> Hulp & Ondersteuning
=> Niet-Terzake (Off Topic)
-----------------------------
Francais (French)
-----------------------------
=> Help/Support
-----------------------------
Italiano (Italian)
-----------------------------
=> Help/Support
Loading...