Search found 5 matches

by anelehto
Thu Sep 05, 2013 4:58 pm
Forum: Announcement
Topic: Torrent client - pbTorrent (source code).
Replies: 55
Views: 51100

Re: Torrent client - pbTorrent (source code).

User_Russian wrote:Check the current version of 1.4.4. http://pbtorrent.ucoz.ru/load/pbtorrent_1_4_4/1-1-0-7
It works perfectly! Do you plan to release the source or build an english version?
Support of magnet links would be nice also.
by anelehto
Thu Sep 05, 2013 11:29 am
Forum: Announcement
Topic: Torrent client - pbTorrent (source code).
Replies: 55
Views: 51100

Re: Torrent client - pbTorrent (source code).

I have a little problem with the udp trackers here though, it can't connect to any peers The program was a small bug that is already fixed.
It should now work with UDP trackers.

Thank's for that!

Sorry if this isn't the right place to post bugs but i noticed and something else.

When i set the ...
by anelehto
Thu Aug 29, 2013 6:16 pm
Forum: Announcement
Topic: Torrent client - pbTorrent (source code).
Replies: 55
Views: 51100

Re: Torrent client - pbTorrent (source code).

Very nice and thanks for sharing!

I have a little problem with the udp trackers here though, it can't connect to any peers

Image
by anelehto
Sun Sep 23, 2012 12:02 pm
Forum: Coding Questions
Topic: URL Encode problem
Replies: 2
Views: 9240

Re: URL Encode problem


Procedure.s Encode(str.s)
in.s="ΑΒΓΔΕΖΗΘΙΚΛΜΝΞΟΠΡΣΤΥΦΧΥΩαβγδεζηθικλμνξοπρστυφχψωάέήίόύώ"
out.s="%CE%91%CE%92%CE%93%CE%94%CE%95%CE%96%CE%97%CE%98%CE%99%CE%9A%CE%9B%CE%9C%CE%9D%CE%9E%CE%9F%CE%A0%CE%A1%CE%A3%CE%A4%CE%A5%CE%A6%CE%A7%CE%A5%CE%A9%CE%B1%CE%B2%CE%B3%CE%B4%CE%B5%CE%B6%CE%B7%CE%B8%CE%B9%CE ...
by anelehto
Sun Sep 23, 2012 2:24 am
Forum: Coding Questions
Topic: URL Encode problem
Replies: 2
Views: 9240

URL Encode problem

Hi,

I have noticed that firefox in order to http post some characters from the greek alphabet (ISO-8859-7) encodes the string.
I try to do the same but when i use URLEncoder() or similar functions found in this forum the returned string is different..

For example the word "τεστ" (test in greek) is ...