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:
willms_jay
Forum:
vB3 General Discussions
05-26-2003, 10:19 PM
Replies:
1
question, custom inserting into database
Views:
696
Posted By
willms_jay
question, custom inserting into database
question.
My hack inserts threads automatically into the vbulletin database, and also adds a pool automatically. I want to know if I've done it right.
I insert into the thread table, then i get...
Forum:
vB3 General Discussions
05-24-2003, 09:25 PM
Replies:
6
trying to do a simple query
Views:
1,095
Posted By
willms_jay
then what the heck do i do? I've tried using the...
then what the heck do i do? I've tried using the DB_SITE technique, but it NEVER works, at least for what i am trying to do.
Forum:
vB3 General Discussions
05-23-2003, 10:45 PM
Replies:
6
trying to do a simple query
Views:
1,095
Posted By
willms_jay
that is what is very strange. THERE IS no...
that is what is very strange. THERE IS no occurance of
SELECT title FROM thread WHERE threadid=
anywhere in newreply.php at all!
Forum:
vB3 General Discussions
05-23-2003, 10:30 PM
Replies:
6
trying to do a simple query
Views:
1,095
Posted By
willms_jay
trying to do a simple query
first of all, I've had no luck with the $DB_SITE command, it's given me nothing but problems for the query I want to do.
I have replaced :
$DB_site->query("INSERT INTO post...
Forum:
vB3 General Discussions
05-13-2003, 03:01 AM
Replies:
5
can someone help me pinpoint?
Views:
1,199
Posted By
willms_jay
sc_reviewaccounts userid int(11) ...
sc_reviewaccounts
userid int(11) auto_increment
numcredits int(11)
totalreviews int(11)
posts int(11)
Forum:
vB3 General Discussions
05-13-2003, 02:57 AM
Replies:
5
can someone help me pinpoint?
Views:
1,199
Posted By
willms_jay
another quick problem. can someone tell me...
another quick problem.
can someone tell me what's wrong here....
I located the line in new_reply.php and entered in this query directy after it
$DB_site->query("UPDATE sc_reviewaccounts SET...
Forum:
vB3 General Discussions
05-13-2003, 01:29 AM
Replies:
5
can someone help me pinpoint?
Views:
1,199
Posted By
willms_jay
can someone help me pinpoint?
can someone help me pinpoint, on what line the query is made to add a post to the database?
what about a when a thread is added?
thanks in advance!
..jordan
Forum:
vB3 Programming Discussions
04-25-2003, 08:31 PM
Replies:
2
how do i get the fieldsize of the attachment table.
Views:
756
Posted By
willms_jay
it doesn't show how it's done in phpMyAdmin
it doesn't show how it's done in phpMyAdmin
Forum:
vB3 General Discussions
04-25-2003, 08:17 PM
Replies:
1
can someone pinpoint the code that adds to the user table when someone signs up?
Views:
779
Posted By
willms_jay
can someone pinpoint the code that adds to the user table when someone signs up?
can someone pinpoint the code that adds to the user table when someone signs up?
my partner installed a hack and now each user that is signing up is getting added to the database twice!
...
Forum:
vB3 Programming Discussions
04-25-2003, 10:20 AM
Replies:
2
how do i get the fieldsize of the attachment table.
Views:
756
Posted By
willms_jay
how do i get the fieldsize of the attachment table.
hi,
quick question, let's say I've done a query that has returned a single record in the attachment table and I want to get that attachments filesize, how would i do this in php?
** I just...
Forum:
vBulletin 2.x Full Releases
04-25-2003, 10:19 AM
Replies:
987
NNTP Gateway (Usenet/Newsgroups)
Views:
136,153
Posted By
willms_jay
does this hack work with version: 2.3.0 ...
does this hack work with
version: 2.3.0
or
version : 2.2.9?
..thanx
Forum:
vB3 General Discussions
04-25-2003, 09:40 AM
Replies:
1
query to get number of users online?
Views:
739
Posted By
willms_jay
query to get number of users online?
can anyone help me with a query that will get number of users online?
i tried this :
// Returns the total amount of people online RIGHT NOW!
function getTotalUsersOnline() {
$query =...
Forum:
vB3 General Discussions
04-23-2003, 09:08 PM
Replies:
1
Would this php code work to delete all orphaned attachments?
Views:
877
Posted By
willms_jay
Would this php code work to delete all orphaned attachments?
Would this php code work to delete all orphaned attachments? (eg. attachments who don't have a post that actually useses them? (don't ask why... seems like one of the hacks i installed keep the...
Forum:
vB3 General Discussions
03-19-2003, 01:30 AM
Replies:
1
exactly how does VB authentification work?
Views:
753
Posted By
willms_jay
exactly how does VB authentification work?
Just wondering if someone can explain, in detail, how VB authenticates users just by including the global.php file.
1) If a user is not logged in, they are given the default login screen. (how the...
Forum:
Member Archives
03-12-2003, 02:42 AM
Replies:
2
quick template question
Views:
622
Posted By
willms_jay
maybe i should have been specific, what i want to...
maybe i should have been specific, what i want to figure out is how VB does stuff like this :
eg. takes an array of
$names[0] = 'bob';
$names[1] = 'sam';
with the following template
Forum:
Member Archives
03-10-2003, 09:16 PM
Replies:
2
quick template question
Views:
622
Posted By
willms_jay
quick template question
let's say i have a template called
my_template
and inside I just want to do this: loop through the elements of an array, and print them out?
so, if an array had 'jerry', 'paul', 'marsha'...
Forum:
vB3 General Discussions
03-10-2003, 07:12 PM
Replies:
1
is there a vb function to....
Views:
753
Posted By
willms_jay
is there a vb function to....
is there a vb function i code use to display text (eg... like 'echo') but that parse's out all the built in VB stuff? In other words, converts smilies to graphics, vb code to html, etc.....?
...
Forum:
vB3 General Discussions
03-09-2003, 09:44 PM
Replies:
3
how to access variables on a external page....
Views:
949
Posted By
willms_jay
nevermind figured it out, HOWEVER. what else...
nevermind figured it out, HOWEVER.
what else is contained within $bbuserinfo...
i mean, i know you can get username, userid, etc... what else can you get?
..jordan willms
Forum:
vB3 General Discussions
03-09-2003, 08:57 PM
Replies:
3
how to access variables on a external page....
Views:
949
Posted By
willms_jay
how to access variables on a external page....
Ok, I'm sure this has been asked many times before, but I've never recieved a straight answer!
How can I access certain variables (like the userid for example) from an external page. eg. test.php...
Forum:
vB3 General Discussions
07-10-2001, 08:39 PM
Replies:
4
How to hack after registration to go to different page.
Views:
1,162
Posted By
willms_jay
i've looked and looked and looked and changed all...
i've looked and looked and looked and changed all the url's I though would be causing this.
obiously I'm not intelligent enough to find the solution.
..jordan
Forum:
vB3 General Discussions
07-10-2001, 07:16 PM
Replies:
4
How to hack after registration to go to different page.
Views:
1,162
Posted By
willms_jay
Where it get's redirected to isn't stored in the...
Where it get's redirected to isn't stored in the templates.
Any other ideas?
..jordan willms.
Forum:
vB3 General Discussions
07-09-2001, 09:59 PM
Replies:
4
How to hack after registration to go to different page.
Views:
1,162
Posted By
willms_jay
Hey there, I want to be able to hack...
Hey there,
I want to be able to hack VB, so that after a user register's, it goes to a page I specify rather than what it defaults too.
I'm experienced with PHP, so if anyone can even...
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
04:50 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.01833 seconds
Memory Usage
2,009KB
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
(3)
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(111, 0, 1,''); -> cached fperms for forum 111
(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(111, 0, 1,''); -> cached fperms for forum 111
(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(111, 0, 1,''); -> cached fperms for forum 111
(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(111, 0, 1,''); -> cached fperms for forum 111
(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(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(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(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(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(111, 0, 1,''); -> cached fperms for forum 111
(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(111, 0, 1,''); -> cached fperms for forum 111
(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(111, 0, 1,''); -> cached fperms for forum 111
(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(111, 0, 1,''); -> cached fperms for forum 111
(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(111, 0, 1,''); -> cached fperms for forum 111
(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(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
FULLTEXT Search
php_sapi_name(): fpm-fcgi