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 71
Search took
0.00
seconds.
Search:
Posts Made By:
akiy
Forum:
Modification Requests/Questions (Unpaid)
03-28-2005, 04:55 PM
Replies:
0
Last Post on Page
Views:
833
Posted By
akiy
Last Post on Page
Hi everyone,
I know I can find out which post is the last one in the thread by using $thread[replycount] and $post[postcount] in postbit/postbit_legacy, but does anyone know of a way to figure out...
Forum:
vBulletin 3.0 Full Releases
12-06-2004, 05:30 PM
Replies:
56
vBSurvey v1.0
Views:
11,263
Posted By
akiy
In vBSurvey.php.
In vBSurvey.php.
Forum:
vBulletin 3.0 Full Releases
12-01-2004, 10:34 PM
Replies:
818
Article Bot
Views:
161,122
Posted By
akiy
I just hacked the code so that all posts made by...
I just hacked the code so that all posts made by the Article Bot get put into the moderation queue.
In articlebot.php, find:
$DB_site->query(" ...
Forum:
vBulletin 3.0 Full Releases
11-29-2004, 07:38 PM
Replies:
1,408
vBChat v2.3
Views:
405,814
Posted By
akiy
You're welcome! Make sure you use the latest...
You're welcome! Make sure you use the latest code that I just posted that corrects some timezone issues...
Forum:
vBulletin 3.0 Full Releases
11-29-2004, 07:25 PM
Replies:
1,507
vB Journal for vBulletin 3.0.3(v1.0.1)
Views:
246,877
Posted By
akiy
I finished putting together an importer of sorts....
I finished putting together an importer of sorts. It's totally bare-bones, but it seems to work in importing the journals, the journal entries, and journal comments from Ryangel's vb3 journal system...
Forum:
vBulletin 3.0 Full Releases
11-29-2004, 03:33 PM
Replies:
1,408
vBChat v2.3
Views:
405,814
Posted By
akiy
Oops -- bug. It looks like the code I used above...
Oops -- bug. It looks like the code I used above didn't do the timezone offset very well.
Instead of the code that I inserted above, try using:
$time =...
Forum:
vBulletin 3.0 Full Releases
11-28-2004, 05:20 PM
Replies:
1,507
vB Journal for vBulletin 3.0.3(v1.0.1)
Views:
246,877
Posted By
akiy
PM sent. Receipt confirmed. Nothing received...
PM sent. Receipt confirmed. Nothing received (yet).
I worked out last night what I think is pretty much everything I need to import what I have from the Ryangel journal system to AN-Net's, at...
Forum:
vBulletin 3.0 Full Releases
11-28-2004, 02:47 AM
Replies:
1,507
vB Journal for vBulletin 3.0.3(v1.0.1)
Views:
246,877
Posted By
akiy
Can you please send me what you have so far? ...
Can you please send me what you have so far? I'll PM you with my e-mail address.
Forum:
vBulletin 3.0 Full Releases
11-28-2004, 01:41 AM
Replies:
1,507
vB Journal for vBulletin 3.0.3(v1.0.1)
Views:
246,877
Posted By
akiy
Yes, I remember reading that. However, it seems...
Yes, I remember reading that. However, it seems like AN-Net has been very reluctant to talk about said importer since. He seems to have ignored my questions that I posted above, too, which is...
Forum:
vBulletin 3.0 Full Releases
11-28-2004, 01:38 AM
Replies:
1,408
vBChat v2.3
Views:
405,814
Posted By
akiy
You can just change the "g:ia" format to whatever...
You can just change the "g:ia" format to whatever you want according to the PHP "date" documentation (http://us2.php.net/manual/en/function.date.php). For example, "M j Y g:ia" will show something...
Forum:
vBulletin 3.0 Full Releases
11-26-2004, 12:47 AM
Replies:
56
vBSurvey v1.0
Views:
11,263
Posted By
akiy
Oops -- indeed! I've edited the above post. ...
Oops -- indeed! I've edited the above post. Thanks for the sharp eye.
Forum:
vBulletin 3.0 Full Releases
11-25-2004, 02:30 PM
Replies:
1,408
vBChat v2.3
Views:
405,814
Posted By
akiy
You should be able to find the "if($thisIgnore ==...
You should be able to find the "if($thisIgnore == 0){" on line 331 of vBChat.php.
Forum:
vBulletin 3.0 Full Releases
11-25-2004, 03:51 AM
Replies:
1,507
vB Journal for vBulletin 3.0.3(v1.0.1)
Views:
246,877
Posted By
akiy
AN-net. What is the status of the...
AN-net.
What is the status of the importer from Ryangel's journal system to yours?
If it's far from completion, I'll see what I can do -- perhaps this weekend -- in writing a...
Forum:
vBulletin 3.0 Full Releases
11-25-2004, 03:39 AM
Replies:
56
vBSurvey v1.0
Views:
11,263
Posted By
akiy
It looks like you're going to have to modify the...
It looks like you're going to have to modify the code as the table rows/cells that make up the "Who voted" row isn't template-ized.
Any way, here's one way to do this if you only want...
Forum:
vBulletin 3.0 Full Releases
11-24-2004, 09:28 PM
Replies:
1,408
vBChat v2.3
Views:
405,814
Posted By
akiy
I now have alternating backgrounds for each...
I now have alternating backgrounds for each message.
Somewhere near the top of chat_iframe, I inserted:
<if condition="$messagenum = 1"></if>
Then, in chat_row, I replaced:
<tr>
with
<tr...
Forum:
vBulletin 3.0 Full Releases
11-24-2004, 09:23 PM
Replies:
1,408
vBChat v2.3
Views:
405,814
Posted By
akiy
Since I didn't see any code to insert the time...
Since I didn't see any code to insert the time when each message was sent, I went ahead and coded it myself.
After:
if($thisIgnore == 0){
I inserted:
...
Forum:
vBulletin 3.0 Full Releases
11-24-2004, 12:36 AM
Replies:
1,408
vBChat v2.3
Views:
405,814
Posted By
akiy
Bug report: A user using Opera has...
Bug report:
A user using Opera has reported that when there are enough messages so that a scrollbar shows up, the scrollbar jumps to the top at every refresh, even if the page is set to have...
Forum:
Modification Requests/Questions (Unpaid)
09-22-2004, 02:38 PM
Replies:
7
PhpWiki Integration?
Views:
1,711
Posted By
akiy
I've gone back and tried working on this but it's...
I've gone back and tried working on this but it's been a pretty fruitless endeavor so far. All I want to do at this point is use vBulletin's user regisration to limit people who can modify the wiki...
Forum:
Modification Requests/Questions (Unpaid)
05-14-2004, 03:42 PM
Replies:
2
Profile Field: Required, but Not Editable
Views:
777
Posted By
akiy
Anyone here have any ideas on this modification?
Anyone here have any ideas on this modification?
Forum:
Modification Requests/Questions (Unpaid)
05-12-2004, 04:05 PM
Replies:
4
Last Post on Page
Views:
858
Posted By
akiy
OK. I'm guessing there's no one here who knows...
OK. I'm guessing there's no one here who knows how to do this....
Forum:
Community Lounge
05-11-2004, 09:42 PM
Replies:
36
Legend of the Red Dragon
Views:
3,906
Posted By
akiy
Not to mention available as an open source...
Not to mention available as an open source project for anyone with PHP and MySQL to download and install:
http://sourceforge.net/projects/lotgd
Forum:
Modification Requests/Questions (Unpaid)
05-10-2004, 04:07 PM
Replies:
6
Add Calendar Event Automatically?
Views:
1,084
Posted By
akiy
I've thought of it, but decided against it as the...
I've thought of it, but decided against it as the old events listing still has a lot of good features such as listing events by place (eg individual states, countries)...
Forum:
Modification Requests/Questions (Unpaid)
05-07-2004, 03:36 PM
Replies:
4
Last Post on Page
Views:
858
Posted By
akiy
That seems to return a timestamp in epoch seconds...
That seems to return a timestamp in epoch seconds of the last post in the entire thread which really does me no good. I'm looking to find a way to figure out the last post on each page of a thread,...
Forum:
Modification Requests/Questions (Unpaid)
05-07-2004, 12:17 AM
Replies:
6
Add Calendar Event Automatically?
Views:
1,084
Posted By
akiy
Hi Richard, I was wondering if there was...
Hi Richard,
I was wondering if there was any consequences of just going straight to the database in inserting a new event. For example, putting in a new thread right into the database doesn't...
Forum:
vB3 General Discussions
05-07-2004, 12:15 AM
Replies:
1
Last Post on Page
Views:
831
Posted By
akiy
No one has any thoughts on this?
No one has any thoughts on this?
Showing results 1 to 25 of 71
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
09:17 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.04963 seconds
Memory Usage
2,049KB
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
(51)
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.0015
(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(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(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(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(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(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(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(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(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(13, 0, 1,''); -> cached fperms for forum 13
(unspecified) fetch_permissions(13, 0, 1,''); -> cached fperms for forum 13
(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
FULLTEXT Search
php_sapi_name(): fpm-fcgi