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 45
Search took
0.00
seconds.
Search:
Posts Made By:
Noel 4 DMB
Forum:
vB3 General Discussions
08-28-2007, 04:40 PM
Replies:
0
Need Help: Auto Login Script (90% there!)
Views:
793
Posted By
Noel 4 DMB
Need Help: Auto Login Script (90% there!)
Hey folks, I have a script that finds a match in the database and then performs an auto-login function to make the user logged in.
However, after a few minutes of inactivity, the session...
Forum:
vB3 Programming Discussions
06-21-2006, 07:11 PM
Replies:
3
HELP! My login script doesnt work on MAC
Views:
789
Posted By
Noel 4 DMB
sadly, it happens on all macs. Every mac user...
sadly, it happens on all macs. Every mac user that has come to my site i've had to change their password for them in the admin control panel.
It appears as though the javascript in the...
Forum:
vB3 Programming Discussions
06-20-2006, 03:08 PM
Replies:
3
HELP! My login script doesnt work on MAC
Views:
789
Posted By
Noel 4 DMB
HELP! My login script doesnt work on MAC
And it appears to happen when there are spaces in the user name. Here is my form:
<table border=0 cellspacing=2 cellpadding=2 colspan=3 class=smallText style="color: #999DB8;">
<tr>
...
Forum:
vB3 Programming Discussions
06-20-2006, 12:30 PM
Replies:
1
Is there a "Login" function similar to the "save"?
Views:
834
Posted By
Noel 4 DMB
Is there a "Login" function similar to the "save"?
I am currently saving registrations externally from vbulletin's register.php using some hacks i found on this site. However, after i save them, they have to login manually. Is there a way i can...
Forum:
Modification Requests/Questions (Unpaid)
04-28-2004, 12:34 PM
Replies:
2
Stats on non-VB page, w/Log In
Views:
848
Posted By
Noel 4 DMB
you could do it in VB2 easily, just by saying...
you could do it in VB2 easily, just by saying something like this:
<?PHP
require 'global.php';
if ($bbuserinfo[userid] == 0) { include 'ssi-login.php'; }
else { include 'ssi-stats.php'; }
Forum:
vB3 Programming Discussions
12-15-2003, 11:12 PM
Replies:
1
GD 2.0 won't run properly. How can i fix it?
Views:
1,020
Posted By
Noel 4 DMB
anyone?
anyone?
Forum:
vB3 Programming Discussions
12-15-2003, 03:56 PM
Replies:
1
GD 2.0 won't run properly. How can i fix it?
Views:
1,020
Posted By
Noel 4 DMB
GD 2.0 won't run properly. How can i fix it?
Hello,
I recently had to reinstall PHP 4.3.2, and GD2.0 did not install properly. So I reverted to RPM files hoping it would install itself, but it did not. So finally, i got the GD2.0.15 file...
Forum:
vBulletin 2.x Full Releases
11-07-2003, 01:10 PM
Replies:
54
Signature Limit Control (Lines & Images)
Views:
17,682
Posted By
Noel 4 DMB
Worked great for me. Thanks a lot!
Worked great for me. Thanks a lot!
Forum:
vBulletin 2.x Template Modifications
09-09-2003, 04:40 PM
Replies:
7
Attachment Tweak
Views:
2,681
Posted By
Noel 4 DMB
I tweaked it a little and used it on my board....
I tweaked it a little and used it on my board. Works real well.
Forum:
Member Archives
08-07-2003, 12:59 AM
Replies:
1
Who's Online showing "UNKNOWN LOCATION"
Views:
779
Posted By
Noel 4 DMB
nevermind, I found out why. Its because I have...
nevermind, I found out why. Its because I have username calls on my website, and that person is viewing portions of the website itself.
Forum:
Member Archives
08-07-2003, 12:35 AM
Replies:
1
Who's Online showing "UNKNOWN LOCATION"
Views:
779
Posted By
Noel 4 DMB
Who's Online showing "UNKNOWN LOCATION"
Hey guys,
I just switched it so that forumdisplay.php shows "Total Members Online" by editing the template, as well as inserting text into forumdisplay.php:
I found THIS:
...
Forum:
vBulletin 2.x Full Releases
08-07-2003, 12:06 AM
Replies:
50
Posting Frequency
Views:
19,614
Posted By
Noel 4 DMB
great hack. Installed :)
great hack. Installed :)
Forum:
Modification Requests/Questions (Unpaid)
08-06-2003, 06:25 PM
Replies:
1
Changing Post Count to a Power Meter
Views:
814
Posted By
Noel 4 DMB
Changing Post Count to a Power Meter
Ive seen some hacks that are implemented with games, but is there an existing hack that displays a power bar rather than a post count number? My users often fight childishly and brag about their...
Forum:
vBulletin 2.x Full Releases
07-28-2003, 01:09 AM
Replies:
222
vB Member Photo
Views:
36,574
Posted By
Noel 4 DMB
I hope you do, that sounds like an awesome hack. ...
I hope you do, that sounds like an awesome hack.
Would it be worth while for me to look at your old avatar listing hack and try to merge, or would it be too hard for someone with very little...
Forum:
Member Archives
07-28-2003, 01:07 AM
Replies:
4
VelocD: Member Photos Hack works, minus Avatar Listing
Views:
629
Posted By
Noel 4 DMB
oh i thought because it was vbulletin i could...
oh i thought because it was vbulletin i could post in here. sorry about that.
Forum:
Member Archives
07-27-2003, 10:34 PM
Replies:
4
VelocD: Member Photos Hack works, minus Avatar Listing
Views:
629
Posted By
Noel 4 DMB
VelocD: Member Photos Hack works, minus Avatar Listing
Any suggestions? I feel like ive quadrouple checked the templates and coding. You can view it here (http://www.amidreaming.org/dreamers/memberlist.php?action=avatar)
The photo gallery works...
Forum:
vB3 Programming Discussions
07-27-2003, 09:05 PM
Replies:
9
Anyone know about GD 2.0? (Still having problems)
Views:
1,493
Posted By
Noel 4 DMB
NTLDR: I can show you detailed info if you...
NTLDR:
I can show you detailed info if you can contact me at Noel4DMB on AIM. I ran the file you suggested and it still says im using PHP 4.1.1, even thought i untarred the newest PHP and ran the...
Forum:
vB3 Programming Discussions
07-27-2003, 08:52 PM
Replies:
9
Anyone know about GD 2.0? (Still having problems)
Views:
1,493
Posted By
Noel 4 DMB
Thanks for taking the time to post that Veloc,...
Thanks for taking the time to post that Veloc, but im on a *NIX server.
My main problem is that i can't figure out what file i need to point the GD extension to... I looked around, and there are...
Forum:
vB3 Programming Discussions
07-27-2003, 07:24 PM
Replies:
2
Help with GD 2.0 / PHP 4.3
Views:
735
Posted By
Noel 4 DMB
Help with GD 2.0 / PHP 4.3
Hello,
This questions is about a vulletin photo gallery:
https://vborg.vbsupport.ru/showthread.php?s=&threadid=49565
This hack seems to be great, but im having a small problem here that I cant...
Forum:
vB3 Programming Discussions
07-27-2003, 06:34 PM
Replies:
9
Anyone know about GD 2.0? (Still having problems)
Views:
1,493
Posted By
Noel 4 DMB
Thanks, I just installed the latest PHP. However,...
Thanks, I just installed the latest PHP. However, I went into the php.ini file and noticed that it calls for gd.so. When I went into the directory that it points to, it wasnt there. So i did an...
Forum:
vB3 Programming Discussions
07-27-2003, 03:01 PM
Replies:
9
Anyone know about GD 2.0? (Still having problems)
Views:
1,493
Posted By
Noel 4 DMB
Could you give me a brief rundown of how to do...
Could you give me a brief rundown of how to do that? I am very technical illiterate :( I am a designer :(
Forum:
Community Lounge
07-27-2003, 03:00 PM
Replies:
10
Flash geniuses?
Views:
1,252
Posted By
Noel 4 DMB
You can't really get around the filesize, but you...
You can't really get around the filesize, but you can set the site to be two frames, one with a 100% height/width, and the other with a * value. Put the loop inside the * frame, this way your site...
Forum:
vB3 Programming Discussions
07-27-2003, 02:36 PM
Replies:
9
Anyone know about GD 2.0? (Still having problems)
Views:
1,493
Posted By
Noel 4 DMB
Anyone know about GD 2.0? (Still having problems)
Hello,
This questions is about Velocd's photo gallery:
https://vborg.vbsupport.ru/showthread.php?s=&threadid=49565
This hack seems to be great, but im having a small problem here that I cant...
Forum:
Member Archives
07-27-2003, 02:07 PM
Replies:
1
Velocd's Photo Gallery (The last step won't work)
Views:
596
Posted By
Noel 4 DMB
Velocd's Photo Gallery (The last step won't work)
Hello,
This questions is about Velocd's photo gallery:
https://vborg.vbsupport.ru/showthread.php?s=&threadid=49565
This hack seems to be great, but im having a small problem here that I cant...
Forum:
vBulletin 2.x Full Releases
07-27-2003, 02:01 PM
Replies:
222
vB Member Photo
Views:
36,574
Posted By
Noel 4 DMB
VelocD: This hack seems to be great, but im...
VelocD:
This hack seems to be great, but im having a small problem here that I cant seem to fix:
Fatal error: imagecreatetruecolor(): requires GD 2.0 or later in...
Showing results 1 to 25 of 45
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
11:18 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.01630 seconds
Memory Usage
2,048KB
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
(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
pagenav_page
pagenav_complete
forumjump
search_complete
navbits
navbits_complete
Messages:
time to check permissions: 0.0010
(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(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(112, 0, 1,''); -> cached fperms for forum 112
(unspecified) fetch_permissions(112, 0, 1,''); -> cached fperms for forum 112
(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(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(139, 0, 1,''); -> cached fperms for forum 139
(unspecified) fetch_permissions(139, 0, 1,''); -> cached fperms for forum 139
(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(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(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(4, 0, 1,''); -> cached fperms for forum 4
(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(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(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(4, 0, 1,''); -> cached fperms for forum 4
FULLTEXT Search
php_sapi_name(): fpm-fcgi