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

Showing results 1 to 25 of 64
Search took 0.00 seconds.
Search: Posts Made By: dirgotronix
Forum: Modification Requests/Questions (Unpaid) 05-17-2002, 08:26 PM
Replies: 2
Views: 1,689
Posted By dirgotronix
That's the point. IP ban, no need for cookie...

That's the point. IP ban, no need for cookie problems. If you didn't read my post fully, I stated that these people use public access PC's, such as those in libraries and schools, and I don't want...
Forum: Modification Requests/Questions (Unpaid) 05-16-2002, 08:16 PM
Replies: 2
Views: 1,689
Posted By dirgotronix
Temporary IP ban on banned user logout/register

I have a few users that I have banned, and the usual activity is that they'll log out and try to re-register. If there could be some way to automatically ban the IP address they were last on from...
Forum: Member Archives 02-08-2002, 03:38 PM
Replies: 12
Views: 1,088
Posted By dirgotronix
Well of course I'm interested. I know how to get...

Well of course I'm interested. I know how to get the sig in, now I just need to parse it for vbcode and line breaks.
Forum: Modification Requests/Questions (Unpaid) 02-07-2002, 05:08 PM
Replies: 13
Views: 1,313
Posted By dirgotronix
None whatsoever, and I still want to do it.. ...

None whatsoever, and I still want to do it.. It's on my to-do list, you see, which *could* be conviniently placed on my forum, but noooooo... ;)
Forum: Modification Requests/Questions (Unpaid) 02-06-2002, 11:37 PM
Replies: 1
Views: 789
Posted By dirgotronix
wow, ok. $userinfo[signature] works, but it...

wow, ok. $userinfo[signature] works, but it doesn't parse vBcode, or line breaks. Is it possible to do that?
Forum: Member Archives 02-06-2002, 11:24 PM
Replies: 12
Views: 1,088
Posted By dirgotronix
I'd like to be able to display a users signature...

I'd like to be able to display a users signature in the getinfo template. Is it defined in a variable somewhere, or any simple way I could go about that?
Forum: Modification Requests/Questions (Unpaid) 02-06-2002, 06:21 PM
Replies: 1
Views: 789
Posted By dirgotronix
Alright, my users have struck again with the good...

Alright, my users have struck again with the good ol' "gimmie gimmie," and I want to see if anyone could help me acheive a few goals that our users want,

First off: unique avatars. On our board,...
Forum: Modification Requests/Questions (Unpaid) 01-04-2002, 12:06 AM
Replies: 2
Views: 966
Posted By dirgotronix
Nevermind, I hacked it around and figured it out....

Nevermind, I hacked it around and figured it out. Check it out here:

http://www.dirgotronix.net/forum/online.php?s=

I'm decently proud of myself for this one.
Forum: Modification Requests/Questions (Unpaid) 01-03-2002, 10:51 PM
Replies: 2
Views: 966
Posted By dirgotronix
Ok, I wrote up an irc bot in php that idles in my...

Ok, I wrote up an irc bot in php that idles in my irc channel, logs the previous X lines of the conversation, and grabs the list of nicks in the channel, organised by status. All of this is through...
Forum: vBulletin 2.x Full Releases 12-15-2001, 01:24 AM
Replies: 139
Views: 27,958
Posted By dirgotronix
If you're running the IRCD you could possibly...

If you're running the IRCD you could possibly password protect the server, or kline everything except the relative hostmask of the jirc applet.

just a few ideas.
Forum: Modification Requests/Questions (Unpaid) 11-27-2001, 05:04 PM
Replies: 4
Views: 1,190
Posted By dirgotronix
What I did was grabbed EIRC off of sourceforge...

What I did was grabbed EIRC off of sourceforge (awesome java irc applet) and tossed the code for it into an announcement. Feel free to check it out on my board. Since I run an IRC server, it's...
Forum: vBulletin 2.x Full Releases 11-27-2001, 04:56 PM
Replies: 11
Views: 2,256
Posted By dirgotronix
You know, you could easily set up a...

You know, you could easily set up a search/replace to find every instance of 'md5(something)' and replace it with with 'something', I don't know why this has to be so hard...

