PtokaX forum

Archive => Archived 4.0 boards => Finished Lua 4 scripts => Topic started by: plop on 10 May, 2004, 22:09:29

Title: freshstuff 4.x
Post by: plop on 10 May, 2004, 22:09:29
here it finaly is, the new freshstuff 4.x serie.
now with:
sub catagory's
customizable order of the help menu
every command can be changed 2 any user level.
every item can hold a url/artist/filename and comments.

here (http://www.plop.nl/ptokaxbots/Plop/newfreshstuff43.lua) you can download it.
it's a bit 2 big 2 post it here on the board.

plop
Title:
Post by: DoN on 13 May, 2004, 11:25:22
Thank you very much. Been patiently waitin for this. Guess its time to take it for a test drive :)

Brgs
Title:
Post by: jiten on 15 May, 2004, 18:09:52
- is it possible for the commands to work in main too?
- and what command should i use to see all the categories and sub-categories without watching them on the code?
Title:
Post by: plop on 15 May, 2004, 18:57:29
QuoteOriginally posted by jiten
- is it possible for the commands to work in main too?
- and what command should i use to see all the categories and sub-categories without watching them on the code?
gone add that 1st request.
by the other do you mean something like !showcats - show all available catagory's.
if so then wait for the next version.

plop
Title:
Post by: Pedro on 20 May, 2004, 00:52:59
I think I must have had to much to drink, is there a help file on how to get the commands to work.

I really just cant figure them out.

PLEASE PLEASE HEEEEEEEEEEELP !!
Title:
Post by: plop on 20 May, 2004, 03:33:14
ok small tuturial.
you don't have to edit anything in the script itself, just start it.
next you enter a pm session with "post-it_memo", now when you type @help you get the help menu.
(currently the commands can only be used in pm 2 the bot, but i'm working on 4.4 which handles mainchat commands also).
nothing special so far, but you'll see the command "@config" there.
that command can be used 2 change all the settings from the script.
when you type it without any arguments it's gone show the current settings from the script.
all the numbers you see behind the commands are the user levels which can use the related commands.
now i bet you wanne use a different name for the script.
this we can do with "@config botname ".
you'll see the bot changing name instandly.
now on default only OP's can add releases, you might wanna  change it so VIP's can also add things.
this can be done with "@config add +2".
but there's more, you can also change the order of the things in the help menu.
for example you wanna move add down you type "@config add down".
now when you type "@help" you'll see that add is 1 place lower in the help menu.
if you wanne add a catagory you need the "@addcat" command.
"@addcat books" adds a catagory with the name books.
next maby a subgatagory for the music  catagory, just type "@addcat house music" and it's done.

next adding things:
"@add movie some new movie name" add something in the catagory movies.
now before we continue it's wise 2 view the just added movie.
"@show" or "@show movie" shows what we need, the ID number.
this ID number we need 2 add things like url's/comments.
lets pretend the movie has ID number 1.
"@addurl 1 http://www.themovie.com" adds the given url 2 our just added movie.
now we take a breake of 1.5 hour 2 watch the movie, and when we return we think the movie was a complete waiste of time.
now we can add that as comment 2 the release.
"@comment 1 this is 1 big boring movie and not even a single bullet gets fired, not a single explosion. don't bother downloading this!!".
does what you now must expect.

viewing:
really simple, "@show" shows the full list.
"@show movie" shows all the things from the catagory movie.
but these things show only a small part, no comment or url is visible.
if we wanne see all the info posible we need the ID number again.
"@show 1" shows our added movie including the url and comment we added.
now there is 1 more trick, if we type "@movie" we also get to see all the things from the movie catagory.

thats it, hope you understand now.

plop
Title:
Post by: Pedro on 20 May, 2004, 15:30:41
Plop your a star as always.

much better than using relread. I only started using it and fell in love immediatley.

Thanx m8  Keep em coming
Title:
Post by: Jaras on 21 May, 2004, 00:29:44
and the Polish Version (http://jaras.nd.e-wro.pl/lua/freshstuff.lua) if anyone wants it.

Plop (if u will look inside this version) -> "Wszystkie prawa zastrzezone" means "All rights Reserved" =]

this is a great stuff but sad that it won't cooperate with cSlave (or cSlave don't wanna coop with FS =])
Title:
Post by: plop on 21 May, 2004, 02:01:49
QuoteOriginally posted by Jaras
and the Polish Version (http://jaras.nd.e-wro.pl/lua/freshstuff.lua) if anyone wants it.

Plop (if u will look inside this version) -> "Wszystkie prawa zastrzezone" means "All rights Reserved" =]

