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

Showing results 1 to 25 of 28
Search took 0.00 seconds.
Search: Posts Made By: Murtific
Forum: vB4 General Discussions 08-21-2011, 12:48 PM
Replies: 6
Views: 463
Posted By Murtific
i'll try that. I'm also wondering how to ban by...

i'll try that. I'm also wondering how to ban by IP address.
Forum: vB4 General Discussions 08-21-2011, 12:17 PM
Replies: 6
Views: 463
Posted By Murtific
VB4.1.5 Patch Level 1 BOT SPAM FROM HELL

how do i keep them from registering, THey are getting past my Human Verifcation: Image Verification......

HALP! :eek:
Forum: vB4 Programming Discussions 08-06-2011, 01:57 PM
Replies: 5
Views: 588
Posted By Murtific
well that's just retarded to cache...

well that's just retarded to cache it................. i'm now pretty upset xD hehe
Forum: vB4 Programming Discussions 08-06-2011, 01:40 PM
Replies: 5
Views: 588
Posted By Murtific
moon speak.... it looks cached? and i am in...

moon speak.... it looks cached?

and i am in no way familiar with the datamanager, that thing is just retard complex....
Forum: vB4 Programming Discussions 08-06-2011, 01:13 PM
Replies: 5
Views: 588
Posted By Murtific
Database Table: Access

If I do some php code to insert into and update the database tabler "access" with a userid, forumid, and accessmask, the table updates flawlessly.


The only problem is, the userid can not view...
Forum: vB4 General Discussions 08-06-2011, 06:10 AM
Replies: 2
Views: 676
Posted By Murtific
Group A Group B Group C All have...

Group A
Group B
Group C

All have differen't forums.
All can only see their own forum.

If i want to give somebody an ADDITIONAL USERGROUP which allows then to see GROUP C it does not work. If...
Forum: vB4 General Discussions 08-05-2011, 02:49 PM
Replies: 2
Views: 676
Posted By Murtific
Additional Usergroups

I'm having a problem where I have setup differen't forums with differen't forum permissions

group a is the primary
group b and c is the secondary

I have differen't forum groups for group a,b,...
Forum: vB4 Programming Discussions 07-30-2011, 10:06 AM
Replies: 2
Views: 2,892
Posted By Murtific
I'll try it, installing the new board atm...

I'll try it, installing the new board atm...
Forum: vB4 Programming Discussions 07-30-2011, 08:55 AM
Replies: 2
Views: 2,892
Posted By Murtific
"is_member_of($bbuserinfo, 1,2,3,4)

<vb:if condition="is_member_of($bbuserinfo, 5,6,7,9,10,11,12)">

