Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 2.x > vBulletin 2.x Full Releases
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Extended! Useful Admin Stuff Details »»
Extended! Useful Admin Stuff
Version: 1.00, by shovel shovel is offline
Developer Last Online: Jan 2012 Show Printable Version Email this Page

Version: 2.2.x Rating:
Released: 05-28-2003 Last Update: Never Installs: 19
 
No support by the author.

Yeah! Alright!
Extended! Useful Admin Stuff
*wikka-wikka* coooool

Hello, hello!
I'm here again with another great innovation from the "shovel factory/powerhouse" (man I love that). Anyways, it's an extension of the 'Useful Admin Stuff' panal in your AdminCP (which I must say, is very messy coding). In this hack I've integrated Google Search, Yahoo Search (just incase Google isn't working....), and vBulletin.com Search. Also, I've made some pretty useful links on the current exsisting and new titles. Not to mention I made the buttons look a whole lot easier to read. See for yourself (screen in post below). Well, that's all, I hope you like it cause...I.....do.

Bunches & Bunches of Crap
shovel :knockedout:

Update #1: vBulletin.org Query Form Added
Update #2: Individual Forum Search For vB.org & vB.com Underway
Update #3: Added Special Thanks To Chris & Bob!
Update #4: vBulletin.com BETA Query Form Added

Update #5: vBulletin.com Query Form Declared Bug-Free

Show Your Support

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

Comments
  #42  
Old 05-30-2003, 04:39 PM
shovel's Avatar
shovel shovel is offline
 
Join Date: Mar 2002
Location: South Carolina, US
Posts: 222
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Today at 12:02 PM hellsatan said this in Post #38
Ok dude But as demonstrated, it already works for me - These crazy guys with their wackey sites

Maybe you can find something new for another version? Like a "search.php" in admin, where you can search for specific stuff on vB.org / vB.com etc

Satan
Yeah, like searching for specific words on pages.
Reply With Quote
  #43  
Old 05-31-2003, 02:31 AM
Boofo's Avatar
Boofo Boofo is offline
 
Join Date: Mar 2002
Location: Des Moines, IA (USA)
Posts: 15,776
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I found the fix! Play with it long enough and it usually works out. The following code works for vb.org:

PHP Code:
<form action="https://vborg.vbsupport.ru/search.php" method="post" name="vbform" target="_blank">
<
input type="hidden" name="s" value="$session[sessionhash]">
<
input type="hidden" name="forumchoice" value="-1">
<
input type="hidden" name="action" value="simplesearch">
<
input type="hidden" name="searchdate" value="-1">
<
tr class="secondalt">
 <
td><a href="http://www.vbulletin.org/" target="_blank">vBulletin.org Search</td>
 <
td><input type="text" size="30" class="bginput" name="query" tabindex="1"> <span id="submitrow"><input type="submit" class="bginput" name="submit" value="vB.org" accesskey="s"></span></td>
</
tr>
</
form
Reply With Quote
  #44  
Old 05-31-2003, 06:14 AM
csidlernet csidlernet is offline
 
Join Date: Apr 2003
Location: sydney
Posts: 183
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Yesterday at 02:08 AM hellsatan said this in Post #12
Here is a screenshot

Satan



Sweet! it looks good!
Reply With Quote
  #45  
Old 05-31-2003, 09:27 AM
Chris M's Avatar
Chris M Chris M is offline
 
Join Date: Dec 2001
Location: Northampton, England
Posts: 6,186
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

@Boofo - Um thats what I posted with a little bit less pre-defined data:

Code:
<form action="https://vborg.vbsupport.ru/search.php" method="post" target="_blank">
<input type="hidden" name="s" value="" />
<input type="hidden" name="action" value="simplesearch" />
<input type="hidden" name="forumchoice" value="-1" />
<input type="hidden" name="titleonly" value="" />
<input type="hidden" name="showposts" value="" />
<input type="hidden" name="searchdate" value="-1" />
<input type="hidden" name="beforeafter" value="after" />
<input type="hidden" name="sortby" value="title" />
<input type="hidden" name="sortorder" value="descending" />
<tr class="secondalt">
	<td><a href="http://www.vbulletin.org/" target="_blank">vBulletin.org Search</a></td>
	<td><input type="text" class="bginput" name="query" size="30"> <span id="submitrow"><input type="submit" value="vB.org"></span></td>