And if you're...
Forum: Community Lounge 11-20-2001, 04:45 AM
Replies: 24
Views: 3,613
Posted By dirgotronix
A few points I'd like to make: [list=1] No,...

A few points I'd like to make:
[list=1]
No, I don't know how many scripts you have added. That doesn't take away from the fact that you added them, and it is not Jelsoft's responsibility to make...
Forum: Community Lounge 11-15-2001, 08:49 AM
Replies: 24
Views: 3,613
Posted By dirgotronix
If upgrading is such a pain in the ass, don't...

If upgrading is such a pain in the ass, don't upgrade.

If you need to upgrade, don't complain. You put the hacks there of your own accord.

If you find yourself upgrading often, don't hack.
...
Forum: vBulletin 2.x Full Releases 11-14-2001, 02:23 AM
Replies: 76
Views: 23,473
Posted By dirgotronix
Hey, you're right. Here's the code for 2.2.0: ...

Hey, you're right. Here's the code for 2.2.0:

Around line 647:

find
if (!$forumuser['invisible'] or $bbuserinfo['usergroupid'] == 6) {


Replace with:
if (!$forumuser['invisible'] or...
Forum: Modification Requests/Questions (Unpaid) 11-13-2001, 09:21 PM
Replies: 6
Views: 937
Posted By dirgotronix
I believe a hack to add calendar events to the...

I believe a hack to add calendar events to the moderation cue was released today in the releases forum.
Forum: Modification Requests/Questions (Unpaid) 11-13-2001, 09:16 PM
Replies: 23
Views: 5,226
Posted By dirgotronix
argh... nevermind, I'll live without. ...

argh...

nevermind, I'll live without.

/me bangs head on table
Forum: vBulletin 2.x Full Releases 11-13-2001, 09:06 PM
Replies: 76
Views: 23,473
Posted By dirgotronix
Awesome, just what I needed. Might make a...

Awesome, just what I needed.

Might make a few adjustments though:

dunno what usergroupid 7 is, but it's not anything on mine.

On my forum, admin is 6, supermod is 5, and mod is 9. I chose...
Forum: Modification Requests/Questions (Unpaid) 11-13-2001, 05:19 PM
Replies: 13
Views: 1,313
Posted By dirgotronix
anyone? to-do list? please?

anyone? to-do list? please?
Forum: Modification Requests/Questions (Unpaid) 11-13-2001, 05:18 PM
Replies: 3
Views: 991
Posted By dirgotronix
just bringing this back up to the top, this is...

just bringing this back up to the top, this is something I could use.
Forum: Modification Requests/Questions (Unpaid) 11-13-2001, 04:42 PM
Replies: 23
Views: 5,226
Posted By dirgotronix
argh, I've already pointed out that it is not on...

argh, I've already pointed out that it is not on my system. where do I download it.
Forum: vB3 General Discussions 11-13-2001, 02:48 AM
Replies: 15
Views: 2,178
Posted By dirgotronix
My site's pretty integrated with vB as well. ...

My site's pretty integrated with vB as well. It's all just a little bit of php here and there and a few queries. I run my site off of three files, the functions script which holds functions like...
Forum: Modification Requests/Questions (Unpaid) 11-13-2001, 02:43 AM
Replies: 6
Views: 937
Posted By dirgotronix
The easiest way to do this would be disabling...

The easiest way to do this would be disabling members from posting public calendar events, and having them submit it to you via PM or email, and you posting it yourself.
Forum: Modification Requests/Questions (Unpaid) 11-13-2001, 02:39 AM
Replies: 23
Views: 5,226
Posted By dirgotronix
Anyone know where I can get axps or apxs or...

Anyone know where I can get axps or apxs or whatever? From my assumption it comes with apache, but it's nowhere to be found on my system.
Forum: Modification Requests/Questions (Unpaid) 11-12-2001, 09:32 PM
Replies: 23
Views: 5,226
Posted By dirgotronix
No apxs, no axps, nothing. Not with locate, not...

No apxs, no axps, nothing. Not with locate, not with whereis. apt-get install axps or apxs returns no packages.

and pico? use vi like a man. ;)
Showing results 1 to 25 of 64

 
Forum Jump

All times are GMT. The time now is 04:44 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.02725 seconds
  • Memory Usage 2,037KB
  • 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
  • (39)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