Thread Rating:
  • 2 Votes - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
 Download System
RateU Offline
Administrator
*******
Posts: 2,350
Joined: Mar 2010
Post: #1
Download System
Requirement: XThreads
Last Updated: 23 October 2011

With XThreads, we can create a download system. Here is a simple example to do that:

1. First, we will create a file upload for our download system:
Create a Custom Thread Fields with this settings:
  • Title: File Upload
  • Key: fupload
  • Description: Upload a file. You can choose uploading form your computer or from URL.
  • Applicable Forums: 'select a forum that we will apply the download system'
  • Input Field Type: File
  • Valid File Extensions: rar|zip
    Modify it as our needs.
  • Maximum File Size: 1048576
    Modify it as our needs. Like the title says, it is a maximum file size (in bytes) that can be uploaded.
  • Editable by / Required Field?: Everyone (Required)

    This Display Format will be replaced by Unviewable Value for not selected usergroup(s) in Viewable by Usergroups setting (new features in the newest version).
  • Display Format:

    HTML Code
    <form action="{URL}" method="post">
    <input type="submit" value="Download Now" />
    </form>

    To display the Display Format, later, we need put {$GLOBALS['threadfields']['fupload']['value']} variable into our template.

    With these additional settings, we can set which usergroup(s) can view the download link. And then we can set what will be displayed for the usergroup(s) which is not allowed to view the download link. Very very useful features. Thank you very much, Yumi Smile
    Skip this settings if we didn't want to add the permission for the file:

  • Viewable by Usergroups: 'Select usergroup(s) which is allowed to view the download link. CTRL + left click to select more than one usergroup'
  • Unviewable Value:
    This setting will be displayed if at least one usergroup selected in Viewable by Usergroups setting above.

    HTML Code
    <em>You don't have permission to download this file</em>

    The text above will replace the download link (in this example, we put it in Display Format) for usergroup(s) which is not selected in the Viewable by Usergroups setting.


2. Now, we will create a description for our download system:
Create a Custom Thread Fields with this settings:
  • Title: Description
  • Key: fdesc
  • Description: Give a short description about the file.
  • Applicable Forums: 'select the forum in point 1'
  • Input Field Type: Multiline Textbox
  • Maximum Text Length: 200
    Modify it as our needs. It is a maximum characters for the description.
  • Editable by / Required Field?: Everyone (Required)
  • Display Order: 2
    To display the Description, later, we need put {$GLOBALS['threadfields']['fdesc']} variable into our template.


3. Then, we will create a screenshot for our download system:
Create a Custom Thread Fields with this settings:
  • Title: Screenshot
  • Key: fscr
  • Description: Upload a screenshot
  • Applicable Forums: 'select the forum in point 1 or 2'
  • Input Field Type: File
  • Valid File Extensions: gif|png|jpg|jpeg
    Modify it as our needs.
  • Maximum File Size: 1048576
    Modify it as our needs. Like the title says, it is a maximum image file size (in bytes) that can be uploaded.
  • Editable by / Required Field?: Everyone (Required)
  • Display Order: 3
  • Only accept uploaded images: Yes
  • Image Thumbnail Generation: 320x240|640x480


4. Now, we will create categories for our download system:
Create a Custom Thread Fields with this settings:
  • Title: Category
  • Key: fcat
  • Description: Choose a category from the list
  • Applicable Forums: 'select the forum in point 1 or 2 or 3'
  • Input Field Type: Listbox
  • Field Input Height: 1
  • Values List:

    Code:
    Plugin
    Modification
    Theme

  • Editable by / Required Field?: Everyone (Required)
  • Display Order: 4
  • Allow Filtering: Yes
  • Formatting Map List:

    Code:
    Plugin{|}<a href="{$forumurl?}filtertf_fcat=Plugin"><span style="color: green;"><strong>Plugin</strong></span></a>
    Modification{|}<a href="{$forumurl?}filtertf_fcat=Modification"><span style="color: blue;"><strong>Modification</strong></span></a>
    Theme{|}<a href="{$forumurl?}filtertf_fcat=Theme"><span style="color: red;"><strong>Theme</strong></span></a>

    To display this formatting list, we need put {$GLOBALS['threadfields']['fcat']} variable later in our template.



5. Now, XThreads Options in Forum settings (the forum in the settings 1, 2, 3 and 4 above):
  • Template Prefix: dld_
  • Enable XThreads' Inline Forum Search: Yes
  • Override Threads Per Page: 5
    Modify it as our needs.