</tr>
</form>


@csidlernet - Thanks

Satan
Reply With Quote
  #46  
Old 05-31-2003, 09:32 AM
Boofo's Avatar
Boofo Boofo is offline
 
Join Date: Mar 2002
Location: Des Moines, IA (USA)
Posts: 15,776
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

And that's why it worked. For some reason, it doesn't need all the pre-definitions that you had there. They were interfering with it. Actually, I used the definitions filburt has in his forumhome quick search hack and that worked.

And you didn't have the $session[sessionhash] in yours.
Reply With Quote
  #47  
Old 05-31-2003, 09:48 AM
Chris M's Avatar
Chris M Chris M is offline
 
Join Date: Dec 2001
Location: Northampton, England
Posts: 6,186
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Oh...

Because I don't use sessionhash

Fair enough - I was just trying to make it more accurate

Satan
Reply With Quote
  #48  
Old 05-31-2003, 10:30 AM
Boofo's Avatar
Boofo Boofo is offline
 
Join Date: Mar 2002
Location: Des Moines, IA (USA)
Posts: 15,776
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

More accurate is great if it works. Thanks for trying though. It gave me a place to start.
Reply With Quote
  #49  
Old 05-31-2003, 01:42 PM
Chris M's Avatar
Chris M Chris M is offline
 
Join Date: Dec 2001
Location: Northampton, England
Posts: 6,186
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Yeh....I think shovel is gonna do some kind of page where you can search more accurately, pretty much like the vB.org search page only on your site

Satan
Reply With Quote
  #50  
Old 05-31-2003, 02:28 PM
yxboom's Avatar
yxboom yxboom is offline
 
Join Date: Jan 2003
Location: The City
Posts: 94
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

W00t!

Boofo the code worked. I can now set my control panel as my home page
Reply With Quote
  #51  
Old 06-01-2003, 05:06 AM
WEForums WEForums is offline
 
Join Date: Apr 2003
Location: Jacksonville, Florida
Posts: 195
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Strange how you guys get blank pages. Just so hellsatan doesn't go crazy it also works for my admin panel. Great work, hellsatan. Makes searching a lot easier. Kudos.
Quote:
05-29-03 at 04:05 PM hellsatan said this in Post #11
@Boofo - It seriously does work

I updated my code to include a dropbox for vB.org forums:

Code:
<form action="https://vborg.vbsupport.ru/search.php" method="post" target="_blank">
<input type="hidden" name="s" value="" />
<input type="hidden" name="action" value="simplesearch" />
<input type="hidden" name="titleonly" value="" />
<input type="hidden" name="showposts" value="" />
<input type="hidden" name="searchdate" value="-1" />
<input type="hidden" name="beforeafter" value="after" />
<input type="hidden" name="sortby" value="title" />
<input type="hidden" name="sortorder" value="descending" />
<tr class="secondalt">
	<td>vBulletin.org Search</td>
	<td><input type="text" class="bginput" name="query" size="30"><select name="forumchoice">
		<option value="-1" selected>All Open Forums</option>
		<option>-- vBulletin.org --</option>
		<option value="2">Announcements</option>
		<option value="7">Site Feedback</option>
		<option>-- Main Forums --</option>
		<option value="10">General Hacking Discussion</option>
		<option value="26">Pre-Sales Questions</option>
		<option value="8">Hack Requests</option>
		<option value="9">Help Me Finish</option>
		<option value="5">Beta Hacks</option>
		<option value="4">Full Releases</option>
		<option value="20">Hacking Hints & Tips</option>
		<option value="11">Support</option>
		<option value="15">PHP / MySQL</option>
		<option>-- Graphics & Templates --</option>
		<option value="27">Template and Button Requests</option>
		<option value="22">Template Modifications</option>
		<option value="24">Buttons and Graphics</option>
		<option>-- Off Topic --</option>
		<option value="13">The Lounge</option>
		<option value="14">Forum Commenting</option>
		<option value="30">Service Requests</option>
	</select><span id="submitrow"><input type="submit" value="Go"></span></td>
</tr>
</form>
Satan
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 10:54 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.05733 seconds
  • Memory Usage 2,332KB
  • 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
  • (2)bbcode_code
  • (1)bbcode_php
  • (3)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
  • (4)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