this is a great stuff but sad that it won't cooperate with cSlave (or cSlave don't wanna coop with FS =])
cool a polish version. thx
any idea why it doesn't work beside cslave ??

@ Pedro:
thx, i won't stop before i'm death.

plop
Title:
Post by: Jaras on 21 May, 2004, 02:10:52
QuoteOriginally posted by plop
any idea why it doesn't work beside cslave ??
dunno. i'm opening PM window and when i type any command there's no answer - bot isn't doing anything. i  already wrote to Corayzon and hope he'll see that he's got new PM and try to catch this bug (of course if it's cSlave's fault).
Title:
Post by: plop on 21 May, 2004, 03:51:09
QuoteOriginally posted by Jaras
dunno. i'm opening PM window and when i type any command there's no answer - bot isn't doing anything. i  already wrote to Corayzon and hope he'll see that he's got new PM and try to catch this bug (of course if it's cSlave's fault).
quick posible fix, rename freshstuff 2 something like aaaafreshstuff.
in the hope it runs before cslave.

plop
Title:
Post by: jiten on 25 May, 2004, 21:04:01
after installing robocop 8.0 with 2 more profiles (moderator and netfounder), when i change the privileges for all the profiles, for example, giving normal users the ability to add a entry to the given category name, i get this msg in ptokax (everytime i enter any command starting with @):
Syntax Error: attempt to index local `nick' (a nil value)
can u edit the script to those new profiles without getting that error msg?
Title:
Post by: plop on 26 May, 2004, 01:09:50
QuoteOriginally posted by jiten
after installing robocop 8.0 with 2 more profiles (moderator and netfounder), when i change the privileges for all the profiles, for example, giving normal users the ability to add a entry to the given category name, i get this msg in ptokax (everytime i enter any command starting with @):
Syntax Error: attempt to index local `nick' (a nil value)
can u edit the script to those new profiles without getting that error msg?
there is no local nick in freshstuff 4.x.
seems 2 me it's robo giving the error.

plop
Title:
Post by: jiten on 26 May, 2004, 11:20:56
can u post the code for FreshStuff 4.0 to work in main too?
Title:
Post by: plop on 26 May, 2004, 15:04:52
QuoteOriginally posted by jiten
can u post the code for FreshStuff 4.0 to work in main too?
i'm working on version 4.4 which is gone handle both main and pm commands.
plus some new things.
i can't post the script here as it's 2 big, but you can find it on my website.

