The Arcive of Official vBulletin Modifications Site.
It is not a VB3 engine, just a parsed copy!
Archives
Graphics
Styles
Mods
Articles
Forums
VBSupport
vb.org Archive
>
Search Forums
Search Results
User Name
Remember Me?
Password
FAQ
Community
Calendar
Today's Posts
Search
Community Links
Members List
Search Forums
Show Threads
Show Posts
Tag Search
Advanced Search
Найти все сообщения с благодарностями
Go to Page...
Page 1 of 3
1
2
3
>
Showing results 1 to 25 of 67
Search took
0.00
seconds.
Search:
Posts Made By:
Chirag patel
Forum:
vB4 Programming Discussions
11-18-2012, 11:14 PM
Replies:
1
Change the way vbulleitn gets IP address
Views:
593
Posted By
Chirag patel
Change the way vbulleitn gets IP address
I'd assume currently vbulletin gets it Ip from PHP. Is there a way you can change it so it gets it
$ip=@$REMOTE_ADDR;
to
$ip=GEOIP_ADDR
Forum:
vB4 General Discussions
10-08-2012, 05:00 PM
Replies:
0
Two IPs in x-forwarded-for
Views:
276
Posted By
Chirag patel
Two IPs in x-forwarded-for
We have a reverse proxy server and therefor we are getting 2 IPs in our
X-Forwarded-For: client-ip, proxy-server-ip
In which the second sex is the real IP of the client. vBulletin does not...
Forum:
vB4 General Discussions
10-08-2012, 03:53 AM
Replies:
0
Proxy Cache Servers
Views:
243
Posted By
Chirag patel
Proxy Cache Servers
We recently tured on Google Page Speed service and a lot of users are complaining about being logged out constantly.
Is there a fix for this?
Forum:
vB4 General Discussions
09-22-2011, 04:36 PM
Replies:
2
Serious Security Problem
Views:
428
Posted By
Chirag patel
Serious Security Problem
Someone from our forum emailed my my own admin username and password. They said my website is vulnerable to sql injection.
How can I fix this asap?
Forum:
vB4 General Discussions
06-15-2011, 03:09 AM
Replies:
1
Span in Private Messages
Views:
314
Posted By
Chirag patel
Span in Private Messages
Recently a lot of users have been complaining about getting spams in their inboxes. Is there a way I can solve their problems by adding a product / plugin?
Thanks.
Forum:
vB4 Programming Discussions
05-12-2011, 03:00 AM
Replies:
0
Manually edit titletag </title> for thread/post?
Views:
339
Posted By
Chirag patel
Manually edit titletag </title> for thread/post?
I wanted add some words for title tag in my forum posts right before </title>
How can I do that?
Forum:
vB4 General Discussions
01-01-2011, 11:10 AM
Replies:
0
Question Answer Mods?
Views:
408
Posted By
Chirag patel
Question Answer Mods?
Are there any good Question & Answer mod, similar to Yahoo answers available for VB4?
Forum:
vB4 General Discussions
12-18-2010, 03:33 AM
Replies:
1
How to turn on leftside new posts widget
Views:
845
Posted By
Chirag patel
How to turn on leftside new posts widget
I have vbulletin 4 installed on my site but I dont know how to turn on that rightside widget for the new posts.
Forum:
vBulletin 4.x Add-ons
09-14-2010, 07:22 PM
Replies:
1,325
Add-On Releases -
[AJAX] Helpful Answers - Allow users to rate individual posts
Views:
218,907
Posted By
Chirag patel
Can users who are not registered rate specific...
Can users who are not registered rate specific forum posts?
Also I would like to ask you to consider a feature where if a user is not registered and wants to rate a specific post, he/she should...
Forum:
vB4 General Discussions
09-13-2010, 11:10 PM
Replies:
3
Q & A Mod?
Views:
496
Posted By
Chirag patel
Q & A Mod?
Is there a mod that can allow users to ask questions and others can post answers and such.....
Forum:
vB4 General Discussions
07-05-2010, 01:03 AM
Replies:
0
How to remove post count?
Views:
428
Posted By
Chirag patel
How to remove post count?
I would like to learn how one can remove post count from the main board and category pages.
Forum:
vB3 General Discussions
01-29-2010, 07:24 AM
Replies:
3
4.0 Skin on 3.8?
Views:
491
Posted By
Chirag patel
But what if someone actually re-creates it.
But what if someone actually re-creates it.
Forum:
vB3 General Discussions
01-29-2010, 05:57 AM
Replies:
3
4.0 Skin on 3.8?
Views:
491
Posted By
Chirag patel
4.0 Skin on 3.8?
Is there a way I can find the 4.0 theme and put it on my forum?
Forum:
vB3 General Discussions
01-25-2010, 06:22 PM
Replies:
0
Problem with RSS Feeds
Views:
354
Posted By
Chirag patel
Problem with RSS Feeds
On my forums, my RSS feeds do not get updated as soon as I would like. Is there a way I can fix it?
Forum:
vB3 General Discussions
07-20-2009, 04:24 PM
Replies:
1
width to 90%
Views:
487
Posted By
Chirag patel
width to 90%
Ho do you make vbulletin skin to 90% from 100%
Forum:
vB3 Design and Graphics Discussions
07-20-2009, 03:20 PM
Replies:
3
Rounded corner posts
Views:
775
Posted By
Chirag patel
Rounded corner posts
I was wondering if if someone can someone can tell me how I can make the corners rounded for posts in vbulletin like this one
http://www.daniweb.com/forums/thread63858.html
Forum:
vBulletin 3.8 Add-ons
05-27-2009, 11:55 PM
Replies:
1,330
Integration with vBulletin -
Complete Wordpress/Vbulletin Bridge - Share Users And Postings
Views:
390,943
Posted By
Chirag patel
Can this import posts that are already in one of...
Can this import posts that are already in one of the forums that I want to integrate to?
Forum:
Modification Graveyard
05-27-2009, 11:54 PM
Replies:
1,318
Integration with vBulletin -
Complete Wordpress/Vbulletin Bridge - Share Users And Postings
Views:
516,575
Posted By
Chirag patel
Can this import posts that are already in one of...
Can this import posts that are already in one of the forums that I want to integrate to?
Forum:
vB3 Programming Discussions
05-23-2009, 06:54 AM
Replies:
1
Redirect after login
Views:
694
Posted By
Chirag patel
Redirect after login
I have a vbulletin wordpress bridge installed and I want the users to login from the wordpress page but I need them to login from vbulletin login page. Is it possible that once they click on the...
Forum:
vB3 General Discussions
03-30-2009, 04:36 PM
Replies:
6
Alternate posts colors
Views:
1,129
Posted By
Chirag patel
Sorry Lynne, Do you know which template I...
Sorry Lynne,
Do you know which template I need to change for this?
Forum:
vB3 General Discussions
03-28-2009, 06:42 AM
Replies:
6
Alternate posts colors
Views:
1,129
Posted By
Chirag patel
Something like this ...
Something like this
http://www.zatzy.com/street-racing-general-automotive/330869-favourite-groupe-b-rally-car.html
see how the alternate post colors are different
Forum:
vB3 General Discussions
03-28-2009, 01:54 AM
Replies:
6
Alternate posts colors
Views:
1,129
Posted By
Chirag patel
Alternate posts colors
Is there a way to display posts in an alternate colors?
Forum:
vBulletin 3.8 Add-ons
03-25-2009, 06:25 PM
Replies:
302
Integration with vBulletin -
Ain - Advanced Google AdSense
Views:
91,806
Posted By
Chirag patel
How do you show ads inside the first post?
How do you show ads inside the first post?
Forum:
vB3 Programming Discussions
02-26-2009, 09:31 AM
Replies:
4
Log in from any page on the site
Views:
712
Posted By
Chirag patel
Log in from any page on the site
I'm trying to find for last two hours which will let users Log in from any page on the website but so far I havent found anything. Can someone please help me find it.
Forum:
vBulletin 3.8 Add-ons
02-26-2009, 08:04 AM
Replies:
1,330
Integration with vBulletin -
Complete Wordpress/Vbulletin Bridge - Share Users And Postings
Views:
390,943
Posted By
Chirag patel
Redirect Loop Firefox has detected that the...
Redirect Loop
Firefox has detected that the server is redirecting the request for this address in a way that will never complete.
Error happens when clicking on add images on the text editor
Showing results 1 to 25 of 67
Page 1 of 3
1
2
3
>
Forum Jump
User Control Panel
Private Messages
Subscriptions
Who's Online
Search Forums
Forums Home
News and Announcements
News and Announcements
Mod of the Month
Official vB.com Announcements
vBulletin Pre-Sales Questions
vBulletin Styles and Graphics
vBulletin Styles
vBulletin 5.x Styles
vBulletin 3.8 Styles
vBulletin 3.8 Admin CP Styles
vBulletin 4.x Styles
vBulletin Graphic Sets
vBulletin Button Sets
vBulletin Smilie Sets
Miscellaneous Images
vBulletin Rank Sets
vBulletin Avatar Sets
vBulletin Status Icon Sets
vBulletin Article Depository
Read An Article
vBulletin 3 Articles
Programming Articles
General Articles
Management Articles
Graphics Articles
vBulletin Tips & Tricks
vBulletin 4 Articles
vBulletin 5 Connect Articles
Article Submissions
Submit New Article
vBulletin Modifications
vBulletin 5.x Modifications
vBulletin 5.x Products & Extensions
vBulletin 5.x Template Modifications
vBulletin 4.x Modifications
vBulletin 4.x Add-ons
vBulletin 4.x Template Modifications
vBulletin 3.8 Modifications
vBulletin 3.8 Add-ons
vBulletin 3.8 Template Modifications
Premium Modifications
vBulletin Open Source Products
Sphinx
Project Tools
ibProArcade
Archive
vB.org Archives
General
vB1 Hacks
Testing Zone
Board of the Month
Big Board Discussions
General Hosting/Server Discussions
Member Archives
vBulletin 2.x
vBulletin 2.x Full Releases
vBulletin 2.x Beta Releases
vBulletin 2.x Template Modifications
vBulletin 2.x Styles
vBulletin 2.x Admin CP Styles
vBulletin 3.0
vBulletin 3.0 Full Releases
vBulletin 3.0 Beta Releases
vBulletin 3.0 Template Modifications
vBulletin 3.0 Styles
vBulletin 3.0 Admin CP Styles
vBulletin 3.5
vBulletin 3.5 Add-ons
vBulletin 3.5 Template Modifications
vBulletin 3.5 Styles
vBulletin 3.5 Admin CP Styles
vBulletin 3.6
vBulletin 3.6 Template Modifications
vBulletin 3.6 Add-ons
vBulletin 3.6 Styles
vBulletin 3.6 Admin CP Styles
vBulletin 3.7
vBulletin 3.7 Add-ons
vBulletin 3.7 Template Modifications
vBulletin 3.7 Styles
vBulletin 3.7 Admin CP Styles
Premium Archives
uCash & uShop
vBadvanced CMPS
RPG Integration Hack
vBindex
vBgarage
Advanced Warning System (AWS)
vbArticles
vB Chat
vbBux / vbPlaza
ibProArcade Archive
vRewrite - SEOed URLs for vBulletin
Modification Graveyard
vBulletin 5 Connect Discussion
vB5 General Discussions
vB5 Programming Discussions
vB5 Design and Graphics Discussions
vBulletin 4 Discussion
vB4 General Discussions
vB4 Programming Discussions
vB4 Design and Graphics Discussions
vBulletin 3 Discussion
vB3 Programming Discussions
vB3 General Discussions
vB3 Design and Graphics Discussions
Community Discussions
Modification Requests/Questions (Unpaid)
Style and Graphics Requests (Unpaid)
Forum and Server Management
Community Central
vBulletin.org Site Feedback
Community Lounge
Community Reviews
All times are GMT. The time now is
12:09 AM
.
-- Default Style
---- Blue
------ Red
------ Green
------ Purple
Contact Us
-
Archive
-
Top
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.01696 seconds
Memory Usage
2,029KB
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
(1)
footer
(1)
forumjump
(1)
gobutton
(1)
header
(1)
headinclude
(1)
navbar
(2)
navbar_link
(120)
option
(1)
pagenav
(1)
pagenav_curpage
(2)
pagenav_pagelink
(1)
post_thanks_navbar_search
(1)
search_results
(25)
search_results_postbit
(1)
spacer_close
(1)
spacer_open
(15)
threadbit_pagelink
Phrase Groups Available:
global
inlinemod
prefix
search
Included Files:
./
search.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_search.php
./includes/
functions_databuild.php
./includes/
functions_forumlist.php
./includes/
functions_misc.php
./includes/
functions_forumdisplay.php
./includes/
functions_bigthree.php
Hooks Called:
init_startup
init_startup_session_setup_start
init_startup_session_setup_complete
cache_permissions
style_fetch
cache_templates
global_start
parse_templates
global_setup_complete
search_before_process
search_start
search_results_start
search_results_query_posts
search_results_prebits
threadbit_process
search_results_postbit
pagenav_page
pagenav_complete
forumjump
search_complete
navbits
navbits_complete
Messages:
time to check permissions: 0.0014
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(168, 0, 1,''); -> cached fperms for forum 168
(unspecified) fetch_permissions(168, 0, 1,''); -> cached fperms for forum 168
(unspecified) fetch_permissions(235, 0, 1,''); -> cached fperms for forum 235
(unspecified) fetch_permissions(235, 0, 1,''); -> cached fperms for forum 235
(unspecified) fetch_permissions(224, 0, 1,''); -> cached fperms for forum 224
(unspecified) fetch_permissions(224, 0, 1,''); -> cached fperms for forum 224
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(235, 0, 1,''); -> cached fperms for forum 235
(unspecified) fetch_permissions(235, 0, 1,''); -> cached fperms for forum 235
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(235, 0, 1,''); -> cached fperms for forum 235
(unspecified) fetch_permissions(235, 0, 1,''); -> cached fperms for forum 235
FULLTEXT Search
php_sapi_name(): fpm-fcgi