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

Showing results 1 to 21 of 21
Search took 0.00 seconds.
Search: Posts Made By: Dioxin
Forum: Community Lounge 10-06-2008, 11:58 AM
Replies: 12
Views: 1,825
Posted By Dioxin
Do you pay your moderators?

Ok, a nice question arised the last couple of weeks and we would like to now what the vbulletin community think about paying the moderator team?

We think that the moderator job is not money...
Forum: vBulletin 3.6 Add-ons 07-05-2007, 09:34 AM
Replies: 200
Add-On Releases - Post Edit History (PEH)
Views: 55,936
Posted By Dioxin
if the title of a saved post contains a quote...

if the title of a saved post contains a quote character and i restore this post the quote character in the restored post will get messed up.

some sort of conversion error.

could you please fix...
Forum: Community Reviews 06-22-2007, 08:12 AM
Replies: 0
Views: 872
Posted By Dioxin
aktienboard.com

check out this site :)

http://www.aktienboard.com/vb/

what do you think?
Forum: vBulletin 3.0 Full Releases 01-29-2007, 12:12 PM
Replies: 266
Views: 64,761
Posted By Dioxin
hey, nice hack. replaced my custom category...

hey, nice hack.

replaced my custom category hack with this one :)

i changed you installer a bit:
$db->query_write("ALTER TABLE " . TABLE_PREFIX . "thread ADD threadprefix varchar(100)");
...
Forum: vBulletin 3.0 Full Releases 06-14-2004, 02:19 PM
Replies: 1,005
Views: 205,974
Posted By Dioxin
how can i deactivate the attachment import from...

how can i deactivate the attachment import from the script?

does it work, if i comment the following line??:
if ($message['attachments']) {
// process_attachments($date, $postid, $threadid);
}
Forum: Modification Requests/Questions (Unpaid) 04-23-2004, 02:38 PM
Replies: 40
Views: 3,854
Posted By Dioxin
ok, i finished this hack... but one final...

ok, i finished this hack... but one final question: can i use some code routines from vb3, or must i reinvent all the stuff, before i upload this file here?
Forum: vBulletin 2.x Full Releases 09-17-2003, 03:20 PM
Replies: 104
Views: 22,265
Posted By Dioxin
test ...

test

http://www.aktienboard.com/vb/attachment.php?postid=730662

test
Forum: vBulletin 2.x Full Releases 09-24-2002, 08:06 PM
Replies: 553
Views: 57,557
Posted By Dioxin
unfortunately the download file doesn't exit on...

unfortunately the download file doesn't exit on the server.

can you reupload it?

and what's the difference between the cgi version and the php newsgroup gateway? any recommendations?
Forum: vBulletin 2.x Full Releases 08-16-2001, 09:22 AM
Replies: 54
Views: 14,823
Posted By Dioxin
ok, found the error regarding the username not...

ok, found the error regarding the username not correctly parsed:

change this on:


$message=$message;
$message=str_replace("\$email",$user[email],$message);
...
Forum: vBulletin 2.x Full Releases 07-19-2001, 09:17 AM
Replies: 553
Views: 57,557
Posted By Dioxin
thanx for your answer, fastforward :) i have...

thanx for your answer, fastforward :)

i have another one:

there are still many many threads awaiting for manual post insertion. is this normal? how can i avoid this?

what's the meaning of...
Forum: vBulletin 2.x Full Releases 07-19-2001, 12:15 AM
Replies: 553
Views: 57,557
Posted By Dioxin
one short question: what does this error...

one short question:

what does this error message mean:

Processing headers for article 154365... OK
NNTPERROR: 421 No next to retrieve.
Processing headers for article 154366... OK...
Forum: vB3 General Discussions 07-04-2001, 03:21 PM
Replies: 16
Views: 2,258
Posted By Dioxin
perhaps you include global.php and use...

perhaps you include global.php and use $sessionhash not $session[sessionhash]

i looked thru the code, but didn't test it. perhaps it work...

i have the same prob with users surfing with cookie...
Forum: vBulletin 2.x Full Releases 06-19-2001, 08:24 PM
Replies: 686
Views: 49,540
Posted By Dioxin
has nobody an idea to fix my problem? there...

has nobody an idea to fix my problem?

there are a lot of posts, that aren't fetched by the script and wait for manual insertion.... what's the error?

please help
Forum: vBulletin 2.x Full Releases 06-18-2001, 01:01 PM
Replies: 686
Views: 49,540
Posted By Dioxin
there are a lot of posts to insert. i think...

there are a lot of posts to insert.

i think this isn't the best solution. how can i avoid this or why are there so many threads awaiting manual post insertion?
Forum: vBulletin 2.x Full Releases 06-18-2001, 05:47 AM
Replies: 686
Views: 49,540
Posted By Dioxin
i have two users complaining, that they didn' get...

i have two users complaining, that they didn' get a reply on there newsgroup posts.

here is the posting on our forum:

http://www.aktienboard.com/vb/showthread.php?s=&threadid=5334

and here...
Forum: vBulletin 2.x Full Releases 05-21-2001, 04:10 PM
Replies: 686
Views: 49,540
Posted By Dioxin
hi fastforward, i get these message from my...

hi fastforward,

i get these message from my telnet:

Query failed:
UPDATE usenet_outgoing SET refs = concat(refs,' ','<3b08a44a$0$304$6e37e724@news.dpn.de>') WHERE inreplyto = 23810
...
Forum: vBulletin 2.x Full Releases 05-18-2001, 03:15 PM
Replies: 686
Views: 49,540
Posted By Dioxin
for your "fast" answer :) when is the next...

for your "fast" answer :)

when is the next release expected?
Forum: vBulletin 2.x Full Releases 05-18-2001, 01:58 PM
Replies: 686
Views: 49,540
Posted By Dioxin
one question: if i add this: // START...

one question:

if i add this:

// START USENET HACK
ORDER BY seq, dateline $postorder
// END USENET HACK

to showthread, the postorder istn't correct. i use the latest release.
Forum: vBulletin 2.x Full Releases 05-15-2001, 12:38 PM
Replies: 686
Views: 49,540
Posted By Dioxin
this would be a nice feature. i am also on hack...

this would be a nice feature. i am also on hack release 1.8 and i plan to alter the tables manually. this would save me a lot of time :)

dioxin
Forum: vBulletin 2.x Full Releases 05-08-2001, 08:09 AM
Replies: 191
Views: 22,681
Posted By Dioxin
mhmm, strange. i looked at the script this...

mhmm, strange. i looked at the script this morning and now it seems to generate correct links. sorry for my bug report.

but i have another problem:

the session variable in each link is...
Forum: vBulletin 2.x Full Releases 05-07-2001, 08:34 PM
Replies: 191
Views: 22,681
Posted By Dioxin
very very nice hack :D thanx a lot from...

very very nice hack :D

thanx a lot from germany, but i have one problem:

some links in my online.php page look like this:
...
Showing results 1 to 21 of 21

 
Forum Jump

All times are GMT. The time now is 10:26 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.02435 seconds
  • Memory Usage 1,996KB
  • 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
  • (21)search_results_postbit
  • (1)spacer_close
  • (1)spacer_open
  • (58)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