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 4
1
2
3
>
Last
»
Showing results 1 to 25 of 84
Search took
0.00
seconds.
Search:
Posts Made By:
Raz
Forum:
vBulletin 2.x Full Releases
01-17-2004, 09:51 AM
Replies:
98
Deferred Threadviews v1.00 (to reduce server load)
Views:
15,955
Posted By
Raz
Looks more like table corruption. Run myisamchk
Looks more like table corruption. Run myisamchk
Forum:
vBulletin 2.x Full Releases
06-23-2003, 06:40 PM
Replies:
50
Change style on index with UPDATE
Views:
8,013
Posted By
Raz
There is a security issue with this hack. I won't...
There is a security issue with this hack. I won't release the detail just yet, but here is what mine currently looks like:if ($bbuserinfo['userid'] > 0 and $_GET['styleid'] > 0) {
...
Forum:
vBulletin 2.x Full Releases
06-09-2003, 08:39 AM
Replies:
36
Auto-Detect User Location At Registration
Views:
11,185
Posted By
Raz
I don't know of a freely available database that...
I don't know of a freely available database that does this.
For larger ISPs it would probably be wrong, as it would just show the HQ of the ISP (who the IPs are registered to).
Forum:
vBulletin 2.x Full Releases
06-07-2003, 11:47 AM
Replies:
36
Auto-Detect User Location At Registration
Views:
11,185
Posted By
Raz
Here are my stats: Data 1,448 KB Index...
Here are my stats:
Data 1,448 KB
Index 699,392 Bytes
Total 2,131 KB
Rows 56,576
Row length ø 26
Row size ø 39 Bytes
Forum:
vBulletin 2.x Full Releases
06-07-2003, 10:37 AM
Replies:
36
Auto-Detect User Location At Registration
Views:
11,185
Posted By
Raz
I've added a link to the split table in the first...
I've added a link to the split table in the first post.
Forum:
vBulletin 2.x Full Releases
06-06-2003, 08:11 PM
Replies:
36
Auto-Detect User Location At Registration
Views:
11,185
Posted By
Raz
Feel free to do it yourself.
Feel free to do it yourself.
Forum:
vBulletin 2.x Full Releases
06-06-2003, 07:50 PM
Replies:
36
Auto-Detect User Location At Registration
Views:
11,185
Posted By
Raz
From the site (link posted in first post):
From the site (link posted in first post):
Forum:
vBulletin 2.x Full Releases
06-06-2003, 07:30 PM
Replies:
36
Auto-Detect User Location At Registration
Views:
11,185
Posted By
Raz
Have you tried importing it from phpMyAdmin? It...
Have you tried importing it from phpMyAdmin? It may be large, but its not impossible.
Forum:
vBulletin 2.x Full Releases
06-06-2003, 07:07 PM
Replies:
36
Auto-Detect User Location At Registration
Views:
11,185
Posted By
Raz
Apologies. There are many modifications on my...
Apologies. There are many modifications on my boards, which is why it isn't working on others.
I've installed a vanilla version, and modified the instructions to reflect normal installations. So...
Forum:
vBulletin 2.x Full Releases
06-05-2003, 10:00 PM
Replies:
36
Auto-Detect User Location At Registration
Views:
11,185
Posted By
Raz
Auto-Detect User Location At Registration
Simple hack making use of the Directi Ip-to-Country Database (http://www.directi.com/?site=ip-to-country) (included).
What it does
Auto-detects which country user is from and auto-fills the...
Forum:
vBulletin 2.x Full Releases
05-26-2003, 12:39 PM
Replies:
32
Avatar Creator/Resizer
Views:
6,363
Posted By
Raz
I've changed my own code to use the NetPBM...
I've changed my own code to use the NetPBM package instead of PHP. Much better quality pictures, but unfortuneltly not ready for public release.
Forum:
vBulletin 2.x Beta Releases
05-26-2003, 12:37 PM
Replies:
97
PHPSpellchecker for VB2.x! (Beta)
Views:
14,884
Posted By
Raz
LoveShack, it would have been nice of you to let...
LoveShack, it would have been nice of you to let me know you were taking it on. Oh well...
rstark, I'm sure LoveShack will look into that problem for you.
cnczone, that means to you don't have...
Forum:
vBulletin 2.x Beta Releases
03-02-2003, 01:37 PM
Replies:
97
PHPSpellchecker for VB2.x! (Beta)
Views:
14,884
Posted By
Raz
LoveShack, You should have: a) Asked...
LoveShack,
You should have:
a) Asked for my permission before modifying and releasing the code.
b) Made a new thread as two versions can be confusing for people (as is evident)
Forum:
vBulletin 2.x Full Releases
02-18-2003, 12:42 PM
Replies:
49
Allow URLs in posts only after a minimum number of posts (to reduce spam)
Views:
24,018
Posted By
Raz
You might also want to "streamline" it into one...
You might also want to "streamline" it into one condition:if( ($bbuserinfo[posts] < $allowurl) and (stristr($message,'[url') or stristr($message,'www.') or stristr($message,'http://')) ) {with the...
Forum:
vBulletin 2.x Full Releases
02-18-2003, 12:31 PM
Replies:
49
Allow URLs in posts only after a minimum number of posts (to reduce spam)
Views:
24,018
Posted By
Raz
Nice hack. I would recommend you use the...
Nice hack.
I would recommend you use the stristr function instead of the strstr function.
Forum:
vBulletin 2.x Beta Releases
11-03-2002, 08:28 PM
Replies:
97
PHPSpellchecker for VB2.x! (Beta)
Views:
14,884
Posted By
Raz
I'm sorry but I don't have the time I used to, to...
I'm sorry but I don't have the time I used to, to work on this anymore. If anyone else is willing to continue this, feel free.
About the XSS issue, its not. Only [a-z] characters are parsed, so if...
Forum:
vBulletin 2.x Beta Releases
11-02-2002, 06:45 PM
Replies:
97
PHPSpellchecker for VB2.x! (Beta)
Views:
14,884
Posted By
Raz
Yep got some malformed output. But still can't...
Yep got some malformed output. But still can't understand how this can be exploited.
The reason its malformed is because it replaces all javascript references, including the ones the spellchecker...
Forum:
vBulletin 2.x Beta Releases
11-02-2002, 06:37 PM
Replies:
97
PHPSpellchecker for VB2.x! (Beta)
Views:
14,884
Posted By
Raz
This is the output I get:Seems harmless.
This is the output I get:Seems harmless.
Forum:
vBulletin 2.x Beta Releases
11-02-2002, 06:28 PM
Replies:
97
PHPSpellchecker for VB2.x! (Beta)
Views:
14,884
Posted By
Raz
Can you give an example? I can't seem to...
Can you give an example?
I can't seem to reproduce what you're saying.
The line "$outtext = htmlentities(stripslashes($checktext));" should prevent what you are experiencing.
Forum:
vBulletin 2.x Beta Releases
11-02-2002, 06:27 PM
Replies:
97
PHPSpellchecker for VB2.x! (Beta)
Views:
14,884
Posted By
Raz
Sorry about that, been busy with other stuff. ...
Sorry about that, been busy with other stuff.
The error message means you don't have pspell compiled into PHP.
Forum:
vBulletin 2.x Beta Releases
07-20-2002, 06:44 PM
Replies:
97
PHPSpellchecker for VB2.x! (Beta)
Views:
14,884
Posted By
Raz
Adding support for that will be pretty difficult....
Adding support for that will be pretty difficult.
The easiest way to do that would be to create two spellchecking buttons - one that checks the title, and the other that checks the message body.
Forum:
vBulletin 2.x Beta Releases
07-20-2002, 06:42 PM
Replies:
97
PHPSpellchecker for VB2.x! (Beta)
Views:
14,884
Posted By
Raz
Hmm....did they not even bother to read the...
Hmm....did they not even bother to read the documentation???
Forum:
vBulletin 2.x Beta Releases
07-20-2002, 06:40 PM
Replies:
97
PHPSpellchecker for VB2.x! (Beta)
Views:
14,884
Posted By
Raz
Why do you have two --with-pspell directives?
Why do you have two --with-pspell directives?
Forum:
vBulletin 2.x Beta Releases
07-19-2002, 01:29 PM
Replies:
97
PHPSpellchecker for VB2.x! (Beta)
Views:
14,884
Posted By
Raz
The prerequistes of pspell are that aspell are...
The prerequistes of pspell are that aspell are installed (usually are on linux).
Tell your host to install pspell in the aspell dir so it can use its words list.
Forum:
vBulletin 2.x Full Releases
07-16-2002, 06:54 PM
Replies:
36
Remove Extra Quotes From PMs
Views:
6,188
Posted By
Raz
I (and most others) always update the first post...
I (and most others) always update the first post with the latest code changes :)
Showing results 1 to 25 of 84
Page 1 of 4
1
2
3
>
Last
»
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
01:13 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.02181 seconds
Memory Usage
2,037KB
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
(75)
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(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(5, 0, 1,''); -> cached fperms for forum 5
(unspecified) fetch_permissions(5, 0, 1,''); -> cached fperms for forum 5
(unspecified) fetch_permissions(5, 0, 1,''); -> cached fperms for forum 5
(unspecified) fetch_permissions(5, 0, 1,''); -> cached fperms for forum 5
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(5, 0, 1,''); -> cached fperms for forum 5
(unspecified) fetch_permissions(5, 0, 1,''); -> cached fperms for forum 5
(unspecified) fetch_permissions(5, 0, 1,''); -> cached fperms for forum 5
(unspecified) fetch_permissions(5, 0, 1,''); -> cached fperms for forum 5
(unspecified) fetch_permissions(5, 0, 1,''); -> cached fperms for forum 5
(unspecified) fetch_permissions(5, 0, 1,''); -> cached fperms for forum 5
(unspecified) fetch_permissions(5, 0, 1,''); -> cached fperms for forum 5
(unspecified) fetch_permissions(5, 0, 1,''); -> cached fperms for forum 5
(unspecified) fetch_permissions(5, 0, 1,''); -> cached fperms for forum 5
(unspecified) fetch_permissions(5, 0, 1,''); -> cached fperms for forum 5
(unspecified) fetch_permissions(5, 0, 1,''); -> cached fperms for forum 5
(unspecified) fetch_permissions(5, 0, 1,''); -> cached fperms for forum 5
(unspecified) fetch_permissions(5, 0, 1,''); -> cached fperms for forum 5
(unspecified) fetch_permissions(5, 0, 1,''); -> cached fperms for forum 5
(unspecified) fetch_permissions(5, 0, 1,''); -> cached fperms for forum 5
(unspecified) fetch_permissions(5, 0, 1,''); -> cached fperms for forum 5
(unspecified) fetch_permissions(5, 0, 1,''); -> cached fperms for forum 5
(unspecified) fetch_permissions(5, 0, 1,''); -> cached fperms for forum 5
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
FULLTEXT Search
php_sapi_name(): fpm-fcgi