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 63
Search took
0.00
seconds.
Search:
Posts Made By:
EH-Jay
Forum:
vB3 General Discussions
01-21-2007, 09:18 AM
Replies:
0
Is there any usersetting code that will display something specific for the user?
Views:
601
Posted By
EH-Jay
Is there any usersetting code that will display something specific for the user?
I found the coding
<if condition="is_member_of($bbuserinfo, 6) or is_member_of($bbuserinfo, 5)">
show this</if>
which sets if the viewer (the person logged in viewing the page) is 1 of the...
Forum:
Modification Requests/Questions (Unpaid)
08-22-2005, 03:27 PM
Replies:
2
Help With A Mod
Views:
834
Posted By
EH-Jay
Theres a page called news2.php that connects to...
Theres a page called news2.php that connects to the vb database, so would it be line 8 of that file?
Colin, PM me and I'll send you the files :) If you want to help that is ;)
Forum:
Modification Requests/Questions (Unpaid)
08-22-2005, 02:56 AM
Replies:
2
Help With A Mod
Views:
834
Posted By
EH-Jay
Help With A Mod
I'm currently working on a hack that I do not wish to give hints out yet ;) but I do know that companies that use php/html website fronts and vb forums would benefit a great deal from this (unless...
Forum:
vBulletin 3.0 Full Releases
07-24-2005, 01:32 AM
Replies:
215
[VB3 RC3] Board Spent Time
Views:
42,889
Posted By
EH-Jay
So I guess this problem is going to stay in limbo...
So I guess this problem is going to stay in limbo then?
Forum:
vBulletin 3.0 Full Releases
07-24-2005, 01:31 AM
Replies:
133
Image Hosting
Views:
22,449
Posted By
EH-Jay
So I guess this problem is going to stay in limbo...
So I guess this problem is going to stay in limbo then?
Forum:
vBulletin 3.0 Full Releases
07-19-2005, 03:13 AM
Replies:
133
Image Hosting
Views:
22,449
Posted By
EH-Jay
Stop calling the hack stupid and crap etc. ...
Stop calling the hack stupid and crap etc.
Yea he should of went beta before releasing it with all these problems, but that's all done with now and lets help him fix it.
Now, loneranger the...
Forum:
vBulletin 3.0 Full Releases
07-19-2005, 02:03 AM
Replies:
215
[VB3 RC3] Board Spent Time
Views:
42,889
Posted By
EH-Jay
Hey Kentaurus, I get the same error. I ran the...
Hey Kentaurus,
I get the same error. I ran the query perfect:
Your SQL-query has been executed successfully (Query took 0.0234 sec)
SQL-query:
ALTER TABLE user ADD timespent int NOT NULL
And...
Forum:
Modification Graveyard
07-15-2005, 05:05 PM
Replies:
259
Top xx Posters List
Views:
42,536
Posted By
EH-Jay
Fatal error: Call to a member function on a...
Fatal error: Call to a member function on a non-object in /home/deathleg/public_html/forums/topposters.php on line 44
Forum:
Modification Requests/Questions (Unpaid)
04-01-2005, 05:38 AM
Replies:
27
Help Fixing A "Potential" Hack
Views:
2,055
Posted By
EH-Jay
Message me please: ehjay_manager
Message me please: ehjay_manager
Forum:
Modification Requests/Questions (Unpaid)
04-01-2005, 05:30 AM
Replies:
27
Help Fixing A "Potential" Hack
Views:
2,055
Posted By
EH-Jay
Is there AIM/MSN/YIM that we can talk further? To...
Is there AIM/MSN/YIM that we can talk further? To speed things up a little? :D
Forum:
Modification Requests/Questions (Unpaid)
04-01-2005, 05:28 AM
Replies:
27
Help Fixing A "Potential" Hack
Views:
2,055
Posted By
EH-Jay
What do you need in order to help me fix this?...
What do you need in order to help me fix this? Because I'm all out of ideas and possible reasons to this problem.
Forum:
Modification Requests/Questions (Unpaid)
04-01-2005, 05:13 AM
Replies:
27
Help Fixing A "Potential" Hack
Views:
2,055
Posted By
EH-Jay
Unable to add cookies, header already sent. ...
Unable to add cookies, header already sent.
File: /home/elite/public_html/index2.php
Line: 8
Now that won't go away again. I have no idea whats calling the header, but I don't see why I'm...
Forum:
Modification Requests/Questions (Unpaid)
03-31-2005, 10:03 PM
Replies:
27
Help Fixing A "Potential" Hack
Views:
2,055
Posted By
EH-Jay
I didn't mean to do that. But anyway I have all...
I didn't mean to do that. But anyway I have all the coding in for what he told me to put, and still no bb code working as you can see in that link I sent you. Any help for it now that we got...
Forum:
Modification Requests/Questions (Unpaid)
03-31-2005, 07:14 PM
Replies:
27
Help Fixing A "Potential" Hack
Views:
2,055
Posted By
EH-Jay
It works... http://www.elitehosting.biz/test.php ...
It works... http://www.elitehosting.biz/test.php
What now?
http://www.elitehosting.biz/index2.php Ok the BB code is still not working. That was the whole point of me asking :(
Forum:
Modification Requests/Questions (Unpaid)
03-31-2005, 07:05 PM
Replies:
27
Help Fixing A "Potential" Hack
Views:
2,055
Posted By
EH-Jay
<?php chdir('forums'); // or full path...
<?php
chdir('forums'); // or full path /home/account/public_html/forum
require_once('global.php');
// more codes
include_once('includes/functions_bbcodeparse.php');
Forum:
Modification Requests/Questions (Unpaid)
03-31-2005, 06:26 PM
Replies:
27
Help Fixing A "Potential" Hack
Views:
2,055
Posted By
EH-Jay
include("forums/includes/config.php"); ...
include("forums/includes/config.php");
include_once("forums/includes/functions_bbcodeparse.php");
require_once("forums/global.php");
What did I not do... I put what he told me in there and...
Forum:
Modification Requests/Questions (Unpaid)
03-31-2005, 03:57 PM
Replies:
27
Help Fixing A "Potential" Hack
Views:
2,055
Posted By
EH-Jay
I threw it in but it still not working =/ ...
I threw it in but it still not working =/
Eww now I'm getting this:
Warning: main(./includes/init.php): failed to open stream: No such file or directory in...
Forum:
Modification Requests/Questions (Unpaid)
03-31-2005, 05:10 AM
Replies:
27
Help Fixing A "Potential" Hack
Views:
2,055
Posted By
EH-Jay
<?php include("forums/includes/config.php"); ...
<?php
include("forums/includes/config.php");
include("forums/includes/functions_bbcodeparse.php");
@mysql_pconnect($servername, $dbusername, $dbpassword);
mysql_select_db("$dbname")or...
Forum:
Modification Requests/Questions (Unpaid)
03-30-2005, 06:01 PM
Replies:
27
Help Fixing A "Potential" Hack
Views:
2,055
Posted By
EH-Jay
ANYWAY can someone help me out with the bb coding...
ANYWAY can someone help me out with the bb coding on a php page?
Forum:
Modification Requests/Questions (Unpaid)
03-30-2005, 02:05 AM
Replies:
27
Help Fixing A "Potential" Hack
Views:
2,055
Posted By
EH-Jay
It's about fixing my bb coding. Let's stay on...
It's about fixing my bb coding. Let's stay on topic here :)
Forum:
Modification Requests/Questions (Unpaid)
03-30-2005, 01:06 AM
Replies:
27
Help Fixing A "Potential" Hack
Views:
2,055
Posted By
EH-Jay
lol Methodz totally unrelated here :P and vB and...
lol Methodz totally unrelated here :P and vB and I have work everything out so be patient for the hosting forums to go back up.
Forum:
Modification Requests/Questions (Unpaid)
03-29-2005, 11:47 PM
Replies:
27
Help Fixing A "Potential" Hack
Views:
2,055
Posted By
EH-Jay
Help Fixing A "Potential" Hack
Hey everyone,
I've been working getting this PHP page to work, but I can't seem to get the BB code working.
I have this so far:
http://www.deathlegion.com/forums/includes/file.php
Can...
Forum:
vBulletin 3.0 Full Releases
03-29-2005, 11:37 PM
Replies:
254
WebTemplates 3.x: VB Integrated Content Management System
Views:
50,889
Posted By
EH-Jay
Logican can you help me? All I did was I copied...
Logican can you help me? All I did was I copied the coding from my forums' header template and pasted it into the header that came with the installation of this hack.
On the top of the basic page,...
Forum:
vBulletin 3.0 Full Releases
03-20-2005, 11:58 PM
Replies:
19
vb3 Arcade Profile Hack
Views:
4,028
Posted By
EH-Jay
whoops! I forgot about that too LOL.
whoops! I forgot about that too LOL.
Forum:
vBulletin 3.0 Full Releases
03-20-2005, 11:56 PM
Replies:
254
WebTemplates 3.x: VB Integrated Content Management System
Views:
50,889
Posted By
EH-Jay
"Header/Footer Templates:" was what I was talking...
"Header/Footer Templates:" was what I was talking about. It says in the 2 files "Header/Footer Templates are always HTML parsed."
So? I'm lost :(
Showing results 1 to 25 of 63
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
11:05 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.01642 seconds
Memory Usage
2,036KB
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
(65)
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.0009
(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(112, 0, 1,''); -> cached fperms for forum 112
(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(112, 0, 1,''); -> cached fperms for forum 112
(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(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
(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(112, 0, 1,''); -> cached fperms for forum 112
(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(112, 0, 1,''); -> cached fperms for forum 112
(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(112, 0, 1,''); -> cached fperms for forum 112
(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(112, 0, 1,''); -> cached fperms for forum 112
(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(112, 0, 1,''); -> cached fperms for forum 112
(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(112, 0, 1,''); -> cached fperms for forum 112
(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(112, 0, 1,''); -> cached fperms for forum 112
(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(112, 0, 1,''); -> cached fperms for forum 112
(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(112, 0, 1,''); -> cached fperms for forum 112
(unspecified) fetch_permissions(112, 0, 1,''); -> cached fperms for forum 112
(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
FULLTEXT Search
php_sapi_name(): fpm-fcgi