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 22 of 22
Search took
0.00
seconds.
Search:
Posts Made By:
dannyb2100
Forum:
vB3 Programming Discussions
09-29-2009, 08:47 PM
Replies:
3
Plugin not working ! Any ideas ?
Views:
657
Posted By
dannyb2100
Its a fully custom script ;) userdb is part...
Its a fully custom script ;)
userdb is part of my own code, I know its not working as there is no mysql update :)
Due to it being my own code I cannot reveal SOO much only what I believe is not...
Forum:
vB3 Programming Discussions
09-29-2009, 07:44 PM
Replies:
3
Plugin not working ! Any ideas ?
Views:
657
Posted By
dannyb2100
Plugin not working ! Any ideas ?
Adding a pluging with the hook location:
newthread_post_complete
newreply_post_complete
newpost_complete
With the query,
$db->query_write("UPDATE userdb SET fpoints=fpoints+'2' WHERE...
Forum:
vB3 Programming Discussions
09-05-2009, 02:46 PM
Replies:
7
Avatars on none VB pages.
Views:
729
Posted By
dannyb2100
Hey Lynn, Thanks for the reply, I changed...
Hey Lynn,
Thanks for the reply, I changed the code as you said,
but it's still feeding me back 0 as a userid........
Image Here ??
<table cellpadding="0" cellspacing="0" align="left"...
Forum:
vB3 Programming Discussions
09-01-2009, 03:14 PM
Replies:
7
Avatars on none VB pages.
Views:
729
Posted By
dannyb2100
ok, Um, As par my sig I use VBB as my forum, so...
ok, Um, As par my sig I use VBB as my forum,
so its quite a complex system that mixes the two,
$curdir = getcwd ();
chdir('forum');
require_once('forum/global.php');
chdir ($curdir);
Forum:
vB3 Programming Discussions
09-01-2009, 02:49 PM
Replies:
7
Avatars on none VB pages.
Views:
729
Posted By
dannyb2100
Its a none template page, its part of the php,...
Its a none template page, its part of the php, global.php is included yes,
I'm trying to get the userid if the person viewing the page.
Forum:
vB3 Programming Discussions
09-01-2009, 01:19 PM
Replies:
7
Avatars on none VB pages.
Views:
729
Posted By
dannyb2100
Avatars on none VB pages.
Hey all, I'm trying to get the avatar to link on a none vb page ??
Any help or ideas,
Code as follows
<img...
Forum:
vB3 Programming Discussions
09-01-2009, 07:45 AM
Replies:
2
email Users who have not logged in for x days
Views:
751
Posted By
dannyb2100
Thanks Seven Skins Sorry for late reply,...
Thanks Seven Skins
Sorry for late reply, haha.:D
Forum:
vB3 General Discussions
08-31-2009, 03:30 PM
Replies:
0
Avatar on none VB pages
Views:
499
Posted By
dannyb2100
Avatar on none VB pages
Hey all, I'm trying to get the avatar to link on a none vb page ??
Any help or ideas,
Code as follows
<a...
Forum:
vB3 Programming Discussions
06-10-2009, 10:42 AM
Replies:
1
Content Parsing
Views:
568
Posted By
dannyb2100
Content Parsing
Hey VB.Org
Looking to create a little modifcation but hit a block on how to do this,
I'm looking to parse content from a few "YouTube" websites, but I cant seem to get the content to parse...
Forum:
vB3 Programming Discussions
06-10-2009, 10:39 AM
Replies:
2
email Users who have not logged in for x days
Views:
751
Posted By
dannyb2100
email Users who have not logged in for x days
Hello all,
I'm looking for a mod or a way to send a email to users who have not logged in for x days just too basically email them a pre-defined email which I will specify
If there is already...
Forum:
vBulletin 3.8 Add-ons
03-31-2009, 10:02 AM
Replies:
641
Administrative and Maintenance Tools -
Multiple Account Detection & Prevention
Views:
192,691
Posted By
dannyb2100
Thanks for the update :) Keep up the good work.
Thanks for the update :)
Keep up the good work.
Forum:
vBulletin 3.7 Add-ons
02-27-2009, 08:20 PM
Replies:
2,644
Add-On Releases -
vBExperience
Views:
799,011
Posted By
dannyb2100
Thank you Phalynx, Works ACE now :D.
Thank you Phalynx, Works ACE now :D.
Forum:
vBulletin 3.7 Add-ons
02-27-2009, 07:39 PM
Replies:
2,644
Add-On Releases -
vBExperience
Views:
799,011
Posted By
dannyb2100
Hey I'm having a weird problem, the hook...
Hey I'm having a weird problem, the hook $template_hook[postbit_userinfo_left] is in place but its still not rendering the bars ?
Any reason for this ?
come's up with things like
Points: 31,...
Forum:
Community Reviews
02-26-2009, 10:55 PM
Replies:
0
My TB-RPG, Soul Quest RPG
Views:
1,074
Posted By
dannyb2100
My TB-RPG, Soul Quest RPG
Hey guys, http://www.soulquestrpg.com
My Text Based RPG, Recently integrated VBB into it as well :)
Let me know what you think everyone !
Forum:
vB3 General Discussions
02-24-2009, 06:30 PM
Replies:
12
Auto Prune? dos this exists?
Views:
1,821
Posted By
dannyb2100
There's a mod called Auto Prune which does work...
There's a mod called Auto Prune which does work just needed to edit a few files and it worked a treat.
Forum:
vB3 Programming Discussions
02-22-2009, 08:26 PM
Replies:
3
Help using the session table
Views:
823
Posted By
dannyb2100
That would explain an afull lot will test now, ...
That would explain an afull lot will test now,
Thanks again Lynee :)
EDIT.
Worked like a treat !, Thanks Lynee
Forum:
vB3 Programming Discussions
02-22-2009, 07:25 PM
Replies:
3
Help using the session table
Views:
823
Posted By
dannyb2100
Help using the session table
Hey all, ok I've created a plugging at hook Global_start.
if ($vbulletin->session->vars['email'] == 0)
{
$varemail = $bbuserinfo[email];
//Add the user email to the session var
...
Forum:
vB3 Programming Discussions
02-20-2009, 06:46 PM
Replies:
7
Help a noob
Views:
858
Posted By
dannyb2100
I cant seem to get the plugging to function as I...
I cant seem to get the plugging to function as I want it, I'm sorry to sound like such a douche I don't know whats wrong with me for some reason I just cant read PHP its been one of them days,
Is...
Forum:
vB3 Programming Discussions
02-20-2009, 04:38 PM
Replies:
7
Help a noob
Views:
858
Posted By
dannyb2100
Basicly I have my own user system as I run a TB...
Basicly I have my own user system as I run a TB RPG and I'm adding VBB to it I've come up with a system which links the 2 user-databases so thats sorted I'm just having trouble racking my brain...
Forum:
vB3 Programming Discussions
02-19-2009, 10:10 PM
Replies:
7
Help a noob
Views:
858
Posted By
dannyb2100
Help a noob
Ok I don't know weather my brains melted or I've just turned noob over night but basicly I cant seem to rack my mind round where the mysql query is on a user registration is on VB, I know it uses the...
Forum:
vB3 Programming Discussions
02-11-2009, 04:07 PM
Replies:
1
Porting my current member system into VB
Views:
591
Posted By
dannyb2100
Porting my current member system into VB
Hey just got hold of VBB and wish to port my current member system into VBB, Can anyone help me out here, I only use one table for my user-information on my current system, with the array-variable...
Forum:
vBulletin 3.6 Add-ons
02-11-2009, 11:33 AM
Replies:
36
Add-On Releases -
ibProArcade reduce scores to keep arcade competitive.
Views:
25,004
Posted By
dannyb2100
I have same problem, Is there a solution yet >
I have same problem, Is there a solution yet >
Showing results 1 to 22 of 22
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:19 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.01727 seconds
Memory Usage
2,007KB
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
(22)
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(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(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(235, 0, 1,''); -> cached fperms for forum 235
(unspecified) fetch_permissions(235, 0, 1,''); -> cached fperms for forum 235
(unspecified) fetch_permissions(228, 0, 1,''); -> cached fperms for forum 228
(unspecified) fetch_permissions(228, 0, 1,''); -> cached fperms for forum 228
(unspecified) fetch_permissions(228, 0, 1,''); -> cached fperms for forum 228
(unspecified) fetch_permissions(228, 0, 1,''); -> cached fperms for forum 228
(unspecified) fetch_permissions(14, 0, 1,''); -> cached fperms for forum 14
(unspecified) fetch_permissions(14, 0, 1,''); -> cached fperms for forum 14
(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(194, 0, 1,''); -> cached fperms for forum 194
(unspecified) fetch_permissions(194, 0, 1,''); -> cached fperms for forum 194
FULLTEXT Search
php_sapi_name(): fpm-fcgi