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 15
1
2
3
11
>
Last
»
Showing results 1 to 25 of 364
Search took
0.01
seconds.
Search:
Posts Made By:
bira
Forum:
vBulletin 2.x Full Releases
01-11-2002, 12:28 PM
Replies:
29
Verify user accepts PMs before sending
Views:
4,502
Posted By
bira
when I write "bira" in the To field and then...
when I write "bira" in the To field and then click "verify" I get the message that bira accepts PMs and there's no problem.
I can't honestly figure out why you have that problem.
Forum:
vBulletin 2.x Full Releases
01-02-2002, 05:29 PM
Replies:
288
vBpad - Your personal notepad! (v1.0)
Views:
42,589
Posted By
bira
first PMs, now notepads :rolleyes:
first PMs, now notepads :rolleyes:
Forum:
vBulletin 2.x Full Releases
01-02-2002, 10:53 AM
Replies:
28
Move Posts from One Thread to Another
Views:
7,299
Posted By
bira
JJR...
JJR http://vbulletin.com/forum/showthread.php?s=&threadid=36258 :)
Forum:
vBulletin 2.x Full Releases
01-02-2002, 04:01 AM
Replies:
320
Shrink Old Posts in Thread
Views:
41,803
Posted By
bira
I don't have ICQ, but you can e-mail me at...
I don't have ICQ, but you can e-mail me at goren@atlasf1.com
Forum:
vBulletin 2.x Full Releases
12-31-2001, 01:11 PM
Replies:
19
'Sort By' Options in "Who's Online" (online.php)
Views:
4,591
Posted By
bira
You just need to move $sortarrow[XXXXX] to before...
You just need to move $sortarrow[XXXXX] to before the text.
For example, change this:
<a href="$sorturl&order=asc&sortby=username"><smallfont color="{ tableheadtextcolor }"><b>User...
Forum:
Member Archives
12-31-2001, 03:12 AM
Replies:
11
Help with daysprune in forumdisplay.php
Views:
1,532
Posted By
bira
No Parker, don't do that. Revert back to the...
No Parker, don't do that. Revert back to the original 2,2,0 code and then change ONLY:
$checkdate = time() - ($daysprune*86400);
$datecut='AND lastpost >= '.$checkdate;
With
Forum:
Member Archives
12-31-2001, 02:42 AM
Replies:
11
Help with daysprune in forumdisplay.php
Views:
1,532
Posted By
bira
Parker what version are you on?!? The vinyl...
Parker what version are you on?!?
The vinyl code for 2.2.1 in forumdisplay.php is (lines 307-314):
// look at thread limiting options
$datecut="";
$stickyids="";
$stickycount=0;
if...
Forum:
Member Archives
12-31-2001, 02:37 AM
Replies:
11
Help with daysprune in forumdisplay.php
Views:
1,532
Posted By
bira
Parker I just tested the code I gave you in post...
Parker I just tested the code I gave you in post #3 and it works perfectly. It's the only code you need to replace in forumdisplay.php (unless you want to add a user-selectable default option, of...
Forum:
Member Archives
12-31-2001, 02:22 AM
Replies:
11
Help with daysprune in forumdisplay.php
Views:
1,532
Posted By
bira
no, you can't have - there, in PHP that means...
no, you can't have - there, in PHP that means $days - 2selected (minus).
You'll need a bit more "serious" hacking in there -- create a new $xxxselected variable and do some if's. Same as...
Forum:
vBulletin 2.x Full Releases
12-31-2001, 12:22 AM
Replies:
49
Random Password Instead of Activation Code
Views:
7,841
Posted By
bira
in your register.php line 489, this: ...
in your register.php line 489, this:
'".addslashes($password)."'
should be this:
'".addslashes(md5($password))."'
Forum:
vBulletin 2.x Full Releases
12-31-2001, 12:05 AM
Replies:
49
Random Password Instead of Activation Code
Views:
7,841
Posted By
bira
ok, send me to goren@atlasf1.com your...
ok, send me to goren@atlasf1.com your register.php and member.php files pls
Forum:
vBulletin 2.x Full Releases
12-30-2001, 11:49 PM
Replies:
49
Random Password Instead of Activation Code
Views:
7,841
Posted By
bira
ForYou can you please give me the URL to your...
ForYou can you please give me the URL to your forums?
Thanks
Forum:
vBulletin 2.x Full Releases
12-30-2001, 11:27 PM
Replies:
320
Shrink Old Posts in Thread
Views:
41,803
Posted By
bira
This is most certainly not an *easy* hack to...
This is most certainly not an *easy* hack to install - it demands a bit of time, concentration and following details in the instructions very accurately.
But I can guarantee that doing that will...
Forum:
vBulletin 2.x Full Releases
12-30-2001, 11:20 PM
Replies:
49
Random Password Instead of Activation Code
Views:
7,841
Posted By
bira
if ($username=="" or $email=="" or...
if ($username=="" or $email=="" or $emailconfirm=="" or ($password=="" or $passwordconfirm=="" and $randpassword=="0") or $country=="") {
dunno what you did wrong elsewhere. The hack works just...
Forum:
vBulletin 2.x Full Releases
12-30-2001, 11:10 PM
Replies:
49
Random Password Instead of Activation Code
Views:
7,841
Posted By
bira
$DB_site->query("UPDATE user SET...
$DB_site->query("UPDATE user SET...
Forum:
vBulletin 2.x Full Releases
12-30-2001, 10:00 PM
Replies:
19
'Sort By' Options in "Who's Online" (online.php)
Views:
4,591
Posted By
bira
ok, I wrote this (very small) hack in online.php...
ok, I wrote this (very small) hack in online.php because I'd rather view the list
sorted by the Last Active time (latest first) than by the sorted by username a-z.
And, sometimes I want to view...
Forum:
Member Archives
12-30-2001, 09:17 PM
Replies:
11
Help with daysprune in forumdisplay.php
Views:
1,532
Posted By
bira
Parker try this (I've not tested it yet): in...
Parker try this (I've not tested it yet):
in forumdisplay.php find (around line 311):
if ($daysprune!=1000) {
$checkdate = time() - ($daysprune*86400);
$datecut='AND lastpost >=...
Forum:
Member Archives
12-30-2001, 09:08 PM
Replies:
11
Help with daysprune in forumdisplay.php
Views:
1,532
Posted By
bira
actually I think that would be fairly easy - and...
actually I think that would be fairly easy - and quite a nice idea, Parker. Give me a few to look at the code, brb :)
Forum:
vBulletin 2.x Full Releases
12-30-2001, 05:03 PM
Replies:
28
Move Posts from One Thread to Another
Views:
7,299
Posted By
bira
Tim I take it you never merged threads? :) ...
Tim I take it you never merged threads? :)
This works exactly the same: enter the URL of the destination thread
Forum:
vBulletin 2.x Full Releases
12-30-2001, 04:34 PM
Replies:
226
FAQ Edit v3
Views:
27,808
Posted By
bira
Kevin you have a serious mistake in your code,...
Kevin you have a serious mistake in your code, which is why no one here manages to parse HTML:
dohtml is $entry[dohtml] in your code. BUT YOU NEVER SELECTED IT :D
...
Forum:
vBulletin 2.x Full Releases
12-29-2001, 10:00 PM
Replies:
28
Move Posts from One Thread to Another
Views:
7,299
Posted By
bira
This was requested on vbulletin.com and it's a...
This was requested on vbulletin.com and it's a very simple hack,
which essentially combines the split and the merge admin options :)
Open postings.php and find (Around lines 756-757):
...
Forum:
vBulletin 2.x Full Releases
12-27-2001, 01:31 PM
Replies:
7
Digichat Hack/Integration
Views:
4,568
Posted By
bira
JohnBradshaw, you are essentially re-releasing a...
JohnBradshaw, you are essentially re-releasing a hack that was already published, with what seems to be a bit of add-ons.
You need to ask the author of the original hack for permission before you...
Forum:
vBulletin 2.x Full Releases
12-27-2001, 12:47 PM
Replies:
320
Shrink Old Posts in Thread
Views:
41,803
Posted By
bira
it sounds like you either did not make the...
it sounds like you either did not make the necessary changes in the member.php file.
Run the installer again selecting UPGRADE and move to the changes needed section. Check EACH AND EVERY CHANGE...
Forum:
Modification Requests/Questions (Unpaid)
12-26-2001, 07:33 PM
Replies:
1
SearchIndex based on mySQL Search Functions
Views:
937
Posted By
bira
the problem is that it does not support boolean...
the problem is that it does not support boolean search.
Read Ed Sullivan's post (about 6th from the top) here: http://vbulletin.com/forum/showthread.php?s=&threadid=10566
Forum:
vBulletin 2.x Full Releases
12-26-2001, 07:30 PM
Replies:
213
Post Counter & Direct Link
Views:
46,377
Posted By
bira
yeah, FWC has a point. Tommy, since...
yeah, FWC has a point.
Tommy, since 'postcount' is going to be part of the vB code, I think you might want to edit your hack and change your variable to 'postnumber' or something as such.
Sadie...
Showing results 1 to 25 of 364
Page 1 of 15
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
05:55 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.03603 seconds
Memory Usage
2,073KB
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
(61)
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.0053
(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(202, 0, 1,''); -> cached fperms for forum 202
(unspecified) fetch_permissions(202, 0, 1,''); -> cached fperms for forum 202
(unspecified) fetch_permissions(202, 0, 1,''); -> cached fperms for forum 202
(unspecified) fetch_permissions(202, 0, 1,''); -> cached fperms for forum 202
(unspecified) fetch_permissions(202, 0, 1,''); -> cached fperms for forum 202
(unspecified) fetch_permissions(202, 0, 1,''); -> cached fperms for forum 202
(unspecified) fetch_permissions(202, 0, 1,''); -> cached fperms for forum 202
(unspecified) fetch_permissions(202, 0, 1,''); -> cached fperms for forum 202
(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(202, 0, 1,''); -> cached fperms for forum 202
(unspecified) fetch_permissions(202, 0, 1,''); -> cached fperms for forum 202
(unspecified) fetch_permissions(202, 0, 1,''); -> cached fperms for forum 202
(unspecified) fetch_permissions(202, 0, 1,''); -> cached fperms for forum 202
(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(112, 0, 1,''); -> cached fperms for forum 112
(unspecified) fetch_permissions(112, 0, 1,''); -> cached fperms for forum 112
(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