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

Showing results 1 to 24 of 24
Search took 0.00 seconds.
Search: Posts Made By: dong
Forum: vBulletin 2.x Beta Releases 03-31-2004, 06:19 PM
Replies: 120
Views: 61,784
Posted By dong
should be there now, for some reason i couldnt...

should be there now, for some reason i couldnt upload a file with the same size :\
Forum: vBulletin 2.x Beta Releases 03-31-2004, 05:32 PM
Replies: 120
Views: 61,784
Posted By dong
new version 2.9, attachment updated

new version 2.9, attachment updated
Forum: vBulletin 2.x Beta Releases 10-19-2003, 02:56 PM
Replies: 120
Views: 61,784
Posted By dong
updated post and attachment with version 2.0

updated post and attachment with version 2.0
Forum: vBulletin 2.x Full Releases 09-18-2002, 03:10 PM
Replies: 58
Views: 8,584
Posted By dong
it should be: $threads =...

it should be:

$threads = $DB_site->query_first("
SELECT COUNT(threadid) AS total
FROM thread
WHERE postuserid='$userinfo[userid]'");
$userinfo[threads] = $threads[total];


otherwise...
Forum: vBulletin 2.x Full Releases 09-18-2002, 02:06 PM
Replies: 58
Views: 8,584
Posted By dong
jup and this line: if(!$t_post[tforum]) { ...

jup
and this line: if(!$t_post[tforum]) {
should be: if(!$t_thread[tforum]) {

nice addon :D
thx
Forum: vBulletin 2.x Full Releases 09-18-2002, 01:45 PM
Replies: 58
Views: 8,584
Posted By dong
nice :) but some typo ORDER BY ppforum ...

nice :)

but some typo ORDER BY ppforum should be ORDER BY tforum


and the procentage stays on 0
cos (($t_thread[tforum] / $userinfo[posts]) * 100) is not right i think
maybe...
Forum: vBulletin 2.x Full Releases 09-18-2002, 01:15 PM
Replies: 58
Views: 8,584
Posted By dong
nice hack :) maybe it would be nice if it...

nice hack :)

maybe it would be nice if it would also calculate most active forum of thread starts of a user
Forum: vBulletin 2.x Beta Releases 08-12-2002, 02:58 PM
Replies: 120
Views: 61,784
Posted By dong
yes

yes
Forum: vBulletin 2.x Beta Releases 08-12-2002, 02:54 PM
Replies: 112
Views: 37,879
Posted By dong
*bump posted at wrong thread :P

*bump
posted at wrong thread :P
Forum: vBulletin 2.x Beta Releases 06-18-2002, 12:41 PM
Replies: 120
Views: 61,784
Posted By dong
added an installation.txt which include the...

added an installation.txt which include the script hacks
its in the new zip
Forum: vBulletin 2.x Beta Releases 06-18-2002, 12:03 PM
Replies: 120
Views: 61,784
Posted By dong
yea, thx for showing me the error, i thought...

yea, thx for showing me the error, i thought those } were already in the original script, sometimes i cant see the forest through the tree's :P

i updated the zip
Forum: vBulletin 2.x Beta Releases 06-18-2002, 02:22 AM
Replies: 120
Views: 61,784
Posted By dong
this is the part of my newthread.php ...

this is the part of my newthread.php

$goto="showthread.php?s=$session[sessionhash]&threadid=$threadid";
} else {
...
Forum: vBulletin 2.x Beta Releases 06-18-2002, 02:18 AM
Replies: 120
Views: 61,784
Posted By dong
read the last bit of my post, try another port...

read the last bit of my post, try another port...
Forum: vBulletin 2.x Beta Releases 06-18-2002, 02:14 AM
Replies: 120
Views: 61,784
Posted By dong
where do u get those parse errors?, in the...

where do u get those parse errors?, in the installer?
i tested the install_ircaddon.php script, it runned ok 4 me
u shoeld read very good, i think it should work, if u have connection refused, the...
Forum: vBulletin 2.x Beta Releases 06-17-2002, 03:21 PM
Replies: 112
Views: 37,879
Posted By dong
yes there is, a very small one, but there is

yes there is, a very small one, but there is
Forum: vBulletin 2.x Beta Releases 06-16-2002, 10:00 PM
Replies: 120
Views: 61,784
Posted By dong
Irc post Notifier -With eggdrop

Irc thread Notifier -With eggdrop [VB 2.2.x > 2.3.x]
https://vborg.vbsupport.ru/showthread.php?s=&threadid=39974
#####################################################################
for...
Forum: vBulletin 2.x Beta Releases 06-15-2002, 01:59 AM
Replies: 112
Views: 37,879
Posted By dong
what the fuuck is this shiit with ceeencore shiit

what the fuuck is this shiit with ceeencore shiit
Forum: vBulletin 2.x Beta Releases 06-15-2002, 01:55 AM
Replies: 112
Views: 37,879
Posted By dong
hmmmmm, i think it isent that hard fo me to...

hmmmmm, i think it isent that hard fo me to update the origanal hack to mij workin eggdrop hack
i think i will will post a new thread for this ++++,
course credit to dymo, but ++++ credits, we...
Forum: vBulletin 2.x Beta Releases 06-12-2002, 08:24 PM
Replies: 112
Views: 37,879
Posted By dong
your right, that shouldnt be there twice, i...

your right, that shouldnt be there twice, i updated my post

did u also alter the colum ircforum in table ircaddon with phpmyadmin?
int(20) should be changed to mediumtext
Forum: vBulletin 2.x Beta Releases 06-12-2002, 02:19 PM
Replies: 112
Views: 37,879
Posted By dong
yea, but problem 2 is more the specific problem...

yea, but problem 2 is more the specific problem that the host doesnt allow to open a port on 6667
on my host port 1337 is allowed, as on most hosts

also dymo's version (without eggdrop) has to...
Forum: vBulletin 2.x Beta Releases 06-12-2002, 01:39 PM
Replies: 112
Views: 37,879
Posted By dong
a bud of mine fixed the multiple specific forum...

a bud of mine fixed the multiple specific forum thing

u need my modded ircadmin.php

and alter the following:

with phpmyadmin: go to the table ircaddon; u have to change ircforum from:...
Forum: vBulletin 2.x Full Releases 06-12-2002, 12:55 PM
Replies: 460
Views: 57,892
Posted By dong
yea, this works excellent with the store hack ...

yea, this works excellent with the store hack
now i only want to resell my items and not allow members to create new items, and be able to choose multiple items from 1 catagory
maybe if i figure...
Forum: vBulletin 2.x Beta Releases 06-09-2002, 07:08 PM
Replies: 112
Views: 37,879
Posted By dong
i wanna add that there are some bugs with the...

i wanna add that there are some bugs with the notify reply part
like the .$forumname[title] isnt shown with replys (with threads it works)
and it notifies the reply of the poster before you, not...
Forum: vBulletin 2.x Beta Releases 06-09-2002, 05:50 PM
Replies: 112
Views: 37,879
Posted By dong
this vbulletin.tcl works great with this...

this vbulletin.tcl works great

with this running on ur eggdrop bot and using my adjusted irc.php
u only have to config IRC Server Address of ircadmin.php to the ip of your eggdrop and IRC Server...
Showing results 1 to 24 of 24

 
Forum Jump

All times are GMT. The time now is 05:19 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.02912 seconds
  • Memory Usage 2,022KB
  • 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
  • (24)search_results_postbit
  • (1)spacer_close
  • (1)spacer_open
  • (72)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