Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.5 > vBulletin 3.5 Add-ons

Reply
 
Thread Tools
FlashChat AdminCP Menu Details »»
FlashChat AdminCP Menu
Version: 1.02, by cyberhypnotic cyberhypnotic is offline
Developer Last Online: Sep 2006 Show Printable Version Email this Page

Version: 3.5.3 Rating:
Released: 01-26-2006 Last Update: 01-28-2006 Installs: 50
Additional Files Is in Beta Stage  
No support by the author.

UPDATED

A huge thanks to Paul_M for his help with the corrections of this.

If you've installed this modification, please update with the new zip file.

Fixed -
  • Admin can enter the path to their FlashChat folder in the vBulletin Options menu, under General Settings.

My first shot at adding something to vBulletin. Hope you guys like it. Click INSTALL if you do.

This adds the FlashChat Admin Panel to your vBulletin AdminCP menu for easy access.

I'll do my best to update this as I learn more. I've noticed some requests for certain things.

PLEASE NOTE: Download CMSadminflashchat.zip if you have FlashChat integrated into your vBulletin with a CMS. Download adminflashchat.zip if you do NOT have your FlashChat integrated into your vBulletin with a CMS.

Minimal support. Post in thread.

Instructions included in the zip file.

Show Your Support

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

Comments
  #2  
Old 01-27-2006, 09:28 PM
Ramsesx's Avatar
Ramsesx Ramsesx is offline
 
Join Date: Aug 2005
Location: Southern Germany
Posts: 512
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

cool idea, it is showing in the acp but everything is getting an error:
The requested URL /chat/admin/botlist.php etc. was not found on this server.
My chat is on /forum/chat/admin/
Need I change the path anywhere?
Thanks
Reply With Quote
  #3  
Old 01-27-2006, 09:55 PM
Paul M's Avatar
Paul M Paul M is offline
 
Join Date: Sep 2004
Location: Nottingham, UK
Posts: 23,748
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

The path to the chat folder needs to be a setting as it varies from person to person.
Reply With Quote
  #4  
Old 01-27-2006, 11:08 PM
Kru's Avatar
Kru Kru is offline
 
Join Date: Nov 2002
Posts: 87
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Paul M
The path to the chat folder needs to be a setting as it varies from person to person.
would be a good idea coz my flashchat folder is in the forum root.

Well, I edited the cpnav_flashchat.xml to the correct path of my chat folder.
Reply With Quote
  #5  
Old 01-27-2006, 11:38 PM
cyberhypnotic cyberhypnotic is offline
 
Join Date: Nov 2005
Posts: 79
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I would imagine that /chat/admin/botlist.php would be the correct path, as it was instructed for people to place the chat folder in their forum root folder.

Paul, you've been a great help thus far. Is there something I can do to better this issue? Or is this something that JUST varies from person to person if they upload the chat folder wherever they want?

EDIT - Would making the link /.../chat/admin/botlist.php work? It worked fine for me both ways. My forum is a subdomain, making it forum.yoursite.com. My chat folder resides within subdomains/forum/httpdocs/chat/
Reply With Quote
  #6  
Old 01-28-2006, 12:46 AM
Paul M's Avatar
Paul M Paul M is offline
 
Join Date: Sep 2004
Location: Nottingham, UK
Posts: 23,748
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Your setup is not typical.

For most people, the path will be /<something>/chat/ ( e.g. /forum/chat/ ) as they don't use sub domains. Also, some older installations will use a folder called flashchat as that used to be the default.

The simple answer is to have a custom setting (or phrase) that the path is stored in, then people can set it as required.
Reply With Quote
  #7  
Old 01-28-2006, 01:14 AM
theFAILURE's Avatar
theFAILURE theFAILURE is offline
 
Join Date: Jan 2005
Posts: 141
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Works good, congrats on your 1st one!
Reply With Quote
  #8  
Old 01-28-2006, 01:36 AM
cyberhypnotic cyberhypnotic is offline
 
Join Date: Nov 2005
Posts: 79
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I apologize for not realizing this. Paul, I might need a little assistance on this. Mind pointing me to any examples?
Reply With Quote
  #9  
Old 01-28-2006, 02:08 AM
theFAILURE's Avatar
theFAILURE theFAILURE is offline
 
Join Date: Jan 2005
Posts: 141
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Here is what I did, if you look close, you will see how to make it work.

Look at my paths, then compare them to yours:

Code:
<navoption>
			<phrase>flashchat_menu1</phrase>
			<link>http://thescambaiter.com/forum/chat/admin/msglist.php?{$rand}</link>
		</navoption>
		
		<navoption>
			<phrase>flashchat_menu2</phrase>
			<link>http://thescambaiter.com/forum/chat/admin/chatlist.php?{$rand}</link>
		</navoption>
		
		<navoption>
			<phrase>flashchat_menu3</phrase>
			<link>http://thescambaiter.com/forum/chat/admin/usrlist.php?{$rand}</link>
		</navoption>
		
		<navoption>
			<phrase>flashchat_menu4</phrase>
			<link>http://thescambaiter.com/forum/chat/admin/roomlist.php?{$rand}</link>
		</navoption>
		
		<navoption>
			<phrase>flashchat_menu5</phrase>
			<link>http://thescambaiter.com/forum/chat/admin/connlist.php?{$rand}</link>
		</navoption>
		
		<navoption>
			<phrase>flashchat_menu6</phrase>
			<link>http://thescambaiter.com/forum/chat/admin/banlist.php?{$rand}</link>
		</navoption>
		
		<navoption>
			<phrase>flashchat_menu7</phrase>
			<link>http://thescambaiter.com/forum/chat/admin/ignorelist.php?{$rand}</link>
		</navoption>
		
		<navoption>
			<phrase>flashchat_menu8</phrase>
			<link>http://thescambaiter.com/forum/chat/admin/botlist.php?{$rand}</link>
		</navoption>
		
		</navgroup>
Reply With Quote
  #10  
Old 01-28-2006, 03:38 AM
cyberhypnotic cyberhypnotic is offline
 
Join Date: Nov 2005
Posts: 79
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

That only pertains to you. If you were to put /forum/chat/admin/msglist.php?{$rand} in there, without the http://thescambaiter.com, it would work for you.

The answer might be in the back of my mind. I may have seen something before that I could go by as the perfect example. But I'm at a loss as to where to find it.

I've been looking around into things. I'm kinda multi-tasking over here with my forum, trying to learn more about PHP, XML, MySQL, etc., and trying to make this work for everyone and anyone that downloads it. :ermm:
Reply With Quote
Reply

Thread Tools

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 10:22 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.06899 seconds
  • Memory Usage 2,290KB
  • Queries Executed 23 (?)
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
  • (1)bbcode_code
  • (1)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (9)postbit
  • (10)postbit_onlinestatus
  • (10)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