Sponsored Content
Top Forums Web Development Removing VBSEO for vbulletin – Reverting back to vbulletin URLs Post 302868623 by Neo on Monday 28th of October 2013 11:04:43 AM
Old 10-28-2013
Example Forum Page Index RewriteRules

Here are example rewrite rules for the forum page indexes:

Code:
RewriteRule ^solaris/index([0-9]+)\.html$ /forumdisplay.php?f=43&pp=40&sort=lastpost&order=desc&daysprune=-1&page=$1
RewriteRule ^aix/index([0-9]+)\.html$ /forumdisplay.php?f=47&pp=40&sort=lastpost&order=desc&daysprune=-1&page=$1
RewriteRule ^os-x-apple/index([0-9]+)\.html$ /forumdisplay.php?f=48&pp=40&sort=lastpost&order=desc&daysprune=-1&page=$1
RewriteRule ^sco/index([0-9]+)\.html$ /forumdisplay.php?f=52&pp=40&sort=lastpost&order=desc&daysprune=-1&page=$1
RewriteRule ^debian/index([0-9]+)\.html$ /forumdisplay.php?f=120&pp=40&sort=lastpost&order=desc&daysprune=-1&page=$1
RewriteRule ^security/index([0-9]+)\.html$ /forumdisplay.php?f=14&pp=40&sort=lastpost&order=desc&daysprune=-1&page=$1
RewriteRule ^slackware/index([0-9]+)\.html$ /forumdisplay.php?f=122&pp=40&sort=lastpost&order=desc&daysprune=-1&page=$1
RewriteRule ^android/index([0-9]+)\.html$ /forumdisplay.php?f=140&pp=40&sort=lastpost&order=desc&daysprune=-1&page=$1
RewriteRule ^gentoo/index([0-9]+)\.html$ /forumdisplay.php?f=121&pp=40&sort=lastpost&order=desc&daysprune=-1&page=$1
RewriteRule ^suse/index([0-9]+)\.html$ /forumdisplay.php?f=118&pp=40&sort=lastpost&order=desc&daysprune=-1&page=$1
RewriteRule ^hardware/index([0-9]+)\.html$ /forumdisplay.php?f=136&pp=40&sort=lastpost&order=desc&daysprune=-1&page=$1
RewriteRule ^programming/index([0-9]+)\.html$ /forumdisplay.php?f=104&pp=40&sort=lastpost&order=desc&daysprune=-1&page=$1
RewriteRule ^bsd/index([0-9]+)\.html$ /forumdisplay.php?f=46&pp=40&sort=lastpost&order=desc&daysprune=-1&page=$1
RewriteRule ^ubuntu/index([0-9]+)\.html$ /forumdisplay.php?f=117&pp=40&sort=lastpost&order=desc&daysprune=-1&page=$1

 

We Also Found This Discussion For You

1. Post Here to Contact Site Administrators and Moderators

vbulletin addon for ads?

i'm wondering what vbulletin addon is used here to manage ads if the admin could let me know :) (1 Reply)
Discussion started by: disgust
1 Replies
XkbGetIndicatorMap(3)						   XKB FUNCTIONS					     XkbGetIndicatorMap(3)

NAME
XkbGetIndicatorMap - Gets the map for one or more indicators, using a mask to specify the indicators SYNOPSIS
Status XkbGetIndicatorMap (Display *dpy, unsigned int which, XkbDescPtr desc); ARGUMENTS
- dpy connection to the X server - which mask of indicators for which maps should be returned - desc keyboard description to be updated DESCRIPTION
Xkb allows applications to obtain information about indicators using two different methods. The first method, which is similar to the core X implementation, uses a mask to specify the indicators. The second method, which is more suitable for applications concerned with interop- erability, uses indicator names. The correspondence between the indicator name and the bit position in masks is as follows: one of the parameters returned from XkbGetNamedIndicators is an index that is the bit position to use in any function call that requires a mask of indicator bits, as well as the indicator's index into the XkbIndicatorRec array of indicator maps. XkbGetIndicatorMap obtains the maps from the server for only those indicators specified by the which mask and copies the values into the keyboard description specified by desc. If the indicators field of the desc parameter is NULL, XkbGetIndicatorMap allocates and initial- izes it. To free the indicator maps, use XkbFreeIndicatorMaps. DIAGNOSTICS
BadAlloc Unable to allocate storage BadMatch A compatible version of Xkb was not available in the server or an argument has correct type and range, but is otherwise invalid BadImplementation Invalid reply from server SEE ALSO
XkbFreeIndicatorMaps(3), XkbGetNamedIndicators(3) X Version 11 libX11 1.5.0 XkbGetIndicatorMap(3)
All times are GMT -4. The time now is 01:43 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy