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 24 of 24
Search took
0.00
seconds.
Search:
Posts Made By:
nsr81
Forum:
vB3 General Discussions
08-24-2003, 03:12 AM
Replies:
2
vB3 Usergroups
Views:
904
Posted By
nsr81
vB3 Usergroups
Hi all,
I'm currently running a game site and using vB2, and other stuff designed around it. It is very limited as I purchased the script from someone else and integerated into vb.
Currently we...
Forum:
Community Lounge
12-20-2002, 03:34 AM
Replies:
1
Aw...
Views:
770
Posted By
nsr81
Never really neaded to overload any functions, so...
Never really neaded to overload any functions, so can't really complaint about that. However it would be nice.
As for the second thing, I just found that out today during the brain bench php test.
Forum:
vB3 Programming Discussions
12-19-2002, 11:55 AM
Replies:
9
Anyone have a html stripper in php?
Views:
2,056
Posted By
nsr81
No, but this will :D $mist =...
No, but this will :D
$mist = "<b>Mist</b>";
$mist = strip_tags($mist);
Forum:
Member Archives
11-03-2002, 07:13 PM
Replies:
5
Login Function
Views:
839
Posted By
nsr81
worked like a charm. Thanks again :D
worked like a charm. Thanks again :D
Forum:
Member Archives
11-03-2002, 03:57 PM
Replies:
5
Login Function
Views:
839
Posted By
nsr81
Thanks Xenon :) I have the following code,...
Thanks Xenon :)
I have the following code, but it produces a blank page:
<?
include('../forum/global.php');
if ($bbuserinfo['userid']!=0) {
$username=$bbuserinfo['username'];
Forum:
Member Archives
11-01-2002, 09:06 PM
Replies:
5
Login Function
Views:
839
Posted By
nsr81
Login Function
Hi all,
Can anyone tell me if it is possible to send the login function a URL to which the user will be be redirected after logging in, instead of going to the forum home?
Also, in order to use...
Forum:
Community Lounge
10-31-2002, 08:01 PM
Replies:
36
How did you learn PHP?
Views:
3,048
Posted By
nsr81
I was introduced to PHP in December 2001 by a...
I was introduced to PHP in December 2001 by a classmate. At that time I had about 18 months of C programming experience. I had trouble with basics, like database connectivity and data types. Then I...
Forum:
vB3 General Discussions
10-29-2002, 10:25 AM
Replies:
292
How many members do you have on your vb board?
Views:
35,291
Posted By
nsr81
Members: 749, Threads: 4,581, Posts: 29,224 :)
Members: 749, Threads: 4,581, Posts: 29,224 :)
Forum:
Community Lounge
10-28-2002, 07:43 PM
Replies:
4
Help me with a tiny SSH command :(
Views:
950
Posted By
nsr81
If you have SSH access to both servers you can...
If you have SSH access to both servers you can perform the compress decompress procedure JulianaD suggested.
If avatars are in /dir/avatars on server A,
cd /dir
tar -cpf avatars.tar avatars
...
Forum:
vB3 Programming Discussions
10-17-2002, 05:44 PM
Replies:
9
php code clickable
Views:
1,332
Posted By
nsr81
no problem :)
no problem :)
Forum:
vB3 Programming Discussions
10-17-2002, 12:33 AM
Replies:
9
php code clickable
Views:
1,332
Posted By
nsr81
<a...
<a href="https://www.vbulletin.org/hacks/index.php?s=&action=showhack&hackid=183" target="_blank">http://www.vbulletin.org/hacks/index...ack&hackid=183</a>
Forum:
vB3 Programming Discussions
10-13-2002, 12:36 AM
Replies:
4
parsing /n/r with random text
Views:
1,062
Posted By
nsr81
How about exploding the string at '/r/n' or '/n'...
How about exploding the string at '/r/n' or '/n' and then using ImageTTFText in a loop or something to print out the exploded strings.
Just a thought. :)
Forum:
vB3 Programming Discussions
10-02-2002, 12:50 PM
Replies:
4
-> and =>??
Views:
876
Posted By
nsr81
It is also used to create an array using Array( )...
It is also used to create an array using Array( ) language-construct.
http://www.php.net/manual/en/function.array.php
$a = array( 1 => 'one', 2 => 'two', 3 => 'three' );
Forum:
Community Lounge
10-01-2002, 11:33 AM
Replies:
28
How many queries do you have on the following pages?
Views:
3,104
Posted By
nsr81
showthread.php - 19 forumdisplay.php - 19 ...
showthread.php - 19
forumdisplay.php - 19
index.php - 18
editpost.php - 21
newreply.php - 19
newthread.php - 11
Only 2 hacks, or was it 3 :D
Forum:
Community Lounge
10-01-2002, 10:05 AM
Replies:
11
Test your WPM, mortals!
Views:
1,633
Posted By
nsr81
Test duration: 0.33 minute Uncorrected...
Test duration: 0.33 minute
Uncorrected words per minute score: 66 words per minute
Uncorrected characters per minute score: 330 characters per minute
Percentage accuracy: 100%
Average...
Forum:
vB3 Programming Discussions
09-30-2002, 05:15 AM
Replies:
2
mySql database structure.
Views:
1,302
Posted By
nsr81
You can download ER Diagram in pdf format from...
You can download ER Diagram in pdf format from the members area at vbulletin.com.
Forum:
vB3 Programming Discussions
09-25-2002, 02:34 PM
Replies:
2
Sharing Sessinos
Views:
899
Posted By
nsr81
PHP's built in sessions. Server A (with main...
PHP's built in sessions.
Server A (with main database): PHP 4.2.2
Server B: PHP 4.1.2
Thanks :)
Forum:
vB3 Programming Discussions
09-23-2002, 08:18 PM
Replies:
2
Sharing Sessinos
Views:
899
Posted By
nsr81
Sharing Sessinos
This is not a directly vB related question, but I'll appreciate if someone can help.
I need to share session data between two servers. The servers are on different networks. I have a login script...
Forum:
vB3 Programming Discussions
09-23-2002, 08:12 PM
Replies:
6
chown() ?
Views:
1,056
Posted By
nsr81
chown("/path/to/the/file",...
chown("/path/to/the/file", "username");
Forum:
vB3 Programming Discussions
09-23-2002, 08:01 PM
Replies:
6
chown() ?
Views:
1,056
Posted By
nsr81
Your script needs to be running as "root" user,...
Your script needs to be running as "root" user, since in most setups chown() can only be run by root.
From php manual:
http://www.php.net/manual/en/function.chown.php
Hope that helps.
Forum:
Testing Zone
07-19-2002, 03:46 PM
Replies:
0
test
Views:
815
Posted By
nsr81
test
http://www.vbulletin.org
http://www.vbulletin.org
Forum:
Member Archives
07-19-2002, 03:43 PM
Replies:
0
Automatic URL Parsing
Views:
646
Posted By
nsr81
Automatic URL Parsing
How do I disable auto URL parsing in [ code] and [ php].
I recently installed AutoCopy to Clipboard hack, which, I think, in turn also included quote box modification.
Forum:
vBulletin 2.x Full Releases
04-07-2002, 05:02 PM
Replies:
58
AutoCopy Code and PHP to clipboard
Views:
12,002
Posted By
nsr81
Thanks for this hack nakkid.
Thanks for this hack nakkid.
Forum:
vB3 Programming Discussions
03-19-2002, 10:31 AM
Replies:
7
Exporting/Importing table from MySQL with help of PHP files.
Views:
1,372
Posted By
nsr81
Hi there Woolf, If it is a one time thing...
Hi there Woolf,
If it is a one time thing then I'd use phpMyAdmin to dump the table/db and get an sql script which you can run on your second server. If not, may be some one else can offer an...
Showing results 1 to 24 of 24
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
04:49 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.03496 seconds
Memory Usage
2,006KB
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
(24)
search_results_postbit
(1)
spacer_close
(1)
spacer_open
(14)
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.0007
(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(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(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(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(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(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(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(25, 0, 1,''); -> cached fperms for forum 25
(unspecified) fetch_permissions(25, 0, 1,''); -> cached fperms for forum 25
(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(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