Go Back   vb.org Archive > vBulletin Modifications > Archive > Modification Graveyard
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
vBInfo for Windows (BETA) Details »»
vBInfo for Windows (BETA)
Version: 1.00, by Boots Boots is offline
Developer Last Online: Feb 2015 Show Printable Version Email this Page

Category: Administrative and Maintenance Tools - Version: 3.6.7 Rating:
Released: 06-23-2007 Last Update: Never Installs: 28
 
No support by the author.

I've pretty well stopped developing this as I don't really have the time (time is money) to spend on it. I figured I'd release a version of it so far in case someone found it useful to them. It's far from complete but there is some functionality.

Basically it's a windows application that lets you view real time information about your forum. Check the screen shots below for a better idea.

When you first run it, you will get an error because it will not be able to connect to your forum. A dialog then pops up asking you for information about your forum. What happens here is a php file will be uploaded to your forum that allows the application to talk to your forum to retrieve information. The php script is password protected and it does nothing but query your database so security isn't an issue.

This requires the .NET framework 2.0 to be installed on your PC.
This requires your PHP support GZIP compression

I am not going to officially support this but if you have a problem post it and I may be able to offer a suggestion.

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #32  
Old 06-25-2007, 03:33 AM
DJ XtAzY DJ XtAzY is offline
 
Join Date: Feb 2005
Posts: 204
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by scottct1 View Post
Tried that with no luck.

I also tried uploading the PHP file manually but no luck with that eaither.
I confirmed this too.. Does not work for me.
Reply With Quote
  #33  
Old 06-25-2007, 04:10 AM
projectego's Avatar
projectego projectego is offline
 
Join Date: Feb 2006
Location: UK
Posts: 724
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

[high]* projectego clicks install [/high]
Reply With Quote
  #34  
Old 06-25-2007, 08:47 AM
Boots Boots is offline
 
Join Date: Dec 2004
Posts: 172
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by scottct1 View Post
Tried that with no luck.

I also tried uploading the PHP file manually but no luck with that eaither.
Scott,

I compress the data on the server before sending it back to the application. It looks like your compilation of PHP does not have gzip support. That appears to be the issue.
Reply With Quote
  #35  
Old 06-25-2007, 10:00 AM
meissenation meissenation is offline
 
Join Date: Apr 2005
Posts: 476
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I had to manually edit the PHP file, I added the password and version and then it worked smoothly. Uploaded it to my vbulletin directory.
Reply With Quote
  #36  
Old 06-25-2007, 10:10 AM
Boots Boots is offline
 
Join Date: Dec 2004
Posts: 172
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by meissenation View Post
I had to manually edit the PHP file, I added the password and version and then it worked smoothly. Uploaded it to my vbulletin directory.
Yeah if you manually upload it the password would have to be set manually as well.
Reply With Quote
  #37  
Old 06-25-2007, 10:46 AM
mktrilogy mktrilogy is offline
 
Join Date: May 2006
Posts: 115
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Works. Thanks.
Reply With Quote
  #38  
Old 06-25-2007, 01:44 PM
Phalynx Phalynx is offline
 
Join Date: Feb 2004
Location: Erlangen, Germany
Posts: 2,747
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Great Idea, thanks for sharing.
Reply With Quote
  #39  
Old 06-25-2007, 05:04 PM
bitdefuser bitdefuser is offline
 
Join Date: Mar 2007
Location: C:\WINDOWS
Posts: 149
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Boots View Post
Yeah if you manually upload it the password would have to be set manually as well.
Yea, that's what I did too. It was in the Program Directory where you installed Vbinfo.
Reply With Quote
  #40  
Old 06-25-2007, 05:29 PM
cmwg cmwg is offline
 
Join Date: Apr 2006
Posts: 19
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Okay thanks... but still nothing working. On the My Forum i get the view of my forum. But on the others it just tells me it needs a connection.

The Setting:

Forum Name: just a text info as to the name
Forum Index URL: the url to the index.php of the vB ? so http://domain.tld/site/ ?

Remote Adresse: ftp server address so ftp.domain.tld ?

Remote Directory: the relativ or complete path to the vB index.php ?

username / password of the ftp user

What is link password? just an extra password for vBinfo itself for the link between vbinfo.exe and vbinfo.php ?

Please set things straight if i?m wrong!

Upload does not work for the file (vbinfo.php) so manually edited and added the vblink password as entered above in the programm. Version nr. - what format should it be? 1.0B?

Also the programm does not seem to keep the settings in it?s own xml file. So i edited it as well to correspond to the vbinfo.php.

Still nothing working
Reply With Quote
  #41  
Old 06-25-2007, 06:47 PM
DJ XtAzY DJ XtAzY is offline
 
Join Date: Feb 2005
Posts: 204
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by cmwg View Post
Okay thanks... but still nothing working. On the My Forum i get the view of my forum. But on the others it just tells me it needs a connection.

The Setting:

Forum Name: just a text info as to the name
Forum Index URL: the url to the index.php of the vB ? so http://domain.tld/site/ ?

Remote Adresse: ftp server address so ftp.domain.tld ?

Remote Directory: the relativ or complete path to the vB index.php ?

username / password of the ftp user

What is link password? just an extra password for vBinfo itself for the link between vbinfo.exe and vbinfo.php ?

Please set things straight if i?m wrong!

Upload does not work for the file (vbinfo.php) so manually edited and added the vblink password as entered above in the programm. Version nr. - what format should it be? 1.0B?

Also the programm does not seem to keep the settings in it?s own xml file. So i edited it as well to correspond to the vbinfo.php.

Still nothing working
Manually upload the vBinfo.php and change the password. The version number in the php is "1.0" NOT "1.0B". Match up the info when u run the program.
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 08:27 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04711 seconds
  • Memory Usage 2,306KB
  • Queries Executed 25 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (5)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete