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

Showing results 1 to 25 of 82
Search took 0.00 seconds.
Search: Posts Made By: JMH11788
Forum: vBulletin 3.6 Add-ons 08-18-2007, 05:31 PM
Replies: 171
Views: 57,039
Posted By JMH11788
well the navbar hook is gone now so that is why...

well the navbar hook is gone now so that is why you dont see it.
Forum: vB3 Programming Discussions 03-29-2007, 02:04 AM
Replies: 7
Views: 893
Posted By JMH11788
I use <?php $cwd = getcwd(); ...

I use

<?php

$cwd = getcwd();
chdir('/var/www/forums');
require_once('./global.php');
chdir($cwd);

?>
Forum: vB3 General Discussions 03-21-2007, 01:13 PM
Replies: 4
Views: 1,916
Posted By JMH11788
Why not? I've never understood why people make...

Why not? I've never understood why people make such a fuss. What about people that find the thread, if it's not answered then it's a waste of everyones time and resources. If I politely give the...
Forum: vB3 Programming Discussions 03-21-2007, 01:07 PM
Replies: 7
Views: 893
Posted By JMH11788
right, but why does it not work then? I've...

right, but why does it not work then?

I've noticed it usually works okay if your file is in the same directory as vBulletin, but if you aren't in the same directory then problems arise quickly. A...
Forum: vB3 General Discussions 03-21-2007, 02:17 AM
Replies: 4
Views: 1,916
Posted By JMH11788
you must require global.php first

you must require global.php first
Forum: vB3 Programming Discussions 03-21-2007, 12:49 AM
Replies: 7
Views: 893
Posted By JMH11788
I've been trying to get past this for months....

I've been trying to get past this for months. Someone please help him (us) :(

Just to add to the information pool, I also get this error sometimes when trying to do the same thing:

warning:...
Forum: Modification Requests/Questions (Unpaid) 03-07-2007, 07:35 PM
Replies: 26
Views: 2,971
Posted By JMH11788
What do you mean it would be difficult to manage...

What do you mean it would be difficult to manage it? I think it is quite the contrary.

I have actually setup something very similar to this on my site already using no plugins/hacks at all.

I...
Forum: vB3 Programming Discussions 02-12-2007, 12:21 PM
Replies: 2
Views: 1,236
Posted By JMH11788
well I needed to know if the data is actually...

well I needed to know if the data is actually used for anything. I couldn't find anything that really did but that's okay, I just wrote a script to unserialize the data, make the changes, and...
Forum: vB3 Programming Discussions 02-10-2007, 03:53 AM
Replies: 2
Views: 1,236
Posted By JMH11788
ToUserArray

Could someone tell me what exactly uses the serialized data in pmtext:touserarray?

Would it matter if the userid wasn't correct on a few of them?

Thanks!!!

No one has a clue? Please help,...
Forum: vB3 Programming Discussions 02-04-2007, 12:51 AM
Replies: 0
Views: 764
Posted By JMH11788
Changing Mysql values in an auto_increment field

I'm working on a script to change the userid in vBulletin because I need the admin's userid to be one for another script I'm working on.

I ran into the problem that the user table has the userid...
Forum: vB3 Programming Discussions 02-03-2007, 06:26 PM
Replies: 0
Views: 1,031
Posted By JMH11788
Echo tables which contain the column userid

I'm trying to write a code which reads the tables in the database and then reads the columns within those tables. If the table has a column "userid" then I want to echo the table name.

I've tried...
Forum: vB3 Programming Discussions 01-23-2007, 03:02 AM
Replies: 4
Views: 1,368
Posted By JMH11788
Works perfect! Thanks!

Works perfect! Thanks!
Forum: vB3 Programming Discussions 01-22-2007, 07:03 PM
Replies: 4
Views: 1,368
Posted By JMH11788
That's kinda what I figured. What exactly do I...

That's kinda what I figured. What exactly do I change though?

<!-- login form -->
<form action="login.php?do=login" method="post" onsubmit="md5hash(vb_login_password, vb_login_md5password,...
Forum: vBulletin 3.5 Add-ons 01-22-2007, 03:56 PM
Replies: 28
Views: 14,503
Posted By JMH11788
Very helpful. Works great on 3.6.4!

Very helpful. Works great on 3.6.4!
Forum: vB3 Programming Discussions 01-22-2007, 01:55 AM
Replies: 5
Views: 1,084
Posted By JMH11788
I guess but christ, I wouldn't recode an entire...

I guess but christ, I wouldn't recode an entire script just to comply with vB standarts. Using mysql_fetch_object doesn't create errors or crash your database ;)
Forum: vB3 Programming Discussions 01-22-2007, 01:46 AM
Replies: 5
Views: 1,084
Posted By JMH11788
Here is a piece of a script I made that fetches...

Here is a piece of a script I made that fetches an object :p

$query = $vbulletin->db->query_read("SELECT userid, username, password, email, joindate, timezoneoffset FROM user");

while ($row =...
Forum: vB3 Programming Discussions 01-22-2007, 01:27 AM
Replies: 2
Views: 805
Posted By JMH11788
Oh and just so you know the biggest danger with...

Oh and just so you know the biggest danger with datastore is deleting a row. You can truncate the data column usually without any problems though, I do it all the time on the options row :p
Forum: vB3 Programming Discussions 01-22-2007, 01:24 AM
Replies: 4
Views: 1,368
Posted By JMH11788
Login form values

From what I can tell when you submit your password on the login form from vbulletin it will md5 the password value right in the html form, before it gets passed to the php scripts.

Is there anyway...
Forum: vB3 Programming Discussions 01-22-2007, 01:04 AM
Replies: 6
Views: 803
Posted By JMH11788
very nice man, I did not know you could do that!

very nice man, I did not know you could do that!
Forum: vB3 Programming Discussions 01-22-2007, 01:03 AM
Replies: 5
Views: 1,084
Posted By JMH11788
You get it to work? What's the query?

You get it to work?

What's the query?
Forum: vB3 Programming Discussions 01-22-2007, 01:02 AM
Replies: 7
Views: 1,265
Posted By JMH11788
yeah, like I said you can adjust that in Options...

yeah, like I said you can adjust that in Options -> External Data Provider -> Cache Lifespan. It should update it a lot quicker that way. But again your server load will increase since it is updating...
Forum: vB3 Programming Discussions 01-21-2007, 03:30 AM
Replies: 6
Views: 803
Posted By JMH11788
If they register their username as "John Doe" and...

If they register their username as "John Doe" and it dumps it to the username column in the users table, there is no way that I know of to do what you are looking to do. I bet you could do it with a...
Forum: vB3 Programming Discussions 01-21-2007, 03:25 AM
Replies: 7
Views: 1,265
Posted By JMH11788
Well yea there is but..... since those...

Well yea there is but.....

since those script rely on external.php the only way for it top update instant is to set the external cache to 0secs. It will add a bit of load to your server is the...
Forum: vB3 Programming Discussions 01-20-2007, 07:45 PM
Replies: 7
Views: 1,265
Posted By JMH11788
No problem, glad I could help ;)

No problem, glad I could help ;)
Forum: vB3 Programming Discussions 01-20-2007, 02:30 AM
Replies: 7
Views: 1,265
Posted By JMH11788
This what you are looking for? ...

This what you are looking for?

http://www.vbulletin.com/forum/showthread.php?t=158887
http://www.vbulletin.com/forum/showthread.php?t=158895
Showing results 1 to 25 of 82

 
Forum Jump

All times are GMT. The time now is 10:08 AM.


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.01798 seconds
  • Memory Usage 2,049KB
  • 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
  • (9)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