PDA

View Full Version : Need poster program



iStix
02-19-2009, 12:18 PM
Hello, I'd like to know the best Usenet poster with built in ability to auto create rars and pars. Thanks in advance.

rippinitup4fun
02-19-2009, 02:11 PM
Jbinup is a great poster and it accepts commands/scripts for auto rar and par.
http://www.jbinup.com/en/

iStix
02-19-2009, 03:27 PM
Yeah I'm trying to figure out how to use all those functions, but it's very complex. I'm looking for software similar to Unison (OS X Newsreader), where you simply drag your file(-s) to window and then it auto creates segment files if it's larger then 50 Mb (or whatever size you specify), creates par2 files and starts uploading. Is there something like that on Windows?

SonsOfLiberty
02-19-2009, 04:45 PM
Well I use Preusenet: http://www.altbinz.net/forum/index.php?topic=2183.0

Creats, the RAR's, Pars, and sfv...easy stuff...just click on what you want to send and click send to preusenet.

Then I use YENC-POWER-POST-A&A
http://powerpost.cjb.net/

YENC doesn't support SSL, you'll have to run sTunnel for that guide here:

http://filesharingtalk.com/vb3/f-guides-and-tutorials-65/t-yenc-power-post-aa-upload-using-secure-ssl-server-connections-337101#post3138599

sassan
02-20-2009, 03:22 AM
Dupe link

SonsOfLiberty
02-20-2009, 03:48 AM
You just linked to the exact same thing I have my post... :lol: same link even :)

iLOVENZB
02-20-2009, 06:55 AM
I don't like replying on AIO uploaders, too much room for errors.

sassan
02-20-2009, 07:22 AM
You just linked to the exact same thing I have my post... :lol: same link even :)

Yea I realised after I posted it, I can't figure out how to delete it. :cry:

SonsOfLiberty
02-20-2009, 05:44 PM
You just linked to the exact same thing I have my post... :lol: same link even :)

Yea I realised after I posted it, I can't figure out how to delete it. :cry:

:lol: Just edit it :) Doesn't really matter though :cool:

AIO uploaders save a butt-ton of time, and plus if you practice due Diligence and check them it will be fine...so far I've packaged alot of them and they've all be fine...you can go the long way but takes twice as long :blink:

iStix
02-21-2009, 04:49 AM
OK, I really have to test SonsOfLiberty option... :)

Damn, I got to thank you, SonOfLiberty. Your method might not be the same as I used to on Mac OS, but this is the best on Windows for sure... :) Love it!

SonsOfLiberty
02-21-2009, 05:36 AM
Yeah I'm very, very lazy, so for me personally is the best option :)

MrBackup
04-10-2009, 06:39 PM
Hi, Is it possible to configure the rarsize in bytes instead of MB in preusenet?

Thanks ;)

SonsOfLiberty
04-10-2009, 07:41 PM
Dunno, looks like you can change the MB, but no to what you want, I think you can still open the program up (source) and re configure that to do that, it's just a simple script, well nothing is simple for me, it's way over my head...I seen you posted at the forums at Alt.binz, so they surely can answer for sure.

MrBackup
04-10-2009, 08:04 PM
I think a mistake has been quantified in MB if you allow preusenet set the bytes would be the much more accurate.

yann
10-24-2009, 02:53 AM
Hi, Is it possible to configure the rarsize in bytes instead of MB in preusenet?

Thanks ;)
Yes - you can edit lines 259 and 269 and replace the M from "-v%RARSIZE%M" to B

Existing code :


line 259 :
"%INSTALLPATH%Rar.exe" "a" "-v%RARSIZE%M" "-m0" "-y" "-ep1" "-ed" "-vn" "%TARGETLOCATION%\%FILENAME%.rar" "%PATH%%FILENAME%%EXT%" |

and then line 269 :
"%INSTALLPATH%Rar.exe" "a" "-v%RARSIZE%M" "-m0" "-y" "-ep1" "-x*.nfo" "-r" "-vn"


Change to :


line 259 :
"%INSTALLPATH%Rar.exe" "a" "-v%RARSIZE%B" "-m0" "-y" "-ep1" "-ed" "-vn" "%TARGETLOCATION%\%FILENAME%.rar" "%PATH%%FILENAME%%EXT%" |

and then line 269 :
"%INSTALLPATH%Rar.exe" "a" "-v%RARSIZE%B" "-m0" "-y" "-ep1" "-x*.nfo" "-r" "-vn"