6. Create new templates in Global Template:
  • Template Name: dld_forumdisplay_threadlist
  • Template Content:

    HTML Code
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    17
    18
    19
    20
    21
    22
    23
    24
    25
    26
    27
    28
    29
    30
    31
    32
    33
    34
    35
    36
    37
    38
    39
    40
    41
    42
    43
    44
    45
    46
    47
    48
    49
    50
    51
    52
    53
    54
    55
    56
    57
    58
    59
    60
    61
    62
    63
    64
    65
    66
    67
    68
    69
    70
    71
    72
    73
    74
    75
    76
    77
    78
    79
    80
    81
    82
    83
    84
    85
    86
    87
    88
    89
    90
    91
    92
    93
    <div class="float_left">
    	{$multipage}
    </div>
    <div class="float_right">
    	{$newthread}
    </div>
    <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder" style="clear: both;">
    	<tr>
    		<td class="thead" colspan="{$colspan}">
    			<div style="float: right;">
    				<span class="smalltext"><strong><a href="misc.php?action=markread&amp;fid={$fid}">{$lang->markforum_read}</a> | <a href="usercp2.php?action={$add_remove_subscription}subscription&amp;type=forum&amp;fid={$fid}&amp;my_post_key={$mybb->post_code}">{$add_remove_subscription_text}</a>{$clearstoredpass}</strong></span>
    			</div>
    			<div>
    				<strong>{$foruminfo['name']}</strong>
    			</div>
    		</td>
    	</tr>
    	<tr>
    		<td class="tcat" width="100%" colspan="2"><span class="smalltext"><strong>Sort By: <a href="{$sorturl}&amp;sortby=subject&amp;order=asc">{$lang->thread}</a> {$orderarrow['subject']} | <a href="{$sorturl}&amp;sortby=starter&amp;order=asc">{$lang->author}</a> {$orderarrow['starter']} | <a href="{$sorturl}&amp;sortby=replies&amp;order=desc">{$lang->replies}</a> {$orderarrow['replies']} | <a href="{$sorturl}&amp;sortby=views&amp;order=desc">{$lang->views}</a> {$orderarrow['views']} {$ratingcol} | <a href="{$sorturl}&amp;sortby=lastpost&amp;order=desc">{$lang->lastpost}</a> {$orderarrow['lastpost']}</strong></span></td>
    		{$inlinemodcol}
    	</tr>
    </table>
    <br class="clear" />
    	{$threads}{$nullthreads}
    <br class="clear" />
    <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder" style="clear: both;">
    	<tr>
    		<td class="tfoot" align="right" colspan="{$colspan}">
    			<form action="forumdisplay.php" method="get">
    				<input type="hidden" name="fid" value="{$fid}" />
    				<select name="sortby">
    					<option value="subject" {$sortsel['subject']}>{$lang->sort_by_subject}</option>
    					<option value="lastpost" {$sortsel['lastpost']}>{$lang->sort_by_lastpost}</option>
    					<option value="starter" {$sortsel['starter']}>{$lang->sort_by_starter}</option>
    					<option value="started" {$sortsel['started']}>{$lang->sort_by_started}</option>
    					{$ratingsort}
    					<option value="replies" {$sortsel['replies']}>{$lang->sort_by_replies}</option>
    					<option value="views" {$sortsel['views']}>{$lang->sort_by_views}</option>
    				</select>
    				<select name="order">
    					<option value="asc" {$ordersel['asc']}>{$lang->sort_order_asc}</option>
    					<option value="desc" {$ordersel['desc']}>{$lang->sort_order_desc}</option>
    				</select>
    				<select name="datecut">
    					<option value="1" {$datecutsel['1']}>{$lang->datelimit_1day}</option>
    					<option value="5" {$datecutsel['5']}>{$lang->datelimit_5days}</option>
    					<option value="10" {$datecutsel['10']}>{$lang->datelimit_10days}</option>
    					<option value="20" {$datecutsel['20']}>{$lang->datelimit_20days}</option>
    					<option value="50" {$datecutsel['50']}>{$lang->datelimit_50days}</option>
    					<option value="75" {$datecutsel['75']}>{$lang->datelimit_75days}</option>
    					<option value="100" {$datecutsel['100']}>{$lang->datelimit_100days}</option>
    					<option value="365" {$datecutsel['365']}>{$lang->datelimit_lastyear}</option>
    					<option value="9999" {$datecutsel['9999']}>{$lang->datelimit_beginning}</option>
    				</select>
    				{$gobutton}
    			</form>
    		</td>
    	</tr>
    </table>
    <div class="float_left">
    	{$multipage}
    </div>
    <div class="float_right" style="margin-top: 4px;">
    	{$newthread}
    </div>
    <br style="clear: both;" />
    <br />
    <div class="float_left">
    	<div class="float_left">
    		<dl class="thread_legend smalltext">
    			<dd><img src="{$theme['imgdir']}/newfolder.gif" alt="{$lang->new_thread}" title="{$lang->new_thread}" /> {$lang->new_thread}</dd>
    			<dd><img src="{$theme['imgdir']}/newhotfolder.gif" alt="{$lang->new_hot_thread}" title="{$lang->new_hot_thread}" /> {$lang->new_hot_thread}</dd>
    			<dd><img src="{$theme['imgdir']}/hotfolder.gif" alt="{$lang->hot_thread}" title="{$lang->hot_thread}" /> {$lang->hot_thread}</dd>
    		</dl>
    	</div>
    
    	<div class="float_left">
    		<dl class="thread_legend smalltext">
    			<dd><img src="{$theme['imgdir']}/folder.gif" alt="{$lang->no_new_thread}" title="{$lang->no_new_thread}" /> {$lang->no_new_thread}</dd>
    			<dd><img src="{$theme['imgdir']}/dot_folder.gif" alt="{$lang->posts_by_you}" title="{$lang->posts_by_you}" /> {$lang->posts_by_you}</dd>
    			<dd><img src="{$theme['imgdir']}/lockfolder.gif" alt="{$lang->locked_thread}" title="{$lang->locked_thread}" /> {$lang->locked_thread}</dd>
    		</dl>
    	</div>
    	<br style="clear: both" />
    </div>
    
    <div class="float_right" style="text-align: right;">
    	{$inlinemod}
    	{$searchforum}
    	{$forumjump}
    </div>
    <br style="clear: both" />
    {$inline_edit_js}

  • Template Name: dld_forumdisplay_threadlist_rating
  • Template Content:

    HTML Code
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    | <a href="{$sorturl}&amp;sortby=rating&amp;order=desc">{$lang->rating}</a> {$orderarrow['rating']}
    <script type="text/javascript" src="jscripts/rating.js?ver=1400"></script>
    <script type="text/javascript">
    <!--
    	lang.stars = new Array();
    	lang.stars[1] = "{$lang->one_star}";
    	lang.stars[2] = "{$lang->two_stars}";
    	lang.stars[3] = "{$lang->three_stars}";
    	lang.stars[4] = "{$lang->four_stars}";
    	lang.stars[5] = "{$lang->five_stars}";
    // -->
    </script>

  • Template Name: dld_forumdisplay_thread_rating
  • Template Content:

    HTML Code
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    <div align="center" id="rating_table_{$thread['tid']}">
    	<ul class="star_rating{$not_rated}" id="rating_thread_{$thread['tid']}">
    		<li style="width: {$thread['width']}%" class="current_rating" id="current_rating_{$thread['tid']}">{$ratingvotesav}</li>
    	</ul>
    	<script type="text/javascript">
    	<!--
    		Rating.build_forumdisplay({$thread['tid']}, { width: '{$thread['width']}', extra_class: '{$not_rated}', current_average: '{$ratingvotesav}' });
    	// -->
    	</script>
    </div>

  • Template Name: dld_forumdisplay_thread
  • Template Content:

    HTML Code
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    17
    18
    19
    20
    21
    22
    23
    24
    25
    26
    27
    28
    29
    30
    31
    32
    33
    34
    35
    36
    37
    38
    39
    40
    41
    42
    43
    44
    45
    46
    47
    48
    49
    50
    51
    52
    53
    54
    55
    56
    57
    58
    59
    60
    61
    62
    63
    64
    65
    66
    67
    68
    <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder" style="clear: both;">
    	<tr>
    		<td class="thead" align="center" colspan="{$colspan}">
    			<div><strong><a href="{$thread['threadlink']}" class="{$inline_edit_class} {$new_class}" id="tid_{$inline_edit_tid}">{$thread['subject']}</a></strong></div>
    			<div class="author smalltext">{$lang->author}: {$thread['profilelink']}</div>
    			{$rating}
    		</td>
    	</tr>
    	<tr>
    		<td class="{$bgcolor}" width="40%">
    			<span class="float_left">
    				<img src="{$theme['imgdir']}/{$folder}.gif" alt="{$folder_label}" title="{$folder_label}" />{$GLOBALS['threadfields']['fupload']['icon']}{$icon}{$prefix}{$gotounread}
    			</span>
    			<span class="float_right">
    				{$GLOBALS['threadfields']['fcat']}
    			</span>
    			<br class="clear" />
    			<div align="center">
    				<table border="0" width="100%">
    					<tr>
    						<td>File Name</td><td width="1">:</td>
    						<td>{$GLOBALS['threadfields']['fupload']['filename']}</td>
    					</tr>
    					<tr>
    						<td>File Size</td><td>:</td>
    						<td>{$GLOBALS['threadfields']['fupload']['filesize_friendly']}</td>
    					</tr>
    					<tr>
    						<td>Uploaded</td><td>:</td>
    						<td>{$GLOBALS['threadfields']['fupload']['upload_date']}</td>
    					</tr>
    					<tr>
    						<td>Last Update</td><td>:</td>
    						<td>{$GLOBALS['threadfields']['fupload']['update_date']}</td>
    					</tr>
    					<tr>
    						<td>Downloaded</td><td>:</td>
    						<td>{$GLOBALS['threadfields']['fupload']['downloads_friendly']}</td>
    					</tr>
    				</table>
    			</div>
    			<div align="center">
    				{$GLOBALS['threadfields']['fupload']['value']}
    			</div>
    		</td>
    	
    		<td class="{$bgcolor}" width="60%">
    			<div align="center">
    				<a href="{$GLOBALS['threadfields']['fscr']['url']}" target="_blank"><img src="{$GLOBALS['threadfields']['fscr']['thumbs']['320x240']['url']}" alt="{$thread['subject']} Screenshot" title="{$thread['subject']} Screenshot" width="{$GLOBALS['threadfields']['fscr']['thumbs']['320x240']['w']}" height="{$GLOBALS['threadfields']['fscr']['thumbs']['320x240']['h']}" /></a>
    			</div>
    		</td>
    		{$modbit}
    	</tr>
    	<tr>
    		<td class="{$bgcolor}" colspan="{$colspan}">
    			{$GLOBALS['threadfields']['fdesc']}
    			<br class="clear" />
    			<span class="float_right smalltext">
    				<em>
    				{$thread['views']} {$lang->views},
    				<a href="javascript:MyBB.whoPosted({$thread['tid']});">{$thread['replies']}</a>{$unapproved_posts} {$lang->replies},
    				<a href="{$thread['lastpostlink']}">{$lang->lastpost}</a>: {$lastposterlink}, {$lastpostdate} {$lastposttime}
    				</em>
    			</span>
    		</td>
    	</tr>
    </table>
    <br />

  • Template Name: dld_showthread
  • Template Content:

    HTML Code
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    17
    18
    19
    20
    21
    22
    23
    24
    25
    26
    27
    28
    29
    30
    31
    32
    33
    34
    35
    36
    37
    38
    39
    40
    41
    42
    43
    44
    45
    46
    47
    48
    49
    50
    51
    52
    53
    54
    55
    56
    57
    58
    59
    60
    61
    62
    63
    64
    65
    66
    67
    68
    69
    70
    71
    72
    73
    74
    75
    76
    77
    78
    79
    80
    81
    82
    83
    84
    85
    86
    87
    88
    89
    90
    91
    92
    93
    94
    95
    96
    97
    98
    99
    100
    101
    102
    103
    104
    105
    106
    107
    108
    109
    110
    111
    112
    113
    114
    115
    116
    117
    118
    119
    120
    121
    122
    123
    124
    125
    126
    127
    <html>
    <head>
    <title>{$thread['subject']}</title>
    {$headerinclude}
    <script type="text/javascript">
    <!--
    	var quickdelete_confirm = "{$lang->quickdelete_confirm}";
    // -->
    </script>
    <script type="text/javascript" src="jscripts/thread.js?ver=1400"></script>
    </head>
    <body>
    	{$header}
    	{$pollbox}
    	<div class="float_left">
    		{$multipage}
    	</div>
    	<div class="float_right">
    		{$newreply}
    	</div>
    	{$ratethread}
    	<br class="clear" />
    	<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder" style="clear: both; border-bottom-width: 0;">
    		<tr>
    			<td class="thead" colspan="2">
    				<div style="float: right;">
    					<span class="smalltext"><strong><a href="showthread.php?mode=threaded&amp;tid={$tid}&amp;pid={$pid}#pid{$pid}">{$lang->threaded}</a> | <a href="showthread.php?mode=linear&amp;tid={$tid}&amp;pid={$pid}#pid{$pid}">{$lang->linear}</a></strong></span>
    				</div>
    				<div>
    					<strong>{$thread['subject']}</strong>
    				</div>
    			</td>
    		</tr>
    		<tr>
    			<td class="tcat" colspan="2">
    				<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder" style="clear: both;">
    					<tr>
    						<td class="trow1" width="40%">
    							<table border="0" width="100%">
    								<tr>
    									<td>File Name</td><td width="1">:</td>
    									<td>{$GLOBALS['threadfields']['fupload']['filename']}</td>
    								</tr>
    								<tr>
    									<td>File Size</td><td>:</td>
    									<td>{$GLOBALS['threadfields']['fupload']['filesize_friendly']}</td>
    								</tr>
    								<tr>
    									<td>Uploaded</td><td>:</td>
    									<td>{$GLOBALS['threadfields']['fupload']['upload_date']}</td>
    								</tr>
    								<tr>
    									<td>Last Update</td><td>:</td>
    									<td>{$GLOBALS['threadfields']['fupload']['update_date']}</td>
    								</tr>
    								<tr>
    									<td>Downloaded</td><td>:</td>
    									<td>{$GLOBALS['threadfields']['fupload']['downloads_friendly']}</td>
    								</tr>
    							</table>
    						</td>
    	
    						<td class="trow1" width="60%">
    							<div align="center">
    								<a href="{$GLOBALS['threadfields']['fscr']['url']}" target="_blank"><img src="{$GLOBALS['threadfields']['fscr']['thumbs']['320x240']['url']}" alt="{$thread['subject']} Screenshot" title="{$thread['subject']} Screenshot" width="{$GLOBALS['threadfields']['fscr']['thumbs']['320x240']['w']}" height="{$GLOBALS['threadfields']['fscr']['thumbs']['320x240']['h']}" /></a>
    							</div>
    						</td>
    					</tr>
    					<tr>
    						<td class="trow1" colspan="2">
    							<span class="float_left smalltext">
    								{$GLOBALS['threadfields']['fupload']['value']}
    							</span>
    							<span class="float_right smalltext">
    								<em>
    								Category: {$GLOBALS['threadfields']['fcat']}
    								{$lang->views} {$thread['views']},
    								{$lang->replies} <a href="javascript:MyBB.whoPosted({$thread['tid']});">{$thread['replies']}</a>{$unapproved_posts} 
    								</em>
    							</span>
    						</td>
    					</tr>
    				</table>
    			</td>
    		</tr>
    		{$classic_header}
    	</table>
    	<div id="posts">
    		{$first_post}{$posts}
    	</div>
    	<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder" style="border-top-width: 0;">
    		<tr>
    			<td colspan="2" class="tfoot">
    				{$search_thread}
    				<div>
    					<strong>&laquo; <a href="{$next_oldest_link}">{$lang->next_oldest}</a> | <a href="{$next_newest_link}">{$lang->next_newest}</a> &raquo;</strong>
    				</div>
    			</td>
    		</tr>
    	</table>
    	<div class="float_left">
    		{$multipage}
    	</div>
    	<div style="padding-top: 4px;" class="float_right">
    		{$newreply}
    	</div>
    	<br style="clear: both;" />
    	{$quickreply}
    	{$threadexbox}
    	{$similarthreads}
    	<br />
    	<div class="float_left">
    		<ul class="thread_tools">
    			<li class="printable"><a href="printthread.php?tid={$tid}">{$lang->view_printable}</a></li>
    			<li class="sendthread"><a href="sendthread.php?tid={$tid}">{$lang->send_thread}</a></li>
    			<li class="subscription_{$add_remove_subscription}"><a href="usercp2.php?action={$add_remove_subscription}subscription&amp;tid={$tid}&amp;my_post_key={$mybb->post_code}">{$add_remove_subscription_text}</a></li>
    		</ul>
    	</div>
    
    	<div class="float_right" style="text-align: right;">
    		{$moderationoptions}
    		{$forumjump}
    	</div>
    	<br style="clear: both;" />
    	{$footer}
    </body>
    </html>


    We can add the download system in dld_postbit_first and dld_postbit_first_classic template if we want. But in this example, we add it in dld_showthread template.

  • Template Name: dld_forumdisplay_threads_sep
  • Template Content:

    HTML Code
    1
    2
    3
    4
    5
    6
    7
    8
    <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder" style="clear: both;">
    	<tr>
    		<td class="thead" align="center">
    			<div><strong>Normal Downloads</strong></div>
    		</td>
    	</tr>
    </table>
    <br />

  • Template Name: dld_forumdisplay_sticky_sep
  • Template Content:

    HTML Code
    1
    2
    3
    4
    5
    6
    7
    8
    <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder" style="clear: both;">
    	<tr>
    		<td class="thead" align="center">
    			<div><strong>Important Downloads</strong></div>
    		</td>
    	</tr>
    </table>
    <br />