plop
Title:
Post by: Optimus on 26 May, 2004, 16:10:13
Quoteafter installing robocop 8.0 with 2 more profiles (moderator and netfounder), when i change the privileges for all the profiles, for example, giving normal users the ability to add a entry to the given category name, i get this msg in ptokax (everytime i enter any command starting with @):
Syntax Error: attempt to index local `nick' (a nil value)
can u edit the script to those new profiles without getting that error msg?
No errors here works fine with me. Only thing is you need to add the 2 new profiles to Freshstuff 4.x if you wane use them in Freshstuff

Example: @config add +5,  @config addartist +5,  etc

Btw, Profile 4 = Moderator ,  Profile 5 = NetFounder
Title:
Post by: jiten on 27 May, 2004, 09:22:19
the problem wasn't with FreshStuff or Robocop 8, but,  with the stand-alone antipub script that i was using. but, it's working well now.
plop, i went to ur website but, only found the version 4.3. when wille the 4.4 be released?
Title:
Post by: plop on 27 May, 2004, 14:44:21
QuoteOriginally posted by jiten
the problem wasn't with FreshStuff or Robocop 8, but,  with the stand-alone antipub script that i was using. but, it's working well now.
plop, i went to ur website but, only found the version 4.3. when wille the 4.4 be released?
no idea yet, currently all the commands now work in main chat also.
+new has been added.
gotta add some more things like stats and fix a script which updates the save file 2 support the new things.
give me a pm if you dare 2 test the upcomming beta version of 4.5.
the moment the beta is ready i'll give you an url where you can find it.

if ppl have idea's for things 2 add pls tell me.

plop
Title:
Post by: Jaras on 28 May, 2004, 00:34:53
QuoteOriginally posted by plop
if ppl have idea's for things 2 add pls tell me.

after adding 3 relases and removing second i've added another one, and their IDs are 1, 3 and 4. maybe you would add function, which will use unused IDs.

and then writing last xx new by date, not by ID (i think ya did it that way)
Title:
Post by: plop on 28 May, 2004, 04:10:49
QuoteOriginally posted by Jaras
after adding 3 relases and removing second i've added another one, and their IDs are 1, 3 and 4. maybe you would add function, which will use unused IDs.

and then writing last xx new by date, not by ID (i think ya did it that way)
i never added it due 2 the fact it needs 3-4 tables 2 be modded, but your right.
it doesn't look nice now, so gone make it.

you mean something like showing by date??
or showing inc date ?

plop
Title: Spacing with categories?
Post by: Josh_J on 28 May, 2004, 04:33:36
I was wondering if there is something that could be changed to work like adding a release in which you can have a space when adding, deleting, and adding files to a category.  I know it works well with adding files, but could you please lead me to a solution for a space in the directory name? It gets kinda annyoing having to type alt+0160 for a space  :]
Title:
Post by: Jaras on 28 May, 2004, 06:52:53
QuoteOriginally posted by plop
you mean something like showing by date??
or showing inc date ?

i meant that your bot probably shows last xx added relases by their ID (coz it's simply to implement), but if u'll add function, which will find unused IDs and use them again, u'll have to write last xx releases using their dates not IDs (coz there might be new release added with unused ID, not the last ID).
Title:
Post by: plop on 28 May, 2004, 13:31:35
@ Josh_J:
gone change the pattern a bit on those commands which should make that posible.

@ Jaras:
i'm gone reorder the releases in a bit other way.
for example you have 4 releases, 1 2 3 4.
you delete 3, then 4 becomes 3 when 3 has been deleted.
the ID's are used 2 keep the right order in things.
but i can change the +new so it shows date's and not ID's, or both.

plop
Title:
Post by: plop on 15 June, 2004, 04:36:41
update on how things are going.
added the next things to 4.4.
@new = shows the latest x releases (shows date and ID)
@stats = shows the top 10 or releasers
@vote = vote for releases
@showcats = shows all available catagory's

thinking of adding a request section.
what do you folks think?
or should i leave that request section for the next version?
all left 2 do now is some more cleaning up and bug testing.
volunteers ????

plop

* changed the @new command again.
Title:
Post by: bastya_elvtars on 15 June, 2004, 09:27:14
!me will have more timwe from sep then i will set up a testhub for new scripts...

btw i think, request (and its rating if possible) would be good - think of a hub with an ftp server
Title:
Post by: (=CyberPimp=) on 17 June, 2004, 14:51:59
Great bot  :D  i?m useing 3.3 at the moment but I tested 4.4 and it looks great but i?m miss the user posted, can you make it as an option like 1=on  0=off. This is so thay can get credit for ther posting also it?s good to see who posted so there would be no bullsh** posting if so I could ban him hehe.
Title:
Post by: plop on 17 June, 2004, 16:42:27
QuoteOriginally posted by (=CyberPimp=)
Great bot  :D  i?m useing 3.3 at the moment but I tested 4.4 and it looks great but i?m miss the user posted, can you make it as an option like 1=on  0=off. This is so thay can get credit for ther posting also it?s good to see who posted so there would be no bullsh** posting if so I could ban him hehe.
try @show ID.
it's there just i removed it from showing in the full list.

plop
Title:
Post by: (=CyberPimp=) on 17 June, 2004, 17:40:04
yep but I would like it to been shown in full list :S
Title:
Post by: Reefa on 20 June, 2004, 03:07:04
Very impressed so far Plop :) Exceedingly good scripts :P

Slight problem tho, not sure if it's user error, most probably is...

I made a catagory 'music' using @addcat music, and then made a sub-catagory @addcat hiphop music...
So I had:     music          hiphop

I then added another sub catagory @addcat other music...
I then had:     other          music  /  hiphop

I tried several new catagories and sub-catagories but the outcome was always the same... The second sub-catagory always took the place of the main catagory in the list.

I hope that's clear?

Is this a bug or is it meant to be like that?

TIA :)
Title:
Post by: plop on 20 June, 2004, 17:50:10
QuoteOriginally posted by Reefa
Very impressed so far Plop :) Exceedingly good scripts :P

Slight problem tho, not sure if it's user error, most probably is...

I made a catagory 'music' using @addcat music, and then made a sub-catagory @addcat hiphop music...
So I had:     music          hiphop

I then added another sub catagory @addcat other music...
I then had:     other          music  /  hiphop

I tried several new catagories and sub-catagories but the outcome was always the same... The second sub-catagory always took the place of the main catagory in the list.

I hope that's clear?

Is this a bug or is it meant to be like that?

TIA :)
sounds like a bug.
gone look it up.

plop
Title:
Post by: Reefa on 24 June, 2004, 11:48:39
Also, if you have a catagory 'music' with two other sub-catagories and you delete 'music', the other sub-cats are not removed!

Tested on ptokax 0.3.2.6 TD 3 and 0.3.3.0 Build 15.25
Title:
Post by: plop on 24 June, 2004, 14:26:27
QuoteOriginally posted by Reefa
Also, if you have a catagory 'music' with two other sub-catagories and you delete 'music', the other sub-cats are not removed!

Tested on ptokax 0.3.2.6 TD 3 and 0.3.3.0 Build 15.25
yep forgot about that. lol
but the other 1 i couldn't reproduce, but i believe i changed some things on that part on 4.4.1.

plop
Title:
Post by: Reefa on 24 June, 2004, 17:52:32
So on your version, the catagories and sub-cats are in the right order?

Even when I run the script from scratch and you do @showcats, it shows you       pop               classical/rock/rap/music

Weird huh?
Title:
Post by: plop on 24 June, 2004, 20:01:04
@showcats from freshstuff 4.4.1.
---------------------------------------------------------------
   catagory's       sub catagory's
---------------------------------------------------------------
   warez
   PS2          game / PC / XBOX
   music classic / rock / rap / pop
   movie DVDr
---------------------------------------------------------------
i think i can be sure that i changed it. lol

plop
Title:
Post by: Reefa on 25 June, 2004, 19:17:55
:D

When do we get to see this new version? :P
Title:
Post by: plop on 25 June, 2004, 21:27:38
QuoteOriginally posted by Reefa
:D

When do we get to see this new version? :P
send me an email and i'll give you the beta, i'm trying 2 get the last bug's out of it.
4.4 had a nasty bug which corrupted the savefile, but i'm hoping that this is solved on 4.4.1.
with this kind of danger i rather take it slow, as it's absolutly no fun 2 fix the savefile manualy.
for the average hub owner this is an imposible task.

plop
Title:
Post by: Reefa on 26 June, 2004, 02:55:51
2 more things...

When you do @addartist 1 Blah to an existing record and then do a @show 1, you don't get to see the artist in the list with the description.

Also, when you add an artist to a record, then add another new description and add an artist to that new ID, it doesn't show up when you do @show, it only shows up when you add another record after that...

Any ideas? :)
Title:
Post by: plop on 26 June, 2004, 03:40:30
QuoteOriginally posted by Reefa
2 more things...

When you do @addartist 1 Blah to an existing record and then do a @show 1, you don't get to see the artist in the list with the description.

Also, when you add an artist to a record, then add another new description and add an artist to that new ID, it doesn't show up when you do @show, it only shows up when you add another record after that...

Any ideas? :)
try it on 4.4.1. pls.
i can allready see that you are a great beta tester.

plop
Title:
Post by: (=CyberPimp=) on 26 June, 2004, 06:12:58
Hi Plop and thanx for great scripts, I use freshstuff3.4, usercleaner2 and deflood4.1 and I think the Trivia bot is also from you so tanx.
I need Freshstuff3.4 that works for reg and vip users too, 3.4 is simple and good and everyone understands it, I had problems with 4.4 becouse ppl found it too hard and personally I liked the old one better too. So do you think you can fix 3.4 to 3.5 so everyone can use it.
It woud be good if you could fix usercleaner so it would write down a log of ppl that it cleans.
Tanx.
Title:
Post by: Reefa on 26 June, 2004, 23:30:55
Thanks for the fix Plop, much appreciated :)

Some testing...

Test1 (http://www.zen24037.zen.co.uk/scripts/showcats_01.gif)
Test2 (http://www.zen24037.zen.co.uk/scripts/showcats_02.gif)
Test3 (http://www.zen24037.zen.co.uk/scripts/showcats_03.gif)

First image: The first @showcats is after a fresh install and botname change. The second @showcats is after I hit restart scripts, then everything is in the right order ;)

Second image: I delete the sub-cat pop, then I try deleting the cat music... @showcats then no longer works.

Third image: I add an album to the sub-cat hiphop, then another album. I then try adding an artist but it doesn't appear under the ID 1 description. I then add another artist to ID 2 and try an @show but the second artist hasn't appeared :P

That's all to report so far, keep up the good work!

Reef
Title:
Post by: plop on 28 June, 2004, 23:13:56
QuoteOriginally posted by (=CyberPimp=)
Hi Plop and thanx for great scripts, I use freshstuff3.4, usercleaner2 and deflood4.1 and I think the Trivia bot is also from you so tanx.
I need Freshstuff3.4 that works for reg and vip users too, 3.4 is simple and good and everyone understands it, I had problems with 4.4 becouse ppl found it too hard and personally I liked the old one better too. So do you think you can fix 3.4 to 3.5 so everyone can use it.
It woud be good if you could fix usercleaner so it would write down a log of ppl that it cleans.
Tanx.
i never made a trivia bot. lol
i'll keep that request in mind from freshstuff 3.4, but want 2 finish the 4.4 version 1st.
beside that i personaly think the 4.4 has become a lot easyer 2 use, but i can understand that because of the amount of info ppl find themself flooded with 2 much info.
i ran a poll on the forum for 1 of the hub's i'm a member of and about 1/3 found 4.x 2 big.
your not the 1st 2 request a log file from the cleaned users, the next version is gone have it.
just again on that pls be patient.

plop
Title:
Post by: (=CyberPimp=) on 28 June, 2004, 23:52:55
Tanx for the answer.
I?ll be patient it?s just good to know that you got my massege and know what you're going to do about it.
Yep the trivia wasn?t made by you, like I sayd I wan?t sure, but I did dl it from your site  :D
Good to know that you are going to look into the fresh stuff and the cleaner. One more thig about fresh stuff 3.5. I think it would be better to change the commands for that script, example how I changed it: (+addalbum to +addstuff), (+albums to +stuff),(+newalbums to +newstuff) and so on, you get my point. It just dosen?t sound right +addalbum warez iDC or sum.
3.4 does also work well with zRigtClick were 4.4 does not.
hehe thats all for now, tanx for great scripts.
Title:
Post by: (=CyberPimp=) on 16 July, 2004, 00:04:06
i need this bad, is thare a long wait or???
Title:
Post by: _Satan_ on 02 October, 2004, 20:48:40
i want to give fresh item to the users on the connection. il like +sendon in the fresh 2.60 i am currently using version 4.4. what shud be added thanx nice script
Title:
Post by: FrAcTi0n on 31 January, 2005, 17:16:18
hmm i think that there is a bug....

[17:13] <[OP]FrAcTi0N> @showcats
[17:13]

---------------------------------------------------------------
   catagory's   sub catagory's
---------------------------------------------------------------
   warez
   game
   pop        classic / rock / rap / music
   movie
---------------------------------------------------------------

[17:13] <[OP]FrAcTi0N> @addcat uno warez
[17:13] Done, the uno sub catagory is added!
[17:13] <[OP]FrAcTi0N> @showcats
[17:13]

---------------------------------------------------------------
   catagory's   sub catagory's
---------------------------------------------------------------
   warez        uno
   game
   pop        classic / rock / rap / music
   movie
---------------------------------------------------------------

[17:14] <[OP]FrAcTi0N> @addcat duo warez
[17:14] Done, the duo sub catagory is added!
[17:14] <[OP]FrAcTi0N> @showcats
[17:14]

---------------------------------------------------------------
   catagory's   sub catagory's
---------------------------------------------------------------
   warez        uno / duo
   game
   pop        classic / rock / rap / music
   movie
---------------------------------------------------------------

[17:14] <[OP]FrAcTi0N> @addcat trio warez
[17:14] Done, the trio sub catagory is added!
[17:14] <[OP]FrAcTi0N> @showcats
[17:14]

---------------------------------------------------------------
   catagory's   sub catagory's
---------------------------------------------------------------
   warez        uno / duo / trio
   game
   pop        classic / music / rock / rap
   movie
---------------------------------------------------------------

[17:14] <[OP]FrAcTi0N> @addcat quatro warez
[17:14] Done, the quatro sub catagory is added!
[17:14] <[OP]FrAcTi0N> @showcats
[17:14]

---------------------------------------------------------------
   catagory's   sub catagory's
---------------------------------------------------------------
   uno        warez / quatro / duo / trio
   game
   pop        classic / music / rock / rap
   movie
---------------------------------------------------------------
Title:
Post by: plop on 01 February, 2005, 01:11:25
i know, most of that bug is allready fixed in a updated version i have.
just i didn't have time yet 2 fix the rest of it.

plop
Title:
Post by: FrAcTi0n on 01 February, 2005, 01:51:54
so looking forward to unbugged version.)
Title:
Post by: koji_nanami on 07 February, 2005, 12:56:49
Hi plop,

I've found your script searching for something to manage release lists. I'm actually using version 4.4.3 (although on the file the last comment says 4.4.2).

I'd like to ask you (since I'm not very able to find out from the code) about the following:

1- It's possible to set the script so that it stores and then shows for each item the date in which it's added to the db? Or the possibility to add a date field for an item???

2- It's possible to set it so that when I show a cat list it doesn't show the cat every line? ie.

if I ask @show movie I get
---------------------------------------------------------------
  1 - movie       pippo
---------------------------------------------------------------
but i'd like something like

MOVIE LIST
---------------------------------------------------------------
  1 - DATE     WHOADDED             pippo
---------------------------------------------------------------

and so if I ask for a generic show i get

---------------------------------------------------------------
  1 - movie       pippo
  2 - movie       pluto
  3 - movie       paperino
  4 - warez       crackz
---------------there are 4 on the list ------------------------


but I'd like more like

MOVIE LIST
---------------------------------------------------------------
  1 - DATE     WHOADDED             c1nderell4
  1 - DATE     WHOADDED             4lice
  1 - DATE     WHOADDED             g00fy
---------------------------------------------------------------

WAREZ LIST
---------------------------------------------------------------
  1 - DATE     WHOADDED             axobe protos11
---------------------------------------------------------------

3- It's possible to make the script type in main (so every ones knows) something like this:

Added new CATEGORY -  DATE     WHOADDED             c1nderell4

when someone adds something?

4- It's able to be configured so that I can set how many of the latest release are showed by default so that if I've 500 rel in a category I can set so that if a user request it shows only the last 50. And that the other can be found with the search??

Many many thanks,

koji
Title:
Post by: plop on 07 February, 2005, 19:27:07
QuoteOriginally posted by koji_nanami
Hi plop,

I've found your script searching for something to manage release lists. I'm actually using version 4.4.3 (although on the file the last comment says 4.4.2).

I'd like to ask you (since I'm not very able to find out from the code) about the following:

1- It's possible to set the script so that it stores and then shows for each item the date in which it's added to the db? Or the possibility to add a date field for an item???

2- It's possible to set it so that when I show a cat list it doesn't show the cat every line? ie.

if I ask @show movie I get
---------------------------------------------------------------
  1 - movie       pippo
---------------------------------------------------------------
but i'd like something like

MOVIE LIST
---------------------------------------------------------------
  1 - DATE     WHOADDED             pippo
---------------------------------------------------------------

and so if I ask for a generic show i get

---------------------------------------------------------------
  1 - movie       pippo
  2 - movie       pluto
  3 - movie       paperino
  4 - warez       crackz
---------------there are 4 on the list ------------------------


but I'd like more like

MOVIE LIST
---------------------------------------------------------------
  1 - DATE     WHOADDED             c1nderell4
  1 - DATE     WHOADDED             4lice
  1 - DATE     WHOADDED             g00fy
---------------------------------------------------------------

WAREZ LIST
---------------------------------------------------------------
  1 - DATE     WHOADDED             axobe protos11
---------------------------------------------------------------

3- It's possible to make the script type in main (so every ones knows) something like this:

Added new CATEGORY -  DATE     WHOADDED             c1nderell4

when someone adds something?

4- It's able to be configured so that I can set how many of the latest release are showed by default so that if I've 500 rel in a category I can set so that if a user request it shows only the last 50. And that the other can be found with the search??

Many many thanks,

koji
i'll keep these idea's in mind for future updates, as it's easier 2 change it myself then 2 explain it.
and also a bigger challange 2 make it more user configurable.

plop
Title:
Post by: koji_nanami on 07 February, 2005, 20:05:22
Thanks for the reply plop!!!

Hope this update will not be too "future" =)

Waiting for a 4.4.4  :D

koji
Title:
Post by: koji_nanami on 17 February, 2005, 10:44:59
I've come up with another feature request (if it's possible in some way).

Could be possible to add for each new item added to the release list the TTH value in automatic way? If no I'll be sure a TTH field could be added to be filled by hand =)

koji
Title:
Post by: plop on 17 February, 2005, 17:07:09
QuoteOriginally posted by koji_nanami
I've come up with another feature request (if it's possible in some way).

Could be possible to add for each new item added to the release list the TTH value in automatic way? If no I'll be sure a TTH field could be added to be filled by hand =)

koji
manual is the easiest and safest, and a damn good feature 2 add.

plop
Title:
Post by: DEEP-GOA on 17 February, 2005, 17:36:50
QuoteOriginally posted by plop
QuoteOriginally posted by koji_nanami
I've come up with another feature request (if it's possible in some way).

Could be possible to add for each new item added to the release list the TTH value in automatic way? If no I'll be sure a TTH field could be added to be filled by hand =)

koji
manual is the easiest and safest, and a damn good feature 2 add.

plop

ha, really good idea! sometimes the simplest things r hard to discover. zakabooom
Title:
Post by: plop on 18 February, 2005, 17:37:03
QuoteOriginally posted by DEEP-GOA
ha, really good idea! sometimes the simplest things r hard to discover. zakabooom

Quote Einstein
I blew my mind and became a genius.

plop
Title: prob with frsh stuff
Post by: Stt on 17 April, 2005, 16:00:33
well im havin a prob with frsh stuff 4, i lik added more profils bcoz i run rc10.01 ive added nf and mod thing..but it has a bug lik

Syntax ...top\finished scripts\scripts\freshstuff3.4.0pre1.lua:303: attempt to concatenate global `MsgHelp' (a nil value)


if u want 2 see the whole script check it hr
FreshStuff (http://users.cjb.net/sidneytaju/freshstuff3.4.0pre1.lua)
Title:
Post by: jiten on 17 April, 2005, 20:51:32
QuoteOriginally posted by Stt
well im havin a prob with frsh stuff 4, i lik added more profils bcoz i run rc10.01 ive added nf and mod thing..but it has a bug lik

Syntax ...top\finished scripts\scripts\freshstuff3.4.0pre1.lua:303: attempt to concatenate global `MsgHelp' (a nil value)


if u want 2 see the whole script check it hr
FreshStuff (http://users.cjb.net/sidneytaju/freshstuff3.4.0pre1.lua)

Change ur ShowRel(table) function to this:
function ShowRel(table)
Msg = "\r\n"
local type,who,when,title
if table == NewestStuff then
if Count2 == 0 then
MsgNew = "\r\n\r\n".." --------- The Latest Releases -------- \r\n\r\n  No releases on the list yet\r\n\r\n --------- The Latest Releases -------- \r\n\r\n"
else
for i=1, Count2 do
if NewestStuff[i] then
type,who,when,title=NewestStuff[i][1],NewestStuff[i][2],NewestStuff[i][3],NewestStuff[i][4]
if title then
Msg = Msg.."  ID: "..i.." -- "..when.." -- "..who.." -- "..type.." -- "..title.."\r\n"
else
Msg = Msg..(table.concat(NewestStuff[i])).."\r\n"
end
end
end
end
MsgNew = "\r\n\r\n".." --------- The Latest "..MaxNew.." Releases -------- "..Msg.."\r\n --------- The Latest "..MaxNew.."  Releases -------- \r\n\r\n"
else
if Count == 0 then
MsgAll = "\r\n\r\r\n".." --------- All The Releases -------- \r\n\r\n  No releases on the list yet\r\n\r\n --------- All The Releases -------- \r\n\r\n"
else
MsgHelp = "  use "..commands.cmd2.." for a,b in Types do
MsgHelp = MsgHelp.."/"..a
end
MsgHelp = MsgHelp.."> to see only the selected types"
for i=1, Count do
if AllStuff[i] then
type,who,when,title=AllStuff[i][1],AllStuff[i][2],AllStuff[i][3],AllStuff[i][4]
if title then
Msg = Msg.."  ID: "..i.." -- "..when.." -- "..who.." -- "..type.." -- "..title.."\r\n"
else
Msg = Msg..(table.concat(AllStuff[i])).."\r\n"
end
end
end
MsgAll = "\r\n\r\r\n".." --------- All The Releases -------- "..Msg.."\r\n --------- All The Releases -------- \r\n"..MsgHelp.."\r\n"
end
end
end


Cheers
Title:
Post by: bastya_elvtars on 18 April, 2005, 01:55:44
QuoteOriginally posted by koji_nanami
I've come up with another feature request (if it's possible in some way).

Could be possible to add for each new item added to the release list the TTH value in automatic way? If no I'll be sure a TTH field could be added to be filled by hand =)

koji

Magnet URL as a better idea? I will include this in 3.x series as soon as i fix that annoying bug...  X(

-- // edit

Would be a bit weird for multi-file releases like albums, has only sense for ISOs/one-cd movies/one-track mixes. I will make it optional.
Title:
Post by: Stt on 25 April, 2005, 17:26:54
Well I need a mod to this version of freestuff like...when i add a file to a specific caategory eg. albums linkin park - meteora...it passes like a bulletin..in the main where i could costumize a timer for each category..if its possible plz do it..holla
Title:
Post by: TiGa on 26 April, 2005, 15:41:27
Hey plop, Great scripting ;)
but im gettin errors with this new version of freshstuff 4.1

Syntax D:\Hub\scripts\aaafreshstuff43.lua:1122: attempt to call global `readfrom' (a nil value)

im using ptokax build 17.02 along with robocop 10.01

and i was wondering if you could MAKE it simple so that it only shows a list of Albums, Movies, Singles  ( +albums/+movies/+singles)
and +addsinge.... +delsingle... etc for simple use..!!!

thx. :)
Title:
Post by: jiten on 26 April, 2005, 16:06:48
QuoteOriginally posted by TiGa
Hey plop, Great scripting ;)
but im gettin errors with this new version of freshstuff 4.1

