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 20
1
2
3
11
>
Last
»
Showing results 1 to 25 of 500
Search took
0.02
seconds.
Search:
Posts Made By:
Jolten
Forum:
vBulletin 3.0 Full Releases
03-31-2008, 11:43 AM
Replies:
15
Prevent shouting in usernames.
Views:
5,334
Posted By
Jolten
Sorry. I am no longer developing anything for...
Sorry. I am no longer developing anything for vBulletin. I have changed the settings to allow someone reuse this code in some other modification if they wish. And if anyone wants to update it for...
Forum:
vbArticles
08-18-2006, 04:05 AM
Replies:
17
something's happening @ vbarticles! yeah!
Views:
8,054
Posted By
Jolten
Look at the dates of posts.. they are over 6...
Look at the dates of posts.. they are over 6 months old... of course there's no news. This is an abandoned hack.
Forum:
vbArticles
08-16-2006, 04:05 AM
Replies:
10
is the vbarticle hack still available for 3.5
Views:
4,175
Posted By
Jolten
Based on how cinq stored the articles, you can...
Based on how cinq stored the articles, you can simply use phpmyadmin to pull the entire article in one copy>paste action.
Forum:
vbArticles
08-09-2006, 04:06 AM
Replies:
10
is the vbarticle hack still available for 3.5
Views:
4,175
Posted By
Jolten
<a href="http://www.vbarticles.com/index.html"...
<a href="http://www.vbarticles.com/index.html" target="_blank">http://www.vbarticles.com/index.html</a>
I'm sure if you pay him he might port it.
Forum:
vB3 General Discussions
08-05-2006, 11:37 AM
Replies:
0
Plug in help please
Views:
722
Posted By
Jolten
Plug in help please
I've got a plug in set to hook at global_start.
The included php contains a couple additional includes to non-vb code and db functions.
After these includes there's a simply foreach loop that...
Forum:
vBulletin 3.0 Full Releases
07-28-2006, 04:04 AM
Replies:
73
Track all Duplicate IP Addresses via Admin CP
Views:
21,288
Posted By
Jolten
Try reading the "installDupIP1.2.txt"...
Try reading the "installDupIP1.2.txt" file.
Forum:
vBulletin 3.0 Full Releases
05-17-2006, 09:01 PM
Replies:
16
Flood control in contact form
Views:
4,834
Posted By
Jolten
Thanks Lionel Works for me in 3.0.6
Thanks Lionel Works for me in 3.0.6
Forum:
Modification Requests/Questions (Unpaid)
05-17-2006, 08:46 PM
Replies:
6
prevent contact form spam
Views:
1,136
Posted By
Jolten
I believe I found it after all. ...
I believe I found it after all.
https://vborg.vbsupport.ru/showthread.php?t=92541&highlight=Contact+Us+Form
Thanks
Forum:
Modification Requests/Questions (Unpaid)
05-17-2006, 08:38 PM
Replies:
6
prevent contact form spam
Views:
1,136
Posted By
Jolten
Thanks Peterska2. Unfortunately that thread is of...
Thanks Peterska2. Unfortunately that thread is of no use. It refers to v3.5 options not v3.0.x. Why it was left in the 3.0 mods I don't know.
Forum:
Modification Requests/Questions (Unpaid)
05-16-2006, 05:02 PM
Replies:
6
prevent contact form spam
Views:
1,136
Posted By
Jolten
prevent contact form spam
Does a mod exist for vb3.0.x that prevents spamming with the contact us form?
Thanks
Forum:
vBulletin 3.0 Full Releases
03-06-2006, 10:00 PM
Replies:
73
AJAX: check if username exists on registration in realtime
Views:
23,584
Posted By
Jolten
Well I can't get it to function with 3.0.6. No...
Well I can't get it to function with 3.0.6. No errors or anything, just no functionality for AJAX.
Forum:
Modification Requests/Questions (Unpaid)
03-06-2006, 09:28 PM
Replies:
1
Auto Welcome PM
Views:
866
Posted By
Jolten
I need this for 3.0.6 as well.. anyone??
I need this for 3.0.6 as well..
anyone??
Forum:
vB3 Programming Discussions
11-07-2005, 07:30 PM
Replies:
2
is divisible by....
Views:
895
Posted By
Jolten
Thank you! So I understand... basically it's...
Thank you!
So I understand... basically it's if $a is NOT a multiple of 4 then.... Is that correct? Just want to understand the underlying code.
Forum:
vB3 Programming Discussions
11-07-2005, 07:19 PM
Replies:
2
is divisible by....
Views:
895
Posted By
Jolten
is divisible by....
How can I code a line and use a function like "is divisible by"?
Something like this:
if ($a -is divisible by- 4) {
blah
Forum:
vBulletin 3.0 Full Releases
10-19-2005, 04:17 AM
Replies:
73
Track all Duplicate IP Addresses via Admin CP
Views:
21,288
Posted By
Jolten
Tamarian ported it for 3.5 ...
Tamarian ported it for 3.5
https://vborg.vbsupport.ru/showthread.php?t=91633&highlight=Duplicate+Ips
Forum:
vBulletin 3.5 Add-ons
10-18-2005, 08:49 PM
Replies:
113
Apply "rel=nofollow" attribute to all parsed URLs
Views:
32,023
Posted By
Jolten
I'd love this for v3.0.9. I can't upgrade to 3.5...
I'd love this for v3.0.9. I can't upgrade to 3.5 and the functions_bbcodeparse.php file is much different.
Forum:
vB3 Programming Discussions
09-05-2005, 04:22 PM
Replies:
2
Constructing Pagenav
Views:
1,068
Posted By
Jolten
Thanks deathsemporer. I'm still getting a...
Thanks deathsemporer.
I'm still getting a divide by zero error though.
// Define the number of results per pg
$max_results =20;
$from = (($pg * $max_results) - $max_results);
$full1 =...
Forum:
vB3 Programming Discussions
09-05-2005, 02:17 AM
Replies:
2
Constructing Pagenav
Views:
1,068
Posted By
Jolten
Constructing Pagenav
Hi,
I'm trying to incorporate the vbulletin 3.0.x pagenav into a modification of member.php.
I've got a query pulling total results ($results) and even have php to figure out $previous, $i...
Forum:
vB3 Programming Discussions
09-03-2005, 07:43 AM
Replies:
3
make directory
Views:
1,096
Posted By
Jolten
make directory
Hi,
I'm looking for something that can check to see if a directory exists titled $bbuserinfo['username'] and if not create a directory named $bbuserinfo['username'] after the currently browsing...
Forum:
Modification Requests/Questions (Unpaid)
09-02-2005, 12:44 AM
Replies:
9
PM CC'ing
Views:
1,017
Posted By
Jolten
Yeah I guess I don't need the if statement do I...
Yeah I guess I don't need the if statement do I :)
Thanks Kirby.
Forum:
Modification Requests/Questions (Unpaid)
09-01-2005, 11:11 PM
Replies:
9
PM CC'ing
Views:
1,017
Posted By
Jolten
Thanks for pointing me in teh right direction...
Thanks for pointing me in teh right direction Kirby. I've done it.
In private.php find
// get userbit
if ($folderid == -1)
{
$users = unserialize($pm['touserarray']);...
Forum:
Modification Requests/Questions (Unpaid)
09-01-2005, 09:59 PM
Replies:
9
PM CC'ing
Views:
1,017
Posted By
Jolten
I'm not seeing them anywhere.
I'm not seeing them anywhere.
Forum:
Modification Requests/Questions (Unpaid)
09-01-2005, 09:48 PM
Replies:
9
PM CC'ing
Views:
1,017
Posted By
Jolten
PM CC'ing
I'm looking for a hack (vb3.0.x) that includes the username of all members a pm was sent to. This would allow admins to know when a PM has been sent to all of them. Currently there's no way of...
Forum:
vB3 General Discussions
08-27-2005, 07:26 PM
Replies:
9
How does one query based on the admin email field?
Views:
1,201
Posted By
Jolten
Okay I sorted it by checking results. For anyone...
Okay I sorted it by checking results. For anyone else wondering here's what I used.
$info=$DB_site->query_first("SELECT username, userid, email FROM user WHERE username = '$name' AND options...
Forum:
vB3 General Discussions
08-27-2005, 05:40 PM
Replies:
9
How does one query based on the admin email field?
Views:
1,201
Posted By
Jolten
I'm sending automated mail to a single user. I...
I'm sending automated mail to a single user. I want a basic statement that verifies if they are set to receie admin emails. Similar to this:
if (SetToRecieveAdminEmail == 'Yes'){
...
Showing results 1 to 25 of 500
Page 1 of 20
1
2
3
11
>
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
11:12 PM
.
-- 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.02634 seconds
Memory Usage
2,071KB
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)
pagenav_pagelinkrel
(1)
post_thanks_navbar_search
(1)
search_results
(25)
search_results_postbit
(1)
spacer_close
(1)
spacer_open
(22)
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.0106
(unspecified) fetch_permissions(33, 0, 1,''); -> cached fperms for forum 33
(unspecified) fetch_permissions(33, 0, 1,''); -> cached fperms for forum 33
(unspecified) fetch_permissions(106, 0, 1,''); -> cached fperms for forum 106
(unspecified) fetch_permissions(106, 0, 1,''); -> cached fperms for forum 106
(unspecified) fetch_permissions(106, 0, 1,''); -> cached fperms for forum 106
(unspecified) fetch_permissions(106, 0, 1,''); -> cached fperms for forum 106
(unspecified) fetch_permissions(106, 0, 1,''); -> cached fperms for forum 106
(unspecified) fetch_permissions(106, 0, 1,''); -> cached fperms for forum 106
(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(33, 0, 1,''); -> cached fperms for forum 33
(unspecified) fetch_permissions(33, 0, 1,''); -> cached fperms for forum 33
(unspecified) fetch_permissions(33, 0, 1,''); -> cached fperms for forum 33
(unspecified) fetch_permissions(33, 0, 1,''); -> cached fperms for forum 33
(unspecified) fetch_permissions(112, 0, 1,''); -> cached fperms for forum 112
(unspecified) fetch_permissions(112, 0, 1,''); -> cached fperms for forum 112
(unspecified) fetch_permissions(112, 0, 1,''); -> cached fperms for forum 112
(unspecified) fetch_permissions(112, 0, 1,''); -> cached fperms for forum 112
(unspecified) fetch_permissions(112, 0, 1,''); -> cached fperms for forum 112
(unspecified) fetch_permissions(112, 0, 1,''); -> cached fperms for forum 112
(unspecified) fetch_permissions(33, 0, 1,''); -> cached fperms for forum 33
(unspecified) fetch_permissions(33, 0, 1,''); -> cached fperms for forum 33
(unspecified) fetch_permissions(112, 0, 1,''); -> cached fperms for forum 112
(unspecified) fetch_permissions(112, 0, 1,''); -> cached fperms for forum 112
(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(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(33, 0, 1,''); -> cached fperms for forum 33
(unspecified) fetch_permissions(33, 0, 1,''); -> cached fperms for forum 33
(unspecified) fetch_permissions(113, 0, 1,''); -> cached fperms for forum 113
(unspecified) fetch_permissions(113, 0, 1,''); -> cached fperms for forum 113
(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(15, 0, 1,''); -> cached fperms for forum 15
(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(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(112, 0, 1,''); -> cached fperms for forum 112
(unspecified) fetch_permissions(112, 0, 1,''); -> cached fperms for forum 112
(unspecified) fetch_permissions(112, 0, 1,''); -> cached fperms for forum 112
(unspecified) fetch_permissions(112, 0, 1,''); -> cached fperms for forum 112
(unspecified) fetch_permissions(112, 0, 1,''); -> cached fperms for forum 112
(unspecified) fetch_permissions(112, 0, 1,''); -> cached fperms for forum 112
(unspecified) fetch_permissions(112, 0, 1,''); -> cached fperms for forum 112
(unspecified) fetch_permissions(112, 0, 1,''); -> cached fperms for forum 112
(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
FULLTEXT Search
php_sapi_name(): fpm-fcgi