Screenshots:
There is no change for the screenshots. All the EDIT above will get the same layout.

1. User create a download thread:

[Image: opzg2t.jpg]

2. User view the post:

[Image: 2he8tc8.jpg]

3. Thread List:

[Image: 105xwm9.jpg]

I'm sorry for my English Smile

(This post was last modified: 10-23-2011 05:49 AM by RateU.)
04-30-2010 04:26 AM
Find all posts by this user Quote this message in a reply

« Next Oldest | Next Newest »

Messages In This Thread
Download System - RateU - 04-30-2010 04:26 AM
RE: Download System - ZiNgA BuRgA - 04-30-2010, 02:26 PM
RE: Download System - Pirata Nervo - 05-01-2010, 04:17 AM
RE: Download System - ZiNgA BuRgA - 05-01-2010, 10:20 AM
RE: Download System - wnd - 05-05-2010, 09:42 AM
RE: Download System - RateU - 05-05-2010, 12:11 PM
RE: Download System - leefish - 05-06-2010, 06:17 AM
RE: Download System - ZiNgA BuRgA - 05-06-2010, 07:41 AM
RE: Download System - leefish - 05-06-2010, 09:04 AM
RE: Download System - leefish - 05-07-2010, 07:02 AM
RE: Download System - RateU - 05-07-2010, 09:17 AM
RE: Download System - wnd - 05-17-2010, 05:44 AM
RE: Download System - RateU - 05-17-2010, 04:26 PM
RE: Download System - x-Treme - 05-29-2010, 03:38 AM
RE: Download System - RateU - 05-29-2010, 03:51 AM
RE: Download System - x-Treme - 05-29-2010, 04:38 AM
RE: Download System - RateU - 05-29-2010, 05:11 AM
RE: Download System - JonP - 06-25-2010, 04:19 AM
RE: Download System - RateU - 06-25-2010, 04:28 AM
RE: Download System - Hitman - 08-04-2010, 11:17 PM
RE: Download System - RateU - 08-05-2010, 06:17 AM
RE: Download System - Gypaete - 08-21-2010, 11:59 PM
RE: Download System - RateU - 08-22-2010, 03:44 AM
RE: Download System - Gypaete - 08-22-2010, 03:56 AM
RE: Download System - RateU - 08-22-2010, 04:19 AM
RE: Download System - Jumper - 09-12-2010, 10:51 AM
RE: Download System - leefish - 09-12-2010, 11:21 AM
RE: Download System - RateU - 09-13-2010, 03:44 AM
RE: Download System - Jumper - 09-13-2010, 09:48 AM
RE: Download System - RateU - 09-14-2010, 07:09 AM
RE: Download System - Richard.R - 10-01-2010, 04:44 PM
RE: Download System - matulek - 10-11-2010, 08:07 AM
RE: Download System - RateU - 10-11-2010, 09:15 AM
RE: Download System - x-Treme - 10-18-2010, 11:22 PM
RE: Download System - RateU - 10-19-2010, 02:05 AM
RE: Download System - RateU - 11-11-2010, 04:08 AM
RE: Download System - jim7777 - 11-20-2010, 01:49 PM
RE: Download System - ZiNgA BuRgA - 11-20-2010, 04:52 PM
RE: Download System - jim7777 - 11-20-2010, 10:01 PM
RE: Download System - ZiNgA BuRgA - 11-20-2010, 10:06 PM
RE: Download System - jim7777 - 11-20-2010, 10:14 PM
RE: Download System - ZiNgA BuRgA - 11-21-2010, 09:47 AM
RE: Download System - kaixer - 12-26-2010, 09:51 AM
RE: Download System - RateU - 12-26-2010, 10:20 AM
RE: Download System - kaixer - 12-26-2010, 10:24 AM
RE: Download System - RateU - 12-26-2010, 10:28 AM
RE: Download System - ZiNgA BuRgA - 12-26-2010, 10:50 PM
RE: Download System - kaixer - 12-27-2010, 10:32 AM
RE: Download System - ZiNgA BuRgA - 12-28-2010, 02:48 PM
RE: Download System - Vapor - 01-06-2011, 03:28 AM
RE: Download System - x-Treme - 01-06-2011, 03:30 AM
RE: Download System - leefish - 01-06-2011, 03:42 AM
RE: Download System - Vapor - 01-06-2011, 05:30 AM
RE: Download System - RocketFoot - 01-28-2011, 11:02 PM
RE: Download System - RateU - 01-29-2011, 02:11 AM
RE: Download System - RocketFoot - 01-29-2011, 02:15 AM
RE: Download System - RateU - 01-29-2011, 02:21 AM
RE: Download System - RocketFoot - 01-29-2011, 02:27 AM
RE: Download System - Skiilz - 01-29-2011, 02:48 AM
RE: Download System - x-Treme - 01-29-2011, 02:37 AM
RE: Download System - RocketFoot - 01-29-2011, 02:40 AM
RE: Download System - RocketFoot - 01-29-2011, 03:33 AM
RE: Download System - RateU - 01-29-2011, 07:43 AM
RE: Download System - RocketFoot - 01-29-2011, 07:47 AM
RE: Download System - RateU - 01-29-2011, 08:26 AM
RE: Download System - RocketFoot - 02-06-2011, 01:51 PM
RE: Download System - ZiNgA BuRgA - 02-06-2011, 02:11 PM
RE: Download System - RocketFoot - 02-06-2011, 02:16 PM
RE: Download System - ZiNgA BuRgA - 02-06-2011, 02:31 PM
RE: Download System - RocketFoot - 02-06-2011, 02:37 PM
RE: Download System - RateU - 02-07-2011, 05:03 AM
RE: Download System - jim7777 - 03-01-2011, 11:24 PM
RE: Download System - RateU - 03-02-2011, 01:31 AM
RE: Download System - jim7777 - 03-02-2011, 08:52 PM
RE: Download System - RateU - 03-03-2011, 07:06 AM
RE: Download System - ZiNgA BuRgA - 03-03-2011, 11:09 AM
RE: Download System - zZJoennZz - 03-13-2011, 02:01 PM
RE: Download System - ZiNgA BuRgA - 03-13-2011, 10:42 PM
RE: Download System - Lich_king2 - 03-20-2011, 03:03 AM
RE: Download System - RateU - 03-20-2011, 07:10 AM
RE: Download System - maverick - 03-23-2011, 12:57 AM
RE: Download System - RateU - 03-23-2011, 01:48 AM
RE: Download System - maverick - 03-23-2011, 09:00 AM
RE: Download System - RateU - 03-23-2011, 09:30 AM
RE: Download System - RocketFoot - 04-28-2011, 07:59 AM
RE: Download System - ZiNgA BuRgA - 04-28-2011, 08:40 AM
RE: Download System - RocketFoot - 04-28-2011, 09:15 AM
RE: Download System - Lorenzo - 05-22-2011, 03:55 AM
RE: Download System - RateU - 05-22-2011, 04:31 AM
RE: Download System - Lorenzo - 05-22-2011, 05:12 AM
RE: Download System - RateU - 05-22-2011, 06:05 AM
RE: Download System - Lorenzo - 05-22-2011, 07:03 AM
RE: Download System - RateU - 05-22-2011, 07:23 AM
RE: Download System - ZiNgA BuRgA - 05-22-2011, 09:39 AM
RE: Download System - Lorenzo - 05-22-2011, 12:24 PM
RE: Download System - ZiNgA BuRgA - 05-22-2011, 03:01 PM
RE: Download System - Lukehluke - 06-11-2011, 08:37 AM
RE: Download System - ZiNgA BuRgA - 06-11-2011, 11:12 AM
RE: Download System - Lukehluke - 06-12-2011, 02:13 AM
RE: Download System - Lich_king2 - 08-16-2011, 12:43 AM
RE: Download System - RateU - 08-16-2011, 02:06 AM
RE: Download System - RateU - 10-23-2011, 05:46 AM
RE: Download System - shawn - 10-23-2011, 06:42 AM
RE: Download System - RateU - 10-23-2011, 06:48 AM
RE: Download System - shawn - 10-23-2011, 06:49 AM
RE: Download System - RateU - 10-23-2011, 06:58 AM
RE: Download System - shawn - 10-23-2011, 07:08 AM
RE: Download System - RateU - 10-23-2011, 07:16 AM
RE: Download System - shawn - 10-23-2011, 08:19 AM
RE: Download System - ZiNgA BuRgA - 10-23-2011, 10:17 AM
RE: Download System - Yin - 03-09-2012, 07:17 AM
RE: Download System - RateU - 03-09-2012, 08:16 AM
RE: Download System - Yin - 03-09-2012, 08:20 AM
RE: Download System - RateU - 03-10-2012, 05:53 AM
RE: Download System - Yin - 03-10-2012, 06:05 AM
RE: Download System - RateU - 03-10-2012, 08:08 AM
RE: Download System - Yin - 03-10-2012, 10:38 AM
RE: Download System - Yin - 03-14-2012, 01:06 PM
RE: Download System - ZiNgA BuRgA - 03-14-2012, 04:03 PM
RE: Download System - Yin - 03-15-2012, 01:29 AM
RE: Download System - davidedison - 03-21-2012, 01:35 AM
RE: Download System - RateU - 03-21-2012, 03:01 AM
RE: Download System - Seabody - 08-03-2012, 06:13 PM
RE: Download System - RateU - 08-04-2012, 04:47 AM
RE: Download System - Seabody - 08-05-2012, 02:39 PM
RE: Download System - RateU - 08-06-2012, 03:35 AM
RE: Download System - Seabody - 08-06-2012, 03:58 PM
RE: Download System - RateU - 08-07-2012, 03:52 AM
RE: Download System - Seabody - 08-07-2012, 01:48 PM
RE: Download System - RateU - 08-08-2012, 01:08 AM
RE: Download System - Wolfseye - 09-03-2012, 02:02 AM
RE: Download System - RateU - 09-03-2012, 03:27 AM
RE: Download System - ZiNgA BuRgA - 09-03-2012, 09:39 AM
RE: Download System - WINBOY - 11-17-2012, 06:44 AM
RE: Download System - ZiNgA BuRgA - 11-17-2012, 07:06 PM
RE: Download System - WINBOY - 11-17-2012, 08:59 PM
RE: Download System - ZiNgA BuRgA - 11-17-2012, 09:28 PM
RE: Download System - WINBOY - 11-17-2012, 09:31 PM
RE: Download System - ZiNgA BuRgA - 11-17-2012, 11:44 PM
RE: Download System - WINBOY - 11-17-2012, 11:54 PM
RE: Download System - RateU - 11-18-2012, 05:21 AM
RE: Download System - WINBOY - 11-18-2012, 06:26 AM
RE: Download System - RateU - 11-18-2012, 07:10 AM
RE: Download System - WINBOY - 11-18-2012, 02:07 PM
RE: Download System - WINBOY - 11-18-2012, 02:56 PM
RE: Download System - WINBOY - 11-18-2012, 06:57 PM
RE: Download System - WINBOY - 11-18-2012, 10:02 PM
RE: Download System - WINBOY - 11-18-2012, 11:56 PM
RE: Download System - WINBOY - 11-21-2012, 05:08 PM
RE: Download System - Sama34 - 11-21-2012, 06:00 PM
RE: Download System - ZiNgA BuRgA - 11-21-2012, 07:01 PM
RE: Download System - WINBOY - 11-22-2012, 12:20 AM
RE: Download System - Seabody - 01-09-2013, 08:13 AM
RE: Download System - Sama34 - 01-09-2013, 01:00 PM
RE: Download System - Seabody - 01-09-2013, 05:27 PM
RE: Download System - leefish - 01-10-2013, 01:50 AM
RE: Download System - Sohil876 - 02-13-2013, 07:49 PM
RE: Download System - RateU - 02-14-2013, 01:40 AM
RE: Download System - Sohil876 - 02-14-2013, 07:14 PM
RE: Download System - Mantis - 03-02-2013, 09:24 PM
RE: Download System - Heisenberg - 04-24-2013, 05:01 PM
RE: Download System - RateU - 04-26-2013, 03:31 AM
RE: Download System - Heisenberg - 04-29-2013, 04:18 PM
RE: Download System - WINBOY - 04-28-2013, 03:42 AM
RE: Download System - RateU - 04-30-2013, 02:38 AM
RE: Download System - Dark - 05-22-2013, 09:39 AM
RE: Download System - ZiNgA BuRgA - 05-22-2013, 05:08 PM
RE: Download System - WINBOY - 06-01-2013, 04:55 PM
RE: Download System - ZiNgA BuRgA - 06-01-2013, 07:07 PM
RE: Download System - WINBOY - 06-02-2013, 04:03 AM
RE: Download System - WINBOY - 07-24-2013, 05:42 AM
RE: Download System - ZiNgA BuRgA - 07-24-2013, 09:53 AM
RE: Download System - WINBOY - 07-24-2013, 12:48 PM
RE: Download System - Seabody - 07-24-2013, 02:49 PM
RE: Download System - WINBOY - 07-24-2013, 02:51 PM
RE: Download System - ZiNgA BuRgA - 07-25-2013, 11:58 AM
RE: Download System - WINBOY - 07-25-2013, 12:00 PM
RE: Download System - RateU - 07-26-2013, 01:05 AM
RE: Download System - WINBOY - 07-26-2013, 01:24 AM
RE: Download System - ZiNgA BuRgA - 07-27-2013, 10:52 AM
RE: Download System - ikhwanulfikri - 08-04-2013, 04:45 AM
RE: Download System - ZiNgA BuRgA - 08-06-2013, 10:43 AM
RE: Download System - dthiago - 04-13-2014, 07:02 AM
RE: Download System - ZiNgA BuRgA - 05-10-2015, 10:22 PM
RE: Download System - WINBOY - 09-11-2020, 07:07 PM
RE: Download System - ZiNgA BuRgA - 02-28-2021, 08:55 PM

 Standard Tools
Forum Jump: