King Kovifor
27th November 2006, 03:18 AM
I never knew that misc.php could do some of the things it does... It can do the following things (as of 3.6.2!):
attachments (http://www.vbulletin-fans.com/misc.php?do=attachments)
- Redirects to profile.php (http://www.vbulletin-fans.com/profile.php?do=editattachments)
- Previously (I assume) a way to manage attachments!
buddy list (http://www.vbulletin-fans.com/misc.php?do=buddylist)
- Displays your buddy list.
who posted (http://www.vbulletin-fans.com/misc.php?do=whoposted)
- Displays who posted in a certain thread.
- REQUIRES: threadid
- Does permission checks
show attachments (http://www.vbulletin-fans.com/misc.php?do=showattachments)
- Shows attachments from a certain thread.
- REQUIRES: threadid
show avatars (http://www.betlik.com/misc.php?do=showavatars) (off-site link to a site w/ avatar galleries.)
- Displays a list of avatars in the site's avatars galleries.
- Displays how many posts are required to use the avatar.
- Checks & Displays all avatars selectable by the viewers usergroup.
BBCode (http://www.vbulletin-fans.com/misc.php?do=bbcode)
- List of BBCode
- Checks site's options on default BBCode
get smilies (http://www.vbulletin-fans.com/misc.php?do=getsmilies)
- Smilie List
debug_page (http://www.vbulletin-fans.com/misc.php?do=debug_page)
- Checks permissions (will show smilies!)
show smilies (http://www.vbulletin-fans.com/misc.php?do=showsmilies)
- Smilie List
That's a lot of uses. I'm not sure how useful some of them are, but I think it's neat that misc.php can do so much. And it's easy to add others through the misc_start hook location.
attachments (http://www.vbulletin-fans.com/misc.php?do=attachments)
- Redirects to profile.php (http://www.vbulletin-fans.com/profile.php?do=editattachments)
- Previously (I assume) a way to manage attachments!
buddy list (http://www.vbulletin-fans.com/misc.php?do=buddylist)
- Displays your buddy list.
who posted (http://www.vbulletin-fans.com/misc.php?do=whoposted)
- Displays who posted in a certain thread.
- REQUIRES: threadid
- Does permission checks
show attachments (http://www.vbulletin-fans.com/misc.php?do=showattachments)
- Shows attachments from a certain thread.
- REQUIRES: threadid
show avatars (http://www.betlik.com/misc.php?do=showavatars) (off-site link to a site w/ avatar galleries.)
- Displays a list of avatars in the site's avatars galleries.
- Displays how many posts are required to use the avatar.
- Checks & Displays all avatars selectable by the viewers usergroup.
BBCode (http://www.vbulletin-fans.com/misc.php?do=bbcode)
- List of BBCode
- Checks site's options on default BBCode
get smilies (http://www.vbulletin-fans.com/misc.php?do=getsmilies)
- Smilie List
debug_page (http://www.vbulletin-fans.com/misc.php?do=debug_page)
- Checks permissions (will show smilies!)
show smilies (http://www.vbulletin-fans.com/misc.php?do=showsmilies)
- Smilie List
That's a lot of uses. I'm not sure how useful some of them are, but I think it's neat that misc.php can do so much. And it's easy to add others through the misc_start hook location.