Is there anyway way to be able to do a variable for the numbers? I'm trying to keep my board dynamic and if i delete all the...
Forum: vB4 Programming Discussions 07-30-2011, 12:46 AM
Replies: 4
Views: 427
Posted By Murtific
$chan = mysql_query("SELECT * FROM channels ORDER...

$chan = mysql_query("SELECT * FROM channels ORDER BY chan ASC", $connection);
while ($list = mysql_fetch_array($chan))
{
$chanList .= $list['gid']."<br />";
$chanGid .= $list['chan']."<br...
Forum: vB4 Programming Discussions 07-29-2011, 06:39 PM
Replies: 4
Views: 427
Posted By Murtific
$chan = mysql_query("SELECT * FROM channels ORDER...

$chan = mysql_query("SELECT * FROM channels ORDER BY chan ASC", $connection);
while ($list = mysql_fetch_array($chan))
{
$var1 = $list['chan1'];
}

$templater-register('var1', $var1);
Forum: vB4 Programming Discussions 07-29-2011, 05:36 PM
Replies: 4
Views: 427
Posted By Murtific
database output and <select> box?

Trying to put my database output in a <select></select> box. Any ideas how to do it in the template?

I can have the var in php in either an array or in a single variable with all the data in it.
Forum: vB4 Programming Discussions 07-26-2011, 03:12 AM
Replies: 2
Views: 332
Posted By Murtific
Made a plugin that uses parse_templates hook and...

Made a plugin that uses parse_templates hook and pulls database data. I pointed a preregister to postbit_legacy template variable. and in the postbit / postbit_legacy template i made a var called...
Forum: vB4 Programming Discussions 07-26-2011, 02:17 AM
Replies: 2
Views: 332
Posted By Murtific
Post view template/ avatar area ???

Where is the template that shows you the posts in a thread... I want to add a bit of line near the avatar.. I've searched all over for the right template, but cant find =[... is it php coded like the...
Forum: vB4 Programming Discussions 07-26-2011, 01:58 AM
Replies: 4
Views: 1,513
Posted By Murtific
ffsssssssssssssssssss..... dummy of the century...

ffsssssssssssssssssss..... dummy of the century goes toooooo................ :p

gawsh, thanks!

--------------- Added 1311649557 at 1311649557 ---------------

I also got around it by putting...
Forum: vB4 Programming Discussions 07-26-2011, 01:51 AM
Replies: 4
Views: 1,513
Posted By Murtific
awesome.. step two... i'm trying to make a...

awesome.. step two...

i'm trying to make a plugin

mysql_query("UPDATE members SET global = $bbuserinfo['usergroupid'] WHERE username = '$usernamefield' ", $connection);

what's the correct...
Forum: vB4 Programming Discussions 07-26-2011, 01:29 AM
Replies: 4
Views: 1,513
Posted By Murtific
usergroup variable?

Is there a built in variable that lets you pull the usergroup ID that a user is in??? I have some ideas to get around, but.. really ghetto.....

Would love to know if this var exists :eek:
...
Forum: vB4 General Discussions 07-22-2011, 05:49 AM
Replies: 1
Views: 349
Posted By Murtific
daylight savings.....

Where in the database tables is this setting..................................................... I can not find it anywhere.. :cripes: :erm:
Forum: vB4 Programming Discussions 07-20-2011, 07:26 PM
Replies: 1
Views: 473
Posted By Murtific
New Thread and database

Where is the parts of the code in newthread.php that calls the newthread function to save data into the database. I want to make my own input field and save it to the thread database where i have my...
Forum: vB4 General Discussions 07-20-2011, 04:48 PM
Replies: 8
Views: 627
Posted By Murtific
LOL looks like i had it all along.... dunno what...

LOL looks like i had it all along.... dunno what i did wrong the first time tho. it works now like a champ. probably the hook....... thanks man!

--------------- Added 1311184884 at 1311184884...
Forum: vB4 General Discussions 07-20-2011, 04:37 PM
Replies: 8
Views: 627
Posted By Murtific
elaborate on initializing $templater? i added...

elaborate on initializing $templater?
i added that and still doesn't work.

white page.

closest i had was, but it looked all jacked up
$templater = vB_Template::create('header');

it...
Forum: vB4 General Discussions 07-20-2011, 04:01 PM
Replies: 8
Views: 627
Posted By Murtific
//apth_p.php has my connection info ...

//apth_p.php has my connection info
require_once("apth_p.php");
if(!$connection) {
die("Database connection failed:: connection: " . mysql_error());
}
$db_select = mysql_select_db("Tim",...
Forum: vBulletin 4 Articles 07-20-2011, 02:32 PM
Replies: 307
Views: 109,071
Posted By Murtific
what's a hook? I dont have a hook. I ended up...

what's a hook? I dont have a hook. I ended up just doing this. I basically just added my database code to the forum.php file and got it to work, but i have to modify every template like I mentioned...
Forum: vB4 General Discussions 07-20-2011, 01:48 PM
Replies: 8
Views: 627
Posted By Murtific
lol.. ok answer me this then. How do you make...

lol.. ok answer me this then. How do you make your own custom header and still able to use {vb:raw mycustomheader} so the header shows up in templates.
Forum: vB4 General Discussions 07-20-2011, 04:38 AM
Replies: 8
Views: 627
Posted By Murtific
header template

where in the WORLD is this thing......... I even tried renaming it and it looks like it got "recreated" if it wasn't there.

I was trying to get the {vb:raw header} thingy so I could make my own...
Showing results 1 to 25 of 28

 
Forum Jump

All times are GMT. The time now is 02:14 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.03621 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
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)search_results
  • (25)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
  • pagenav_page
  • pagenav_complete
  • forumjump
  • search_complete
  • navbits
  • navbits_complete