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...
Showing results 1 to 21 of 21
Search took
0.00
seconds.
Search:
Posts Made By:
legija
Forum:
vB4 General Discussions
06-02-2013, 06:55 PM
Replies:
4
How to post thread after 1 day user registered ?
Views:
547
Posted By
legija
Hi, It's better to install Vmail plugin (verify...
Hi,
It's better to install Vmail plugin (verify e-mail before registration) and VBstop forum spam plugin.
This will cut 99.99% of spammers.
If this is what You don't wan't to do for any reason,...
Forum:
vB4 General Discussions
03-31-2013, 05:13 PM
Replies:
3
Can't edit posts or reply with quote after 4.2 upgrade from 4.08
Views:
960
Posted By
legija
ACP->General Settings ->Disable problematic AJAX...
ACP->General Settings ->Disable problematic AJAX Features.
This done the job for me. I hope this helps.
Forum:
vBulletin 4.x Add-ons
03-15-2013, 02:52 PM
Replies:
650
Board Optimization -
United-Forum CSS Sprites - ludicrous speed - NOW!
Views:
138,103
Posted By
legija
It just messed up everything, lol. Uninstalled....
It just messed up everything, lol.
Uninstalled.
I'm probably too stupid to use it. :)
Forum:
Forum and Server Management
06-03-2010, 12:08 PM
Replies:
10
http + https in same time ?
Views:
1,191
Posted By
legija
Nothing wrong with conf file. Problem is...
Nothing wrong with conf file.
Problem is with absolute path used by forum software. It serves images and media files using absolute path, not the relative one.
Forum:
Forum and Server Management
06-02-2010, 07:15 AM
Replies:
10
http + https in same time ?
Views:
1,191
Posted By
legija
@Angel-Wings That doesnt work either. In...
@Angel-Wings
That doesnt work either. In fact it does work in firefox, but not in IE7, 8 and Chrome.
Now i see that IE7 also does not work properly with url field empty, so it seems there is no...
Forum:
Forum and Server Management
06-01-2010, 09:48 AM
Replies:
10
http + https in same time ?
Views:
1,191
Posted By
legija
Everything is fine on server side. Main point is,...
Everything is fine on server side. Main point is, that if you fill out "forum url", forum will use the absolute path, instead of relative one. Thus, after you open https url, next click will lead...
Forum:
Forum and Server Management
05-31-2010, 06:46 PM
Replies:
10
http + https in same time ?
Views:
1,191
Posted By
legija
The SSL certificate is valid, though its of...
The SSL certificate is valid, though its of course self signed.
As said, its absolute/relative path problem, and i have no idea how to resolve this. :(
http (http://www.unlockforum.com)
...
Forum:
Forum and Server Management
05-31-2010, 10:41 AM
Replies:
10
http + https in same time ?
Views:
1,191
Posted By
legija
http + https in same time ?
Hi,
Due to strange rules in some islamic countries, my forum gets blocked on regular port.
However, port 443 is open, and users can access the url without problems.
But, for some reason it will...
Forum:
vB4 General Discussions
04-01-2010, 10:46 AM
Replies:
3
Switch Editor Button missing
Views:
520
Posted By
legija
Yeah, Chrome landed me too on this page :) Its...
Yeah, Chrome landed me too on this page :)
Its too buggy anyway . . .
Forum:
vBulletin 3.7 Add-ons
11-26-2008, 08:55 AM
Replies:
1,116
Major Additions -
Goldbrick Audio/Video Media System
Views:
240,941
Posted By
legija
With firefox this doesnt work at all, with IE it...
With firefox this doesnt work at all, with IE it works, but on close it hangs.
IE7 and FF 3.xx, VBB 3.7.x
I have some *.swf videos, and sadly it did worked before, cant remember in what config.
Forum:
vB3 General Discussions
06-25-2008, 06:57 PM
Replies:
47
database error many messages,needed help. (realy need help)
Views:
7,602
Posted By
legija
Apache should be compiled with PHP, and PHP...
Apache should be compiled with PHP, and PHP should not run as CGI. Thats why it eats so much resources.
As i can see, PHP runs as separate module here. I remember once my hoster did this to my...
Forum:
vB3 Programming Discussions
06-12-2008, 03:28 PM
Replies:
7
MySQL Database Errors - Possible Hack Attempts?
Views:
1,265
Posted By
legija
That error can apear due to ddos attack. My...
That error can apear due to ddos attack. My sugegstion, check apache logs, also netstat could show you more.
This used to hapen to me when i had some nasty "friends", lol.
Forum:
vB3 General Discussions
06-12-2008, 03:23 PM
Replies:
14
Thread display mode question
Views:
1,955
Posted By
legija
Heeh, np, go for more ! :D
Heeh, np, go for more ! :D
Forum:
vB3 General Discussions
06-12-2008, 03:13 PM
Replies:
14
Thread display mode question
Views:
1,955
Posted By
legija
Ok, this code worked : ...
Ok, this code worked :
if(($threadinfo['forumid'] == X) AND ($_GET['postorder'] != 'ASC'))
{
$postorder = 'DESC';
}
Where "X" forum ID where i needed mod.
Seems i didnt catched...
Forum:
vB3 General Discussions
06-12-2008, 03:08 PM
Replies:
14
Thread display mode question
Views:
1,955
Posted By
legija
No luck with this either. This "mod" should...
No luck with this either.
This "mod" should override user selection in "user CP - >options -> thread display mode" from oldest first to newest first.
But only in subforum where i need it.
Forum:
vB3 General Discussions
06-12-2008, 02:54 PM
Replies:
14
Thread display mode question
Views:
1,955
Posted By
legija
Not quite sure if i done it all correctly, but no...
Not quite sure if i done it all correctly, but no results with this too :(
Forum:
vB3 General Discussions
06-12-2008, 01:56 PM
Replies:
14
Thread display mode question
Views:
1,955
Posted By
legija
Ofcourse there is, but that settings affects only...
Ofcourse there is, but that settings affects only threads view, not posts inside thread.
That has no use in my specific problem.
Forum:
vB3 General Discussions
06-12-2008, 01:48 PM
Replies:
14
Thread display mode question
Views:
1,955
Posted By
legija
Thanks, but really i could not see "default sort...
Thanks, but really i could not see "default sort order" field.
3.7.1.
I can see only "Can . . ." this and that, but nothing about sort order. :(
--------------- Added 1213282353 at 1213282353...
Forum:
vB3 General Discussions
06-12-2008, 01:32 PM
Replies:
14
Thread display mode question
Views:
1,955
Posted By
legija
Thread display mode question
Hi,
I need option to set this to "newest first" in specific subforum. I have threads where updates are posted, and it would be handy if first post shown is the one which is posted as latest.
I...
Forum:
vB3 General Discussions
06-09-2008, 02:44 PM
Replies:
4
Panel (forms) buttons problem
Views:
844
Posted By
legija
Here worked too, thx.
Here worked too, thx.
Forum:
vB3 General Discussions
06-02-2008, 09:09 PM
Replies:
4
Panel (forms) buttons problem
Views:
844
Posted By
legija
Hi, Here is exactly same problem. Though i...
Hi,
Here is exactly same problem. Though i am not sure when exactly this hapened. Addition to Your problem - font colours wont popuo, so i cannot change color from wyiswg editor.
Showing results 1 to 21 of 21
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:31 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.01603 seconds
Memory Usage
1,999KB
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)
post_thanks_navbar_search
(1)
search_results
(21)
search_results_postbit
(1)
spacer_close
(1)
spacer_open
(33)
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
forumjump
search_complete
navbits
navbits_complete
Messages:
time to check permissions: 0.0006
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(232, 0, 1,''); -> cached fperms for forum 232
(unspecified) fetch_permissions(232, 0, 1,''); -> cached fperms for forum 232
(unspecified) fetch_permissions(232, 0, 1,''); -> cached fperms for forum 232
(unspecified) fetch_permissions(232, 0, 1,''); -> cached fperms for forum 232
(unspecified) fetch_permissions(232, 0, 1,''); -> cached fperms for forum 232
(unspecified) fetch_permissions(232, 0, 1,''); -> cached fperms for forum 232
(unspecified) fetch_permissions(232, 0, 1,''); -> cached fperms for forum 232
(unspecified) fetch_permissions(232, 0, 1,''); -> cached fperms for forum 232
(unspecified) fetch_permissions(232, 0, 1,''); -> cached fperms for forum 232
(unspecified) fetch_permissions(232, 0, 1,''); -> cached fperms for forum 232
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(228, 0, 1,''); -> cached fperms for forum 228
(unspecified) fetch_permissions(228, 0, 1,''); -> cached fperms for forum 228
(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(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(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
(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
(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
(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
(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