Syntax D:\Hub\scripts\aaafreshstuff43.lua:1122: attempt to call global `readfrom' (a nil value)

im using ptokax build 17.02 along with robocop 10.01

and i was wondering if you could MAKE it simple so that it only shows a list of Albums, Movies, Singles  ( +albums/+movies/+singles)
and +addsinge.... +delsingle... etc for simple use..!!!

thx. :)
Well, u can get the Lua 5 version of FreshStuff in the Lua 5 Finished Scripts Section. There's a thread for it.

Cheers
Title:
Post by: Dessamator on 26 April, 2005, 16:24:52
QuoteOriginally posted by TiGa
Hey plop, Great scripting ;)
but im gettin errors with this new version of freshstuff 4.1

Syntax D:\Hub\scripts\aaafreshstuff43.lua:1122: attempt to call global `readfrom' (a nil value)

im using ptokax build 17.02 along with robocop 10.01

and i was wondering if you could MAKE it simple so that it only shows a list of Albums, Movies, Singles  ( +albums/+movies/+singles)
and +addsinge.... +delsingle... etc for simple use..!!!

thx. :)

the script is in probably in lua4, u need to convert it too lua5, so that it works in newer ptokax releases,
Title:
Post by: plop on 27 April, 2005, 23:03:20
QuoteOriginally posted by Dessamator the script is in probably in lua4, u need to convert it too lua5, so that it works in newer ptokax releases,
you can be sure of that.

plop
Title:
Post by: TiGa on 27 April, 2005, 23:35:43
Oke well im not really a pro at scripting in lua. all i did this far is edit the Pre made ones to my comfort,
i have no idea how to convert lua 4 to lua 5.

so could someone do it for me/us! ?
thx,
tIgA
Title:
Post by: jiten on 28 April, 2005, 09:38:45
QuoteOriginally posted by TiGa
Oke well im not really a pro at scripting in lua. all i did this far is edit the Pre made ones to my comfort,
i have no idea how to convert lua 4 to lua 5.

so could someone do it for me/us! ?
thx,
tIgA
You can find Lua 5 versions of FreshStuff in the Lua 5 Finished Scripts Sections.

Cheers