Old 08-12-2010, 01:40 PM   #511
o_dog
Senior Member
 
Join Date: May 2007
Posts: 692
Default

for non section specific announce i think the correct way to use colors is %c7{Login}
where NR in %cNR{} is the color number
__________________
ioNiNJA
o_dog is offline   Reply With Quote
Old 08-12-2010, 01:50 PM   #512
ArtCore7
Junior Member
 
Join Date: Aug 2010
Posts: 14
Default

The non Section specific announce works. But the Section Announce with colours dont work. Thats my Problem ^^
ArtCore7 is offline   Reply With Quote
Old 08-12-2010, 01:54 PM   #513
o_dog
Senior Member
 
Join Date: May 2007
Posts: 692
Default

[9%b{LOGIN}]
i have no idea what tha hell that is
[%c9{%b{LOGIN}}]
should work
__________________
ioNiNJA
o_dog is offline   Reply With Quote
Old 08-12-2010, 01:56 PM   #514
ArtCore7
Junior Member
 
Join Date: Aug 2010
Posts: 14
Default

I think you dont understand my Problem, its not the Login Announce which doesnt work, its the Section Announce with colours which doesnt work.

Sorry for bad english!
ArtCore7 is offline   Reply With Quote
Old 08-12-2010, 02:00 PM   #515
o_dog
Senior Member
 
Join Date: May 2007
Posts: 692
Default

should work if you use the color in theme, %c3{%section} for example, although you should not be using two __ just one, if your section contains a _ i have no idea how it handles it, never tried and never will.

This is trial and error, the colors work if you set it up right, and no support is given on customizing announce. This thread is for reporting bugs and suggesting features. Sorry
__________________
ioNiNJA
o_dog is offline   Reply With Quote
Old 08-12-2010, 02:04 PM   #516
ArtCore7
Junior Member
 
Join Date: Aug 2010
Posts: 14
Default

Okay, sorry i used this Section for Support, didnt know where else to post it.

I will try on to get it working. The next Problem is that if i set %c3{%section} i have the color "3" for every Section and not only for 0-Day, Apps, and so on. I Think with your way shown i can color every Section in one color.

Thank you!
ArtCore7 is offline   Reply With Quote
Old 08-12-2010, 02:07 PM   #517
o_dog
Senior Member
 
Join Date: May 2007
Posts: 692
Default

no the default colors change with sections so color_3 equals %c3 but is diffrent for each defined section
__________________
ioNiNJA
o_dog is offline   Reply With Quote
Old 08-12-2010, 02:13 PM   #518
ArtCore7
Junior Member
 
Join Date: Aug 2010
Posts: 14
Default

Finally ... i have to thank you very much. It worked ^^

And go on... ioNiNJA is perfect
ArtCore7 is offline   Reply With Quote
Old 08-26-2010, 06:53 AM   #519
mr.babek
Member
FlashFXP Beta Tester
ioFTPD Foundation User
 
Join Date: Jul 2005
Posts: 82
Smile

Make a small donation towards Odog to show your appreciation
__________________
Current setup:

MS Windows Storage Server 2012R2, ioFTPD 7.7.3, ioNinja, nxTools
mr.babek is offline   Reply With Quote
Old 08-27-2010, 01:45 PM   #520
ArtCore7
Junior Member
 
Join Date: Aug 2010
Posts: 14
Default

i saw the donation buttom on your website, but i dont have an paypal account. So if you send me a IBAN i would donate something
ArtCore7 is offline   Reply With Quote
Old 08-28-2010, 08:03 AM   #521
o_dog
Senior Member
 
Join Date: May 2007
Posts: 692
Default

As alot of people have been asking what the changes are in 1.0, there are alot of them. The plugins have had a workover. Some functions rewritten. All the html stuff is probably gonna be based on curl instead of http lib. The biggest change is to the racing stats, they will no longer be written to .ioFTPD file, which should speed things up a bit in races.

ioPRECHECK is now incorportated into the ioNiNJA. Xdupe, dirban, onlyallow etc.

The unpackcompelte has had a real workover. It now unpacks releases and creates a new sfv file for the files unpacked. It uses ReSCENE to save a file in order to recreate the rared directories. You can now issue a "site unpack" command and it will unpack all the releases under that dir.

There might be a new tvscript that is based on thetvdb instead of tvrage. (not sure if it is ready for use yet thought).

rewrote the mediainfo (samplecheck). The imdb script will have a real workover.

Also rewore the incomplete dir, it now uses releasename so you wont have (incomplete)- before the dir in incompelte folder

There is a whole lot of other things too, but as you can see the script is moving forward, not fast but it's getting there. As the new racestats are not tested in a busy enviroment it's hard to say how long it will take or how stable it is at the moment. I aim at having a alpha release out in month or so.

Thanks to everybody that donated, there are 3 people so far. The money goes to kepping http://odog.tx-shells.net up and running.
__________________
ioNiNJA
o_dog is offline   Reply With Quote
Old 08-30-2010, 01:11 PM   #522
Sabour
Junior Member
ioFTPD Foundation User
 
Join Date: Sep 2006
Posts: 11
Default

donated very smalll amount couple days ago,i don't know sek is swish currency,it thought it's the same rate as usd,hopefully will donate more next month...
Sabour is offline   Reply With Quote
Old 10-07-2010, 03:29 PM   #523
r4nd0m
Junior Member
 
Join Date: Oct 2010
Posts: 4
Default

Hi o_dog - can you please take a look at the bug in ioNINJA here - https://oss.azurewebsites.net/forum/showth...ewpost&t=14497
r4nd0m is offline   Reply With Quote
Old 10-13-2010, 09:24 PM   #524
FireKiss
Junior Member
 
Join Date: Oct 2007
Posts: 6
Default

imdb announcing not working from 8th October. what's wrong?
imdb.com was changed? please help me.
FireKiss is offline   Reply With Quote
Old 10-14-2010, 08:38 AM   #525
fudgi
Junior Member
 
Join Date: Mar 2008
Posts: 19
Default

you need to do some editing in the imdb.tcl

try:

set boxurl "http://www.imdb.com/title/tt${imdbserial}/business"
set titleurl "http://www.imdb.com/title/tt${imdbserial}/"
set nfourl "http://akas.imdb.com/title/tt${imdbserial}/combined"

its under imdb lookup. i chose akas.imdb.com because non us guys might have the titles shown in their own languages which not everyone wants.

here is the imdb lookup you can replace (its not the whole file)
http://yourpaste.net/6048/imdb.tcl_fix

Last edited by fudgi; 10-14-2010 at 08:48 AM.
fudgi is offline   Reply With Quote
Reply

Tags
alpha, dead, support, thread, versions

Thread Tools
Display Modes Rate This Thread
Rate This 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 Off
HTML code is Off

Forum Jump


All times are GMT -5. The time now is 09:47 PM.

Parts of this site powered by vBulletin Mods & Addons from DragonByte Technologies Ltd. (Details)