Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 2.x > vBulletin 2.x Full Releases
FAQ Community Calendar Today's Posts Search

Closed Thread
 
Thread Tools
Details »»

Version: , by (Guest)
Developer Last Online: Jan 1970 Show Printable Version Email this Page

Version: Unknown Rating:
Released: 01-21-2001 Last Update: Never Installs: 3
 
No support by the author.

THIS THREAD IS CLOSED!
Posts in here will NOT be answered

This hack has undergone many major changes since this thread was started. Consequently, most of the posts have become dated and of little use. To coincide with the latest major release (20010712), a new one has been started.

See this thread for the latest version and discussion

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #482  
Old 05-31-2001, 08:01 PM
chrispadfield's Avatar
chrispadfield chrispadfield is offline
 
Join Date: Oct 2001
Posts: 180
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

ok, the good thing about the spam is they can't just decide to charge us, one of the things i like about it.

i may work on a template set then,

cheers for the hack have been looking forward so long to get it installed! my mods are sick of me talking about it
  #483  
Old 05-31-2001, 09:37 PM
chrispadfield's Avatar
chrispadfield chrispadfield is offline
 
Join Date: Oct 2001
Posts: 180
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

possible bug

i started a new thread in a usenet forum, while newnews.pl was running (while it was collecting threads). Anyway, the thread now sites in usenet_outgoing and won't get sent even when i run newnews.pl again.
  #484  
Old 06-01-2001, 01:51 AM
v0n
Guest
 
Posts: n/a
Default

I'm sorry for being such a pain but even after fiddling around with replacement variables i can't get rid of the
<font size="1"> <i><font color="blue<br>">>
bit.
For the time being I had to do upside down gimnastics and create two replacements:
{usenetquotecolor} is replaced by #031AAB">
and
}">> is replaced by >
just to make it into valid html (but with <br> is still at the end of every single line, which makes all quotes twice as long). I simply can't find where is that <br> coming from. Any ideas?
  #485  
Old 06-01-2001, 02:29 AM
NgtCrwlr's Avatar
NgtCrwlr NgtCrwlr is offline
 
Join Date: Jan 2002
Location: Fort Myers, FL, USA
Posts: 46
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I looked and couldn't find anything wrong, and I the same as fastforward don't seem to have the problem.

This is a long shot... check your vB replacement set
and make certain you don't have a carriage return after blue.

It will not show on the CP listing
{usenetquotecolor} is replaced by blue [edit] [remove]
you need to go into edit and press delete several times at the end of the word blue.

I hope this makes sense?

Cheers!
  #486  
Old 06-01-2001, 02:52 AM
v0n
Guest
 
Posts: n/a
Default

That was one of the first things i've checked. All the articles look ok in database:
Code:
[size=1]{usenetindent}[i][color={usenetquotecolor}]> (here some text)
so I guess whatever adds the <br> tags is between db and showthread.php.
I also have no custom replacement variables except for the usenetquotecolor ones....
  #487  
Old 06-02-2001, 08:05 PM
zarkov's Avatar
zarkov zarkov is offline
 
Join Date: Feb 2002
Location: London, UK
Posts: 30
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

fast forward,
I have spent some 4 hrs reading with interest all the posts today in this thread with amazement.

You realy unleashed a can of worms with this hack didnt you

I must praise you and the other members who have been with you on this from the start for your response times and dedication to resolving the problems.

Well done.

After reading all this i have a few questions i would like to aske before i install it on my m8s board to "Try".

1) Exactly which perl modules need to be installed for this script to run?
2) How can i find out which modules are already installed?
3) How do i find out what CRON is and if that is installed or usable or whatever it needs to be?

Sorry for the dumb Q's but im prety sure they havnt been asked/answered before and i know absolutly nothing about perl.

Thanks for the hard work and effort once again.
  #488  
Old 06-02-2001, 09:20 PM
fastforward fastforward is offline
 
Join Date: Oct 2001
Location: NC, USA
Posts: 399
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally posted by Zarkov
1) Exactly which perl modules need to be installed for this script to run?
Bundle:BI - DBI-1.16.tar.gz (should already be installed)
Bundle:BD::mysql - part of the Msql-Mysql-modules package (should already be installed)
HTML::Entities - part of the HTML-Parser package (should already be installed)
MailTools - MailTools-1.15.tar.gz (should already be installed)
Net::NNTP & Net::SMTP - both part of the libnet package (probably already installed but older versions will not have the NNTP module)
MIME::WordDecoder - part of the MIME-tools package (MIME-tools is probably already installed but older versions do not have the WordDecoder module)
Date::Parse - part of the TimeDate package (maybe installed)
Text-Autoformat - Text-Autoformat-1.04.tar.gz (probably not installed)
Email-Find - Email-Find-0.03.tar.gz (probably not installed)
Email::Valid - Email-Valid-0.13.tar.gz (probably not installed)
URI::Find - URI-Find-0.04.tar.gz (probably not installed)
Quote:

2) How can i find out which modules are already installed?

The easiest way is to run the script. It will tell you if it can't find a module.
Quote:

3) How do i find out what CRON is and if that is installed or usable or whatever it needs to be?

Cron is installed along with operating system in every unix and linux flavour I have come across. Type: 'crontab -l' at the command prompt. As long as it doesn't give you a permission denied error, you are ok.
  #489  
Old 06-02-2001, 09:35 PM
NgtCrwlr's Avatar
NgtCrwlr NgtCrwlr is offline
 
Join Date: Jan 2002
Location: Fort Myers, FL, USA
Posts: 46
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally posted by Zarkov
2) How can i find out which modules are already installed?
I find the following script handy for the listing installed perl modules. I posted this a while back but for some reason the page that it is on is generating a vB parse error. So here it is again.

Download:
http://www.makeitsimple.com/download...=geninfo&did=6

Working example:
http://www.makeitsimple.com/cgi-bin/modules.cgi

I just do a find(Ctrl+F) on the page for whatever module is in question.

Cheers!
  #490  
Old 06-02-2001, 09:48 PM
zarkov's Avatar
zarkov zarkov is offline
 
Join Date: Feb 2002
Location: London, UK
Posts: 30
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

wow thanks for the quick responses guys much appreciated
  #491  
Old 06-02-2001, 09:56 PM
slinky
Guest
 
Posts: n/a
Default

OK... I'm moving along with the usenet gateway and getting closer. (For those of you who are new to perl and hacking, this is not a hack for the light of heart!) The problem I had installing the perl modules is that I am hosted by a virtual host who does not technically support perl modules, some of which require superuser access. However, I was able to get around it a bit by installing the modules and perl in a directory off of my root directory. Typing in usr/bin/perl or whatever would not work because I don't have control to the absolute root of the server, only mine. Hope this helps and I'm back at it...
Closed Thread


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 04:36 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.05812 seconds
  • Memory Usage 2,302KB
  • Queries Executed 25 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)bbcode_code
  • (4)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (7)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • postbit_imicons
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete