Monday 20 July 2009

What other setings i can put in F: line ?

Syntax :
F: ( { caid:id(:downhops), caid:id(:downhops), ... } { caid:id:sid, caid:id:sid, ... } { begintime-endtime, ... } ) <>

In an F line we must have (mandatory) :
  • Username that your friend will use to connect to you server
  • Password that your friend will use to connect to your server
Optional
  • How much your friend is allowed to re-share your shares
  • Let your friend use your emu key files
  • Allow your friend to send you emm's to update your local card trough network
  • What your friend will get from you and gives only number of hops away from you { caid:id(:downhops), caid:id(:downhops), ... } { caid:id:sid, caid:id:sid, ... }
  • What time is your friend allowed to get shares from you { begintime-endtime, ... }
  • From which ip/dns your friend can connect to your server

Defaults if you leave the optional fields out
  • = 5
  • = 1 (yes)
  • =1 (yes)
  • { caid:id(:downhops), caid:id(:downhops), ... } { caid:id:sid, caid:id:sid, ... } = No limits ( will get all the shares from you )
  • { begintime-endtime, ... } = No time limit (24hrs ON)
  • = can connect from any IP/DNS
Notes
  • length max 20 characters
  • length unlimited
  • if set to 1 (yes) your friend will get you key emu but he can not re-share it

Examples:


Quote:

F: username password

Basic F line with nothing else specified so all the default values will be set automatically

F: username password
Quote:

Typical F line,

F: username password 2 1 1 { 0:0:1 }
  • Your friend will get all the shares from you that are up to 2 hops away from you
  • He will be allowed to use your emu keys
  • He is allowed to send emm's
  • He will get any share available on your server and he is not allowed to give any of them to anybody
Quote:

Typical F line if your friend has a linux server,

F: username password 2 1 1 { 0:0:2 }
  • Your friend will get all the shares from you that are up to 2 hops away from you
  • He will be allowed to use your emu keys
  • He is allowed to send emm's
  • He will get any share available on your server and he is allowed to re-share them but his friend is not allowed to share them again
Quote:

Another typical F Line

F: username password 2 1 1 { 0:0:3 }
  • Your friend will get all the shares from you that are up to 2 hops away from you
  • He will be allowed to use your emu keys
  • He is allowed to send emm's
  • He will get any share available on your server and he is allowed to re-share them, his friend is also allowed to sahre them once again
Quote:

Advanced F line

F: username password 2 1 1 { 0:0:3, 093b:0:1 }

  • Your friend will get all the shares from you that are up to 2 hops away from you
  • He will be allowed to use your emu keys
  • He is allowed to send emm's
  • He will get any share available on your server and he is allowed to re-share them, his friend is also allowed to share them once again
  • He will get provider 093b for him self only and he is not allowed to re share it
Quote:

Advanced F line

F: username password 2 1 1 { 0:0:3, 093b:0:1 } { 0100:000080:15df }

  • Your friend will get all the shares from you that are up to 2 hops away from you
  • He will be allowed to use your emu keys
  • He is allowed to send emm's
  • He will get any share available on your server and he is allowed to re-share them, his friend is also allowed to share them once again
  • He will get provider 093b for him self only and he is not allowed to re share it
  • He is also not allowed to view or share channel 0100:000080:15df
Quote:

Time limited F line

F: username password 2 1 1 { } { } { 12:00-17:00, 19:00-20:00 }
  • Your friend will get all the shares from you that are up to 2 hops away from you
  • He will be allowed to use your emu keys
  • He is allowed to send emm's
  • Your Friend will get shares from you only between 12:00-17:00 and 19:00-20:00
Note you can add share limits as described earlier as well
Quote:

An F line that can connect from a specific IP/DNS only

F: username password 2 1 1 { } { } { } friend_dns.noip.com
  • Your friend will get all the shares from you that are up to 2 hops away from you
  • He will be allowed to use your emu keys
  • He is allowed to send emm's
  • Your Friend can only connect from the specified dns

Note you can add share & time limits as described earlier as well

No comments:

Post a Comment