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 2
1
2
>
Showing results 1 to 25 of 30
Search took
0.00
seconds.
Search:
Posts Made By:
Xenium
Forum:
Community Lounge
11-25-2006, 09:34 PM
Replies:
8
Web Sites Not Liable for Posts by Others
Views:
1,609
Posted By
Xenium
I reply: [/quote] Yet you still have the...
I reply:
[/quote]
Yet you still have the freedom to spell "private" in which ever way you like.
Just messin' with you. I do agree with you... really ;)
Forum:
vB3 Programming Discussions
08-07-2006, 12:45 AM
Replies:
1
Action issue (Need help asap)
Views:
782
Posted By
Xenium
Simple as this line:- MySQL Error : Table...
Simple as this line:-
MySQL Error : Table 'toonstin_forum.toonstin_forumpostindex' doesn't exist
This table isn't a default vB table. I suggest you disable your plugins and/reupload the...
Forum:
vBulletin 3.5 Add-ons
07-28-2006, 11:29 PM
Replies:
22
Security: Admin IP Address Log and Compare
Views:
5,787
Posted By
Xenium
I will work on this very soon.
I will work on this very soon.
Forum:
vBulletin 3.5 Add-ons
07-12-2006, 12:47 PM
Replies:
22
Security: Admin IP Address Log and Compare
Views:
5,787
Posted By
Xenium
Try to log in and out a couple of times. If you...
Try to log in and out a couple of times. If you still have the same problem, then look at the admin_ip_checker table in something like phpmyadmin and PM me a list of the entries.
Xenium
Forum:
vBulletin 3.5 Add-ons
06-24-2006, 02:09 AM
Replies:
22
Security: Admin IP Address Log and Compare
Views:
5,787
Posted By
Xenium
I could extend it to work work with multiple...
I could extend it to work work with multiple admins. I might add this functionality at a later date.
Forum:
vBulletin 3.5 Add-ons
06-24-2006, 02:07 AM
Replies:
22
Security: Admin IP Address Log and Compare
Views:
5,787
Posted By
Xenium
Well that's not entirely true. You need to log...
Well that's not entirely true. You need to log out then back in again once in order for it to log your ip address. At the beginning itwill always say that IP's don't match because it hasnt logged an...
Forum:
vBulletin 3.5 Add-ons
06-22-2006, 12:54 AM
Replies:
22
Security: Admin IP Address Log and Compare
Views:
5,787
Posted By
Xenium
Well if you installed the product, the panel...
Well if you installed the product, the panel should show up in the admincp home page. You will need to log in and out of the admincp, then the logged IP address will show up.
Forum:
vBulletin 3.5 Add-ons
06-22-2006, 12:53 AM
Replies:
22
Security: Admin IP Address Log and Compare
Views:
5,787
Posted By
Xenium
No Problem :)
No Problem :)
Forum:
vBulletin 3.5 Add-ons
06-20-2006, 05:54 PM
Replies:
22
Security: Admin IP Address Log and Compare
Views:
5,787
Posted By
Xenium
Nope. It's my fault. I forgot to add table...
Nope. It's my fault. I forgot to add table prefix to the install and uninstall code. I've updated the file now. :)
Change your uninstall code to the following.
$db->query_write("DROP TABLE "...
Forum:
vBulletin 3.5 Add-ons
06-20-2006, 03:48 PM
Replies:
22
Security: Admin IP Address Log and Compare
Views:
5,787
Posted By
Xenium
Glad that you got it sorted out :) Odd that it...
Glad that you got it sorted out :) Odd that it didnt add the table on installation of the product though.
Forum:
vBulletin 3.5 Add-ons
06-19-2006, 10:00 PM
Replies:
22
Security: Admin IP Address Log and Compare
Views:
5,787
Posted By
Xenium
Security: Admin IP Address Log and Compare
This product will add a security feature into your admincp. When you log into your admin account, your IP address will be logged. On the main admincp index page your current IP address along with...
Forum:
Community Lounge
05-26-2006, 05:28 AM
Replies:
16
Math Question
Views:
1,902
Posted By
Xenium
Didn't we already work that out? :confused:
Didn't we already work that out? :confused:
Forum:
Community Lounge
05-25-2006, 02:13 PM
Replies:
16
Math Question
Views:
1,902
Posted By
Xenium
Yes. Arc tan is the inverse of tan for php. ...
Yes. Arc tan is the inverse of tan for php.
But the return is in radians. So if you want it in degrees, you will need to use rad2deg.
E.G.
$F = SQRT(rad2deg(atan($A/2)));
Forum:
Community Lounge
05-25-2006, 10:00 AM
Replies:
16
Math Question
Views:
1,902
Posted By
Xenium
Me too.. F = SQUAREROOT(INVERSETAN(A/2)) ...
Me too.. F = SQUAREROOT(INVERSETAN(A/2))
@peterska2. The inverse of TAN is INVERSETAN not divide tan:p
A = 2(TAN(F*F))
A = 2(TAN(F^2))
A/2 = TAN(F^2)
INVERSETAN(A/2) = F^2
F =...
Forum:
vB3 General Discussions
05-23-2006, 08:57 AM
Replies:
3
Image in forum description?
Views:
886
Posted By
Xenium
Edit your forum description within your admincp....
Edit your forum description within your admincp. And add to it:-
<br />
<img src=http://yoururl.com/location/to/image.gif>
Forum:
Community Lounge
05-21-2006, 08:43 PM
Replies:
169
What are you currently doing?
Views:
11,428
Posted By
Xenium
Watching Phone Booth on Channel 4. Top movie.
Watching Phone Booth on Channel 4. Top movie.
Forum:
vB3 General Discussions
05-01-2006, 02:53 PM
Replies:
15
without editing or use plugin can phrase or html show usergroup name ?
Views:
1,392
Posted By
Xenium
Took a look at your code.. Nice idea :) Saves a...
Took a look at your code.. Nice idea :) Saves a query
Forum:
Modification Requests/Questions (Unpaid)
05-01-2006, 02:42 PM
Replies:
1
Usergroup title image
Views:
720
Posted By
Xenium
Simple.. Go to admincp --> user titles. Edit...
Simple.. Go to admincp --> user titles. Edit each title with <img src="http://locationtoimage/image.gif" />
Then update user title and ranks :)
Forum:
Modification Requests/Questions (Unpaid)
05-01-2006, 02:15 PM
Replies:
6
How do I customise which banners to display on different forums
Views:
948
Posted By
Xenium
Simply put if and elseif clauses in forumdisplay...
Simply put if and elseif clauses in forumdisplay template.
Eg:-
<if condition="$foruminfo[forumid] == XX ">
display certain banner image
</ if>
replace XX with the forum id.
Forum:
vB3 General Discussions
05-01-2006, 02:04 PM
Replies:
15
without editing or use plugin can phrase or html show usergroup name ?
Views:
1,392
Posted By
Xenium
Nope, you would need to query title from the...
Nope, you would need to query title from the usergroup table.
Forum:
Modification Requests/Questions (Unpaid)
05-01-2006, 11:50 AM
Replies:
1
delete all private messages
Views:
923
Posted By
Xenium
You can do this in your admincp:- ...
You can do this in your admincp:-
http://yourforum.com/admincp/usertools.php?do=pmstats
Forum:
Modification Requests/Questions (Unpaid)
05-01-2006, 11:46 AM
Replies:
1
Simple Latest Posts
Views:
735
Posted By
Xenium
Why don't you use the new posts button? ...
Why don't you use the new posts button?
http://yourforum.com/search.php?do=getnew
Or do you really need the URL's in a php array?
Forum:
Modification Requests/Questions (Unpaid)
05-01-2006, 11:44 AM
Replies:
2
Catch-all 'Sockpuppet' checker
Views:
966
Posted By
Xenium
Multiple account login detector:- ...
Multiple account login detector:-
https://vborg.vbsupport.ru/showthread.php?t=107566
Doesn't work in the exact way your saying, but its quite effective.
Forum:
Modification Requests/Questions (Unpaid)
05-01-2006, 10:47 AM
Replies:
1
Highlight if last post is older than some weeks
Views:
723
Posted By
Xenium
Nice idea. I've just released this hack:- ...
Nice idea. I've just released this hack:-
https://vborg.vbsupport.ru/showthread.php?t=114497
:)
- Xenium
Forum:
vBulletin 3.5 Add-ons
05-01-2006, 10:43 AM
Replies:
13
Warn thread bumpers by highlighting old threads
Views:
4,167
Posted By
Xenium
Heres a screenshot.
Heres a screenshot.
Showing results 1 to 25 of 30
Page 1 of 2
1
2
>
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:30 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.01727 seconds
Memory Usage
2,028KB
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
(1)
pagenav_pagelink
(1)
post_thanks_navbar_search
(1)
search_results
(25)
search_results_postbit
(1)
spacer_close
(1)
spacer_open
(42)
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.0008
(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(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(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(113, 0, 1,''); -> cached fperms for forum 113
(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(113, 0, 1,''); -> cached fperms for forum 113
(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(113, 0, 1,''); -> cached fperms for forum 113
(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(113, 0, 1,''); -> cached fperms for forum 113
(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(113, 0, 1,''); -> cached fperms for forum 113
(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(113, 0, 1,''); -> cached fperms for forum 113
(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(13, 0, 1,''); -> cached fperms for forum 13
(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(13, 0, 1,''); -> cached fperms for forum 13
(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(13, 0, 1,''); -> cached fperms for forum 13
(unspecified) fetch_permissions(13, 0, 1,''); -> cached fperms for forum 13
(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(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(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(113, 0, 1,''); -> cached fperms for forum 113
(unspecified) fetch_permissions(113, 0, 1,''); -> cached fperms for forum 113
FULLTEXT Search
php_sapi_name(): fpm-fcgi