Go Back   vb.org Archive > Search Forums
FAQ Community Calendar Today's Posts Search

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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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

All times are GMT. The time now is 04:50 PM.


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