vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 2.x Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=4)
-   -   Extended! Useful Admin Stuff (https://vborg.vbsupport.ru/showthread.php?t=53533)

shovel 05-28-2003 10:00 PM

Extended! Useful Admin Stuff
 
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

shovel 05-29-2003 12:23 PM

Here's the pretty screen...

Boofo 05-29-2003 12:44 PM

Not bad. Any way to add the search for vb.org? I tried but could not get it working. It would only take me to the search page here.

Chris M 05-29-2003 01:05 PM

@Boofo - Try:

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>

:)

Edit: Updated to correct code:)

Satan

Boofo 05-29-2003 01:17 PM

All I get is the error "Sorry - no matches found. Please try some different terms."

Chris M 05-29-2003 01:23 PM

Right I figured it;)

Updated above post:)

Satan

Boofo 05-29-2003 01:41 PM

Now the page just goes blank when I submit a search. ;)

Chris M 05-29-2003 01:49 PM

Not for me:eek:

Satan

Boofo 05-29-2003 01:53 PM

Then you must have a magic board. ;)

shovel 05-29-2003 01:54 PM

Lol. Ok, I'll work it. :)

Chris M 05-29-2003 02:05 PM

@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

Chris M 05-29-2003 02:08 PM

Here is a screenshot:)

Satan

Boofo 05-29-2003 02:19 PM

It might work for you, but it doesn't work for me, Chris.

Dan 05-29-2003 02:52 PM

Interesting....

/me clicks install

Chris M 05-29-2003 03:22 PM

@Boofo - I don't see how it cannot:(

Satan

shovel 05-29-2003 03:26 PM

Ok, here's the code for vB.org queries...

Code:

<form action="https://vborg.vbsupport.ru/search.php" method="post">
<input type="hidden" name="s" value="">
<tr class="secondalt">
 <td><a href="http://www.vbulletin.org/" target="_blank">vBulletin.org Search</a></td>
 <td><input type="text" size="30" class="bginput" name="query"> <span id="submitrow"><input type="submit" class="bginput" name="Submit" value="vB.org" accesskey="s"></span></td>
</tr>
</form>

This will work. :) Also, hellsatan, I'll continue with that idea of search individual forums on vB.org. Thanks!

UPDATED!

Chris M 05-29-2003 03:45 PM

No problems;)

Now my board may be strange, because I tried that code above before (after making it myself on my 2nd attempt), and it did not work:confused:

Oh - And you missed off the "Go" button;):)

Satan

shovel 05-29-2003 03:46 PM

Oh, whoops. Lol. Thanks. :)

EDIT: Fixed!

Boofo 05-29-2003 04:05 PM

That doesn't make it work for me, no matter how it works for you. Sorry.

Boofo 05-29-2003 04:11 PM

Quote:

Today at 11:26 AM shovel said this in Post #16
Ok, here's the code for vB.org queries...

Code:

<form action="https://vborg.vbsupport.ru/search.php" method="post">
<input type="hidden" name="s" value="">
<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"> <span id="submitrow"><input type="submit" class="bginput" name="Submit" value="vB.org" accesskey="s"></span></td>
</tr>
</form>

This will work. :) Also, hellsatan, I'll continue with that idea of search individual forums on vB.org. Thanks!

This code just takes me to vb.org's search page.

shovel 05-29-2003 04:12 PM

Retry. I messed up with the hyperlink. I updated the above coding. :) Sorry!!

Boofo 05-29-2003 04:36 PM

Same thing. Just takes me to the search page at vb.org.

shovel 05-29-2003 04:40 PM

Try this...

Code:

<form action="https://vborg.vbsupport.ru/search.php" method="post" target="_blank">
<input type="hidden" name="s" value="" />
<input type="hidden" name="do" value="process" />
<tr class="firstalt">
        <td><a href="http://www.vbulletin.org/" target="_blank">vBulletin.org Search</a></td>
        <td><input type="text" class="bginput" name="query" size="30" tabindex="1"> <span id="submitrow"><input type="submit" value="vB.org"></span></td>
</tr>
</form>


Boofo 05-29-2003 04:46 PM

Quote:

Today at 12:40 PM shovel said this in Post #23
Try this...

Code:

<form action="https://vborg.vbsupport.ru/search.php" method="post" target="_blank">
<input type="hidden" name="s" value="" />
<input type="hidden" name="do" value="process" />
<tr class="firstalt">
        <td><a href="http://www.vbulletin.org/" target="_blank">vBulletin.org Search</a></td>
        <td><input type="text" class="bginput" name="query" size="30" tabindex="1"> <span id="submitrow"><input type="submit" value="vB.org"></span></td>
</tr>
</form>


Same thing, sorry. ;)

Fi_InCogNiTo 05-29-2003 05:32 PM

Takes me to the search page also ;)

Mike11212 05-29-2003 05:50 PM

Quote:

Today at 04:08 PM hellsatan said this in Post #12
Here is a screenshot:)

Satan


geeez that server load is hi

yxboom 05-29-2003 05:56 PM

Quote:

Today at 11:50 AM Mike11212 said this in Post #26
geeez that server load is hi

No kidding with 1 user and no guests :confused:

I tried all the variations of the vb.org search and the only one that at least gets me to the vb.org site is the one inside the install file. All of HS's versions takes me to a blank page. :paranoid:

Chris M 05-29-2003 06:03 PM

It flucctuates;)

And Fi_InCogNiTo - Try what I posted - Does that work for you?

Satan

Boofo 05-29-2003 07:33 PM

Aha! So it isn't Boofo's messed up board causing this. Isn't that strange? :p ;)

Chris M 05-29-2003 09:55 PM

Maybe it is, and someone else has an equally messed up board;):p

Satan

yxboom 05-29-2003 10:07 PM

Hey I resemble that remark

Boofo 05-29-2003 10:25 PM

What are the chances? Not very good, I think. ;)

Link14716 05-29-2003 11:44 PM

I have an idea... take the code for the vb.com search and just change the .com to .org ;)

Boofo 05-30-2003 12:22 AM

Quote:

Today at 07:44 PM Link14716 said this in Post #33
I have an idea... take the code for the vb.com search and just change the .com to .org ;)
LOL Already tried that a while ago, This:

PHP Code:

<input type="hidden" name="do" value="process" /> 

is what messes that idea up. vB3 does it different than any vB2.x.x does.

Chris M 05-30-2003 08:43 AM

I am sure that if you changed "do" to "action" and "process" to "simplesearch" (what I did) it would work;)

Satan

Mony@k 05-30-2003 09:04 AM

Absolutly useless hack...

shovel 05-30-2003 10:21 AM

Considering the fact that you don't look like the "normal" licensed user nor are a hacker. Therefore your opinion is desregarded in my thread so why don't you scurry on over to the Testing Zone where you and all your "wannabe" buddies hangout. :)

@ Everyone Else: I'm currently reinstalling my server so give me awhile and I'll have this figured out. Trust me.

Chris M 05-30-2003 03:02 PM

Ok dude;) But as demonstrated, it already works for me - These crazy guys with their wackey sites:p

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

yxboom 05-30-2003 03:32 PM

My site is only wacky from installing all of Boofo's hacks ;)

Boofo 05-30-2003 03:56 PM

There's a remedy for that. It's called un-installing. :p


All times are GMT. The time now is 04:10 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.01445 seconds
  • Memory Usage 1,827KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (6)bbcode_code_printable
  • (1)bbcode_php_printable
  • (5)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete