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 18 of 18
Search took
0.00
seconds.
Search:
Posts Made By:
ALcorn
Forum:
vBulletin 3 Articles
06-12-2008, 06:25 PM
Replies:
111
Howto: Enable SMTP for vB 3.0.2/3
Views:
26,720
Posted By
ALcorn
GrowReport, why not posting your question to the...
GrowReport, why not posting your question to the official VB support?
Forum:
vBulletin 3 Articles
06-12-2008, 05:57 PM
Replies:
111
Howto: Enable SMTP for vB 3.0.2/3
Views:
26,720
Posted By
ALcorn
Why do you need this hack? vBulletin v.3.7.x...
Why do you need this hack? vBulletin v.3.7.x support SMTP natively.
Forum:
Modification Requests/Questions (Unpaid)
02-17-2006, 08:49 PM
Replies:
21
Skype
Views:
9,350
Posted By
ALcorn
Does anyone who installed the hack is worked the...
Does anyone who installed the hack is worked the way to do the skype userfield data migration? Thanx
Forum:
vBulletin 3 Articles
05-10-2005, 01:40 PM
Replies:
111
Howto: Enable SMTP for vB 3.0.2/3
Views:
26,720
Posted By
ALcorn
Are you sure you wrote all informations correctly...
Are you sure you wrote all informations correctly ?
Forum:
vBulletin 3 Articles
05-10-2005, 01:35 PM
Replies:
111
Howto: Enable SMTP for vB 3.0.2/3
Views:
26,720
Posted By
ALcorn
Probably, It's the same problem, write the...
Probably, It's the same problem, write the following line with quotes:
var $smtpHost = "mail.domain.com";
Forum:
vBulletin 3 Articles
05-10-2005, 01:27 PM
Replies:
111
Howto: Enable SMTP for vB 3.0.2/3
Views:
26,720
Posted By
ALcorn
Read the topic again... You should write the...
Read the topic again... You should write the following line with quotes
var $smtpUser = "user@domain.com";
Forum:
vBulletin 3.0 Full Releases
04-28-2005, 01:15 PM
Replies:
45
24h Visitors' Statistics (members and guests)
Views:
13,397
Posted By
ALcorn
Again, your problem is related to the...
Again, your problem is related to the connectivity to your MySQL database and not to this mod, so we could't help you in this topic. Sorry.
Forum:
vBulletin 3.0 Full Releases
04-28-2005, 07:51 AM
Replies:
45
24h Visitors' Statistics (members and guests)
Views:
13,397
Posted By
ALcorn
This error is not related to this mod, but I have...
This error is not related to this mod, but I have also noticed that the 24H Visitors stats are reset when the database is out, so let's say "it's by design". :)
Forum:
vBulletin 3.0 Full Releases
04-27-2005, 08:23 AM
Replies:
45
24h Visitors' Statistics (members and guests)
Views:
13,397
Posted By
ALcorn
Do it in phrase manager in your Admin Control...
Do it in phrase manager in your Admin Control Panel
Forum:
Modification Requests/Questions (Unpaid)
03-11-2005, 10:55 AM
Replies:
6
Paid Subscriptions with Webmoney
Views:
2,087
Posted By
ALcorn
I also need to accept webmoney payments for my...
I also need to accept webmoney payments for my subscriptions. Anyone would make the script ?
Forum:
vBulletin 3 Articles
03-03-2005, 06:41 AM
Replies:
121
Using PHPadsnew 2 with Vbulletin 3.
Views:
34,050
Posted By
ALcorn
Try to replace the single quotes in the SQL code...
Try to replace the single quotes in the SQL code by double quotes or simply get ride of them
Forum:
Modification Graveyard
03-02-2005, 10:20 PM
Replies:
13
Administrative and Maintenance Tools -
Auto-prune Inactive Members
Views:
5,295
Posted By
ALcorn
Great hack! Thank you :) Is it possible to...
Great hack! Thank you :)
Is it possible to write in the log the list of pruned users ? Or at least the number of pruned ?
Forum:
vBulletin 3 Articles
02-28-2005, 06:38 PM
Replies:
121
Using PHPadsnew 2 with Vbulletin 3.
Views:
34,050
Posted By
ALcorn
FrankieFive, you need to adjust the number of...
FrankieFive, you need to adjust the number of caracters of the field filename of the table cron of your database because the default value of 50 caracters is not enought.
Try to run this query in...
Forum:
vBulletin 3 Articles
02-20-2005, 06:56 PM
Replies:
111
Howto: Enable SMTP for vB 3.0.2/3
Views:
26,720
Posted By
ALcorn
Yes, gmail support the SMTPS. In fact, I...
Yes, gmail support the SMTPS.
In fact, I looked more closely to the mail.php and found that the function fsockopen() is used. That mean (at least in theory) we can establish a secure connection...
Forum:
vBulletin 3 Articles
02-17-2005, 01:33 PM
Replies:
111
Howto: Enable SMTP for vB 3.0.2/3
Views:
26,720
Posted By
ALcorn
In fact the support of SSL/TLS should be...
In fact the support of SSL/TLS should be sincluded not only the server side (i.e. Google server) but yet on the client side, in our case in the VBulletin script. So if there's no SSL/TLS support...
Forum:
vBulletin 3 Articles
02-17-2005, 09:19 AM
Replies:
111
Howto: Enable SMTP for vB 3.0.2/3
Views:
26,720
Posted By
ALcorn
Outgoing authentification is set just by filling...
Outgoing authentification is set just by filling the following parameters
$smtpUser = user@domain.com;
$smtpPass = password;
But I think there will be a problem with SSL.
Forum:
vBulletin 3.0 Full Releases
02-13-2005, 03:29 PM
Replies:
45
24h Visitors' Statistics (members and guests)
Views:
13,397
Posted By
ALcorn
Your hack is about the number of newly registered...
Your hack is about the number of newly registered users, not about the stats of registered users AND guests visited the forum in last 24 hours ;)
Forum:
Modification Graveyard
02-07-2005, 01:15 PM
Replies:
602
Members who have visited today (with last 24 hours option).
Views:
90,875
Posted By
ALcorn
Very nice hack, Paul M. Just one thing is missing...
Very nice hack, Paul M. Just one thing is missing for me - number of guests who have visited. Is it possible to add this info into the hack ? Thank you again.
Showing results 1 to 18 of 18
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:15 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.03115 seconds
Memory Usage
1,975KB
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
(18)
search_results_postbit
(1)
spacer_close
(1)
spacer_open
(50)
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(187, 0, 1,''); -> cached fperms for forum 187
(unspecified) fetch_permissions(187, 0, 1,''); -> cached fperms for forum 187
(unspecified) fetch_permissions(187, 0, 1,''); -> cached fperms for forum 187
(unspecified) fetch_permissions(187, 0, 1,''); -> cached fperms for forum 187
(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(187, 0, 1,''); -> cached fperms for forum 187
(unspecified) fetch_permissions(187, 0, 1,''); -> cached fperms for forum 187
(unspecified) fetch_permissions(187, 0, 1,''); -> cached fperms for forum 187
(unspecified) fetch_permissions(187, 0, 1,''); -> cached fperms for forum 187
(unspecified) fetch_permissions(187, 0, 1,''); -> cached fperms for forum 187
(unspecified) fetch_permissions(187, 0, 1,''); -> cached fperms for forum 187
(unspecified) fetch_permissions(33, 0, 1,''); -> cached fperms for forum 33
(unspecified) fetch_permissions(33, 0, 1,''); -> cached fperms for forum 33
(unspecified) fetch_permissions(33, 0, 1,''); -> cached fperms for forum 33
(unspecified) fetch_permissions(33, 0, 1,''); -> cached fperms for forum 33
(unspecified) fetch_permissions(33, 0, 1,''); -> cached fperms for forum 33
(unspecified) fetch_permissions(33, 0, 1,''); -> cached fperms for forum 33
(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(187, 0, 1,''); -> cached fperms for forum 187
(unspecified) fetch_permissions(187, 0, 1,''); -> cached fperms for forum 187
(unspecified) fetch_permissions(224, 0, 1,''); -> cached fperms for forum 224
(unspecified) fetch_permissions(224, 0, 1,''); -> cached fperms for forum 224
(unspecified) fetch_permissions(187, 0, 1,''); -> cached fperms for forum 187
(unspecified) fetch_permissions(187, 0, 1,''); -> cached fperms for forum 187
(unspecified) fetch_permissions(187, 0, 1,''); -> cached fperms for forum 187
(unspecified) fetch_permissions(187, 0, 1,''); -> cached fperms for forum 187
(unspecified) fetch_permissions(187, 0, 1,''); -> cached fperms for forum 187
(unspecified) fetch_permissions(187, 0, 1,''); -> cached fperms for forum 187
(unspecified) fetch_permissions(187, 0, 1,''); -> cached fperms for forum 187
(unspecified) fetch_permissions(187, 0, 1,''); -> cached fperms for forum 187
(unspecified) fetch_permissions(33, 0, 1,''); -> cached fperms for forum 33
(unspecified) fetch_permissions(33, 0, 1,''); -> cached fperms for forum 33
(unspecified) fetch_permissions(224, 0, 1,''); -> cached fperms for forum 224
(unspecified) fetch_permissions(224, 0, 1,''); -> cached fperms for forum 224
FULLTEXT Search
php_sapi_name(): fpm-fcgi