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 3
1
2
3
>
Showing results 1 to 25 of 64
Search took
0.00
seconds.
Search:
Posts Made By:
JPnyc
Forum:
vB3 Programming Discussions
01-06-2011, 11:15 AM
Replies:
0
Writing new registrations to ext. DB
Views:
521
Posted By
JPnyc
Writing new registrations to ext. DB
Hi folks, I need a clue here. Need to create a plug in which will write new registration data into an external database in addition to the my SQL database connected to VB, in real time. I imagine it...
Forum:
vB3 Programming Discussions
01-21-2010, 03:32 PM
Replies:
9
can't find the right hook
Views:
783
Posted By
JPnyc
Thanks, I was afraid of that. I tried hooking it...
Thanks, I was afraid of that. I tried hooking it on global for that reason, figuring that is where all variables are initialized, but I got the same result, no load. I'll check the logs. Thanks
...
Forum:
vB3 Programming Discussions
01-21-2010, 02:21 PM
Replies:
9
can't find the right hook
Views:
783
Posted By
JPnyc
Hi, still working on this. Can anybody see...
Hi, still working on this. Can anybody see anything in the above code that would stop the entire page from rendering, on absolutely any hook vBulletin?
Forum:
vB3 Programming Discussions
01-13-2010, 04:52 PM
Replies:
9
can't find the right hook
Views:
783
Posted By
JPnyc
much thanks, Lynne.
much thanks, Lynne.
Forum:
vB3 Programming Discussions
01-13-2010, 03:59 PM
Replies:
9
can't find the right hook
Views:
783
Posted By
JPnyc
I was afraid of that. We don't actually have a...
I was afraid of that. We don't actually have a test site, I'm using one of our internal forums, only visible to employees. At the moment my problem is trying to figure out why any hook I attached...
Forum:
vB3 Programming Discussions
01-13-2010, 03:32 PM
Replies:
9
can't find the right hook
Views:
783
Posted By
JPnyc
thanks, Lynne. Will that list be visible to all...
thanks, Lynne. Will that list be visible to all or just to admin? Thanks again.
Forum:
vB3 Programming Discussions
01-13-2010, 03:06 PM
Replies:
9
can't find the right hook
Views:
783
Posted By
JPnyc
can't find the right hook
hi folks, I have a plug-in I wrote some time ago which, when hooked on register add member process, works fine. However registration is going to be taken away from me, the database is going to be...
Forum:
vB3 General Discussions
09-29-2009, 05:47 PM
Replies:
1
which hook involves the banning process?
Views:
476
Posted By
JPnyc
which hook involves the banning process?
I was looking for some hook that mentioned changing group ID or something, wasn't able to find it. Can somebody clue me in which hook would be involved for that process? Thanks in advance.:)
Forum:
vBulletin 3.8 Add-ons
04-20-2009, 05:53 PM
Replies:
411
New Posting Features -
[Ajax] Check for similar thread before posting a new one
Views:
86,246
Posted By
JPnyc
I notice only versions 3.6 and 3.8 are mentioned,...
I notice only versions 3.6 and 3.8 are mentioned, we'll either of these work with 3.7.x?
Thanks!
Forum:
vBulletin 3.5 Add-ons
10-24-2008, 06:53 PM
Replies:
113
Apply "rel=nofollow" attribute to all parsed URLs
Views:
32,023
Posted By
JPnyc
nevermind, signature cache needed to be released.
nevermind, signature cache needed to be released.
Forum:
vBulletin 3.5 Add-ons
10-23-2008, 04:26 PM
Replies:
113
Apply "rel=nofollow" attribute to all parsed URLs
Views:
32,023
Posted By
JPnyc
Anyone know why this works for sig links in 3.5...
Anyone know why this works for sig links in 3.5 but not in 3.7.x?
Forum:
vB3 Programming Discussions
09-02-2008, 03:06 PM
Replies:
6
Reference IP during registration process
Views:
833
Posted By
JPnyc
Huge thanks for this, I got what I needed to do,...
Huge thanks for this, I got what I needed to do, working. :)
Forum:
vB3 Programming Discussions
08-30-2008, 02:46 PM
Replies:
6
Reference IP during registration process
Views:
833
Posted By
JPnyc
Thanks, I think I got it now. PHP isn't one of my...
Thanks, I think I got it now. PHP isn't one of my languages, obviously. Mille grazie, as my people say ;)
Forum:
vB3 Programming Discussions
08-29-2008, 08:58 PM
Replies:
6
Reference IP during registration process
Views:
833
Posted By
JPnyc
So I can just reference $IPADDRESS? Or minus the...
So I can just reference $IPADDRESS? Or minus the $? Without the object reference? Thanks!
Forum:
vB3 Programming Discussions
08-29-2008, 02:22 PM
Replies:
6
Reference IP during registration process
Views:
833
Posted By
JPnyc
Reference IP during registration process
I'm not sure if this should be in the programming discussions section or not, but here it is anyway. I'm doing some testing during the registration process, before the account is actually created.
...
Forum:
vB3 Programming Discussions
05-09-2008, 05:56 PM
Replies:
0
test for string user email
Views:
565
Posted By
JPnyc
test for string user email
$emailaddy=$vbulletin->userinfo['email'];
if(stripos($emailaddy,'ltd',0)!==false) {
$userdata->set('usergroupid',4);
}
Any idea why this does nothing? It's hooked on...
Forum:
vB3 General Discussions
04-02-2008, 04:59 PM
Replies:
0
custom phrases don't show in notify e-mail
Views:
689
Posted By
JPnyc
custom phrases don't show in notify e-mail
We've created a couple of custom global phrases, and tested in versions 3.0 .x, 3.5 .x and 3.6.8. The custom phrases show up fine in all three versions, all with the same exception, new post...
Forum:
vB3 Programming Discussions
12-07-2007, 11:49 AM
Replies:
17
Can Javascript be run from the plugin system?
Views:
2,243
Posted By
JPnyc
FYI, this issue is resolved. I ended up writing...
FYI, this issue is resolved. I ended up writing my own AJAX script to refresh our ad positions, and calling it onclick of the quick edit and quick reply buttons. Unfortunatly, the quick edit SAVE...
Forum:
vB3 Programming Discussions
11-29-2007, 01:01 PM
Replies:
17
Can Javascript be run from the plugin system?
Views:
2,243
Posted By
JPnyc
I'm not sure we can actually do that, but I'll...
I'm not sure we can actually do that, but I'll check. The problem is we are serving our ads via PHP, meaning PHP is writing the JavaScript setup code to the page. I haven't been able to figure out...
Forum:
vB3 Programming Discussions
11-29-2007, 12:43 PM
Replies:
17
Can Javascript be run from the plugin system?
Views:
2,243
Posted By
JPnyc
THANK YOU!!!! Actually, ad management is...
THANK YOU!!!! Actually, ad management is precisely what I'm trying to do. I want to enable the forums Ajax features, however we make our living off ad revenue, and as you know, Ajax doesn't reload...
Forum:
vB3 Programming Discussions
11-29-2007, 12:11 PM
Replies:
17
Can Javascript be run from the plugin system?
Views:
2,243
Posted By
JPnyc
okay thanks, but I could use PHP in a plug-in to...
okay thanks, but I could use PHP in a plug-in to write a JavaScript function to the page, on a given hook, could I not? I mean passing it through PHP as a string literal.
We run 30 forums, and...
Forum:
vB3 Programming Discussions
11-29-2007, 11:08 AM
Replies:
17
Can Javascript be run from the plugin system?
Views:
2,243
Posted By
JPnyc
Sorry for reviving an old thread, but it was mine...
Sorry for reviving an old thread, but it was mine to begin with so I hope no one minds, and the subject is still the same. I need to execute some Javascript from the plugin system and not sure how to...
Forum:
vB3 Programming Discussions
10-16-2007, 01:35 AM
Replies:
9
combining AJAX calls
Views:
998
Posted By
JPnyc
OK, thanks. That's how I'll approach it then
OK, thanks. That's how I'll approach it then
Forum:
vB3 Programming Discussions
10-15-2007, 12:43 PM
Replies:
9
combining AJAX calls
Views:
998
Posted By
JPnyc
hi, thanks for the reply. No, we have three...
hi, thanks for the reply. No, we have three advertising positions that need to be called along with the Ajax functions, and reloaded to the page via Ajax. What I don't know is if there is any way to...
Forum:
vB3 Programming Discussions
10-11-2007, 04:30 PM
Replies:
9
combining AJAX calls
Views:
998
Posted By
JPnyc
I still can't solve this. Am I better off writing...
I still can't solve this. Am I better off writing my own AJAX script and just calling it onclick of the edit/submit buttons, or is there a way for me to piggyback on the existing AJAX functions in vb...
Showing results 1 to 25 of 64
Page 1 of 3
1
2
3
>
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:47 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.02794 seconds
Memory Usage
2,033KB
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
(19)
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.0013
(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(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(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(113, 0, 1,''); -> cached fperms for forum 113
(unspecified) fetch_permissions(113, 0, 1,''); -> cached fperms for forum 113
(unspecified) fetch_permissions(113, 0, 1,''); -> cached fperms for forum 113
(unspecified) fetch_permissions(113, 0, 1,''); -> cached fperms for forum 113
(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(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(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