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 7
1
2
3
>
Last
»
Showing results 1 to 25 of 171
Search took
0.01
seconds.
Search:
Posts Made By:
nico_swd
Forum:
vBulletin 3.8 Add-ons
04-16-2008, 08:08 AM
Replies:
375
Miscellaneous Hacks -
Hide Links From Guests
Views:
220,530
Posted By
nico_swd
The latest version v132_36x does work on 3.6.7,...
The latest version v132_36x does work on 3.6.7, but I had to edit the plugin Guests will not see links in posts.
Admin CP -> Plugins & Products -> Plugin manager -> Guests will not see links in...
Forum:
vB3 Programming Discussions
12-10-2007, 11:07 AM
Replies:
3
PHP5 Issue
Views:
846
Posted By
nico_swd
Since you're not telling us what the error is, we...
Since you're not telling us what the error is, we can only guess.
My guess is that your new php.ini file hasn't enabled allow_url_fopen (http://www.php.net/filesystem#ini.allow-url-include).
...
Forum:
vB3 Programming Discussions
09-17-2007, 11:59 AM
Replies:
10
4 Referer sites
Views:
1,299
Posted By
nico_swd
You can put PHP code in if conditions, like this....
You can put PHP code in if conditions, like this.
<if condition="strpos($_SERVER['HTTP_REFERER'], 'www.x.') !== false">
<!-- show your content here //-->
</if>
Forum:
vB3 Programming Discussions
08-29-2007, 11:38 AM
Replies:
4
How do vbulletin do this ?
Views:
798
Posted By
nico_swd
The code is probably all in a database, and the...
The code is probably all in a database, and the zip files are generated on the fly. So when the code is pulled from the database, the dates can be parsed easily. You can use str_pad...
Forum:
vB3 Programming Discussions
08-17-2007, 12:08 PM
Replies:
41
Sites Down VB Database
Views:
5,348
Posted By
nico_swd
Create a backup of the database and save it on...
Create a backup of the database and save it on your computer. So IF he really messes with anything, you can restore it anytime.
Forum:
vB3 Programming Discussions
08-17-2007, 11:40 AM
Replies:
41
Sites Down VB Database
Views:
5,348
Posted By
nico_swd
Select the database from the dropdown ->Select...
Select the database from the dropdown ->Select the table on the left -> Operations -> And "Repair table" on the bottom.
Forum:
vB3 Programming Discussions
08-17-2007, 11:18 AM
Replies:
8
Need help: add new payment method
Views:
1,312
Posted By
nico_swd
I found this searching for "payment": ...
I found this searching for "payment":
https://vborg.vbsupport.ru/showthread.php?t=125369
Forum:
vB3 Programming Discussions
08-17-2007, 11:13 AM
Replies:
4
Need help with javascript IE Error
Views:
791
Posted By
nico_swd
What is the error you're getting? Double click...
What is the error you're getting? Double click the yellow icon and click on details to see it.
Forum:
vB3 Programming Discussions
08-16-2007, 10:53 AM
Replies:
1
Hits not counting on script, simple fix?
Views:
751
Posted By
nico_swd
Post your code.
Post your code.
Forum:
vB3 Programming Discussions
08-14-2007, 09:40 PM
Replies:
3
How to manipulate $_GET?
Views:
886
Posted By
nico_swd
You have to edit the $_REQUEST variable. ...
You have to edit the $_REQUEST variable.
if (empty($_REQUEST['sortfield']))
{
$_REQUEST['sortfield'] = 'lastvisit';
}
Forum:
vB3 Programming Discussions
08-14-2007, 09:36 PM
Replies:
16
Howto: have the 10 newest posts on my homepage
Views:
2,367
Posted By
nico_swd
https://vborg.vbsupport.ru/faq.php?faq=vb_board_us...
https://vborg.vbsupport.ru/faq.php?faq=vb_board_usage#faq_vb_rss_syndication
Forum:
vB3 Programming Discussions
08-13-2007, 06:26 PM
Replies:
8
setting function pointers, need syntax
Views:
1,056
Posted By
nico_swd
As far as I know, there's no way to override...
As far as I know, there's no way to override functions in PHP. But isn't the point of updating changing your code?
You could do a batch search and replace...
http://www.abacre.com/afr/
It...
Forum:
vB3 Programming Discussions
08-13-2007, 05:44 PM
Replies:
8
setting function pointers, need syntax
Views:
1,056
Posted By
nico_swd
standard_error (line 2366) Halts execution...
standard_error (line 2366)
Halts execution and shows the specified error message
void standard_error ([string $error = ''], [string $headinsert = ''], [boolean $savebadlocation = true], [string...
Forum:
vB3 Programming Discussions
08-13-2007, 11:41 AM
Replies:
18
User Profile Field Question
Views:
1,788
Posted By
nico_swd
Try $vbulletin->userinfo['field6'];
Try
$vbulletin->userinfo['field6'];
Forum:
vB3 Programming Discussions
08-13-2007, 11:37 AM
Replies:
1
Running Text
Views:
695
Posted By
nico_swd
Like this? ...
Like this?
https://vborg.vbsupport.ru/showthread.php?t=138805
(You could just place the text between <marquee> tags and it would "run")
Forum:
vB3 Programming Discussions
08-10-2007, 05:12 PM
Replies:
9
[SOLVED] Remote FTP File Upload
Views:
971
Posted By
nico_swd
Mind sharing the solution, in case someone else...
Mind sharing the solution, in case someone else has the same problem?
Forum:
vB3 Programming Discussions
08-10-2007, 05:11 PM
Replies:
4
[SOLVED] .htaccess Quick Help
Views:
647
Posted By
nico_swd
I just tested it on my host and it works. I...
I just tested it on my host and it works. I placed the htaccess file in the same directory as the image.php file.
Btw, I guess that # is only gonna be a numeric value?
Maybe try:
...
Forum:
vB3 Programming Discussions
08-10-2007, 11:09 AM
Replies:
4
[SOLVED] .htaccess Quick Help
Views:
647
Posted By
nico_swd
RewriteEngine On RewriteRule...
RewriteEngine On
RewriteRule ^sig_(\d{1,11})\.png$ image.php?u=$1
Forum:
vB3 Programming Discussions
08-08-2007, 06:38 PM
Replies:
9
[SOLVED] Remote FTP File Upload
Views:
971
Posted By
nico_swd
If you use the same values you're using here, in...
If you use the same values you're using here, in your FTP client which you usually use to transfer your files... does it work?
Forum:
vB3 Programming Discussions
08-08-2007, 06:21 PM
Replies:
9
[SOLVED] Remote FTP File Upload
Views:
971
Posted By
nico_swd
This means that ftp_connect() fails and returns...
This means that ftp_connect() fails and returns false. Is your port 21? If not, specify another one in the second parameter of ftp_connect(). Does your server maybe have another FTP subdomain such as...
Forum:
vB3 Programming Discussions
08-08-2007, 02:24 PM
Replies:
6
Checkbox enable question
Views:
783
Posted By
nico_swd
What is "top10"?
What is "top10"?
Forum:
vB3 Programming Discussions
08-08-2007, 02:21 PM
Replies:
6
Suggestions Welcomed
Views:
908
Posted By
nico_swd
You have to unescape the quotes. $array =...
You have to unescape the quotes.
$array = unserialize(stripslashes($array));
Also, if you don't get an array, set error reporting to E_ALL to see where the error lays.
...
Forum:
vB3 Programming Discussions
08-08-2007, 02:16 PM
Replies:
4
how to add new filed
Views:
1,633
Posted By
nico_swd
I can't answer any of those questions. I've never...
I can't answer any of those questions. I've never used it. I just remembered it 'cause a friend of mine made it. Just try it out... Or ask in the thread above.
Forum:
vB3 Programming Discussions
08-08-2007, 11:30 AM
Replies:
6
Suggestions Welcomed
Views:
908
Posted By
nico_swd
I'm under the impression that...
I'm under the impression that $find_monster['m_equipment'] is a serialized array. So you could do something like this to work way easier with it.
$find_equipment =...
Forum:
vB3 Programming Discussions
08-08-2007, 11:24 AM
Replies:
4
how to add new filed
Views:
1,633
Posted By
nico_swd
You mean like this? ...
You mean like this?
https://vborg.vbsupport.ru/showthread.php?t=128587
Showing results 1 to 25 of 171
Page 1 of 7
1
2
3
>
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
12:16 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.03448 seconds
Memory Usage
2,042KB
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
(15)
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.0037
(unspecified) fetch_permissions(235, 0, 1,''); -> cached fperms for forum 235
(unspecified) fetch_permissions(235, 0, 1,''); -> cached fperms for forum 235
(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(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(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(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(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(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(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(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
FULLTEXT Search
php_sapi_name(): fpm-fcgi