Especially with powershared/slot-focused files.
But I must admit that I'm beginning to understand what you want to say (great, huh?) ...
I'll think about it...










Posted 14 May 2008 - 09:17 PM
Posted 14 May 2008 - 10:25 PM
This post has been edited by Tuxman: 15 May 2008 - 06:34 AM
Posted 14 May 2008 - 10:40 PM
Posted 15 May 2008 - 06:27 AM
Posted 16 May 2008 - 05:05 AM
Posted 16 May 2008 - 11:45 AM
Posted 17 May 2008 - 08:34 PM
Posted 17 May 2008 - 08:45 PM
Posted 17 May 2008 - 08:55 PM
filename: sample.19xx.dvdrip.xvid.ac3-[gx].eng.srt phpBB-style ed2k link: [url=ed2k://|file|sample.19xx.dvdrip.xvid.ac3-%5Bgx%5D.eng.srt|9|353C3AE50EC89B80C828B21CFA3B0194|/]sample.19xx.dvdrip.xvid.ac3-[gx].eng.srt[/url]
Posted 17 May 2008 - 10:11 PM
LorenzoC, on May 17 2008, 06:51 PM, said:
This post has been edited by elguaxo: 17 May 2008 - 10:16 PM
Posted 17 May 2008 - 10:25 PM
Posted 18 May 2008 - 11:17 AM
Posted 18 May 2008 - 12:08 PM
Tuxman, on May 18 2008, 12:25 AM, said:
//Hawkstar - ed2k-Link Forum fixed for multi selection
case MP_COPYFORUMLINK:
{
CString feed;
POSITION pos = selectedList.GetHeadPosition();
while (pos != NULL)
{
file = selectedList.GetNext(pos);
if (!feed.IsEmpty())
feed.Append(_T(" \r\n"));
feed.AppendFormat(_T("[URL=%s]%s[/URL]"),CreateED2kLink(file),file->GetFileName());
}
theApp.CopyTextToClipboard(feed);
break;
}
//Hawkstar - ed2k-Link Forum fixed for multi selectionThis post has been edited by Gomez82: 18 May 2008 - 01:03 PM
Posted 18 May 2008 - 01:55 PM
Posted 18 May 2008 - 02:08 PM
Tuxman, on May 18 2008, 03:55 PM, said:
Posted 18 May 2008 - 02:54 PM
Posted 18 May 2008 - 03:18 PM
Gomez82, on May 18 2008, 02:08 PM, said:
//Hawkstar - ed2k-Link Forum fixed for multi selection
case MP_COPYFORUMLINK:
{
CString feed;
POSITION pos = selectedList.GetHeadPosition();
while (pos != NULL)
{
file = selectedList.GetNext(pos);
if (!feed.IsEmpty())
feed.Append(_T(" \r\n"));
feed.AppendFormat(_T("[URL=%s]%s[/URL]"),CreateED2kLink(file),file->GetFileName());
}
theApp.CopyTextToClipboard(feed);
break;
}
//Hawkstar - ed2k-Link Forum fixed for multi selectionThis post has been edited by Quezl: 19 May 2008 - 09:40 AM