Bravo List
Register
Go Back   > Bravo List > Source Code > Archived Trackers > Template Shares
Reply
  #11  
Old 9th June 2019, 12:58
MasterMan MasterMan is offline
Senior Member
 
Join Date: Jan 2012
P2P
Posts: 141
Default
Quote:
Originally Posted by Napon View Post
Yes its working 100% test done on a live server so i know its works and edit torrent works too

well done


can you make it work with CloudFlare on https??


if you make this happen, it would be the bomb


keep it up dude!
Reply With Quote
  #12  
Old 9th June 2019, 20:22
papad's Avatar
papad papad is offline
Administrator
 
Join Date: Feb 2013
P2P
Posts: 146
Default
See what happens Napon when you give something back...

Quote:
MasterMan: well done/keep it up dude!
Reply With Quote
  #13  
Old 9th June 2019, 21:17
Napon Napon is offline
Banned
 
Join Date: Feb 2016
P2P
Posts: 522
Default
Click the image to open in full size. MasterMan


ill put on live server and start work on what you want also add the captcha so its done will update github when done



Click the image to open in full size. papad


True mate
Reply With Quote
The Following User Says Thank You to Napon For This Useful Post:
MasterMan (10th June 2019)
  #14  
Old 10th June 2019, 02:57
MasterMan MasterMan is offline
Senior Member
 
Join Date: Jan 2012
P2P
Posts: 141
Default
massive work on this script m8 :)


if you add the cloudflare integrated into it .. it would be the only working script for me so far!


look forward to it and thans again m80
Reply With Quote
  #15  
Old 10th June 2019, 11:14
Napon Napon is offline
Banned
 
Join Date: Feb 2016
P2P
Posts: 522
Default
nps mate im working on it as we speak
Reply With Quote
The Following User Says Thank You to Napon For This Useful Post:
MasterMan (11th June 2019)
  #16  
Old 11th June 2019, 03:03
MasterMan MasterMan is offline
Senior Member
 
Join Date: Jan 2012
P2P
Posts: 141
Default
look forward to it m8

Last edited by Thor; 8th August 2019 at 11:00. Reason: Don't Quote a Post that's directly above, use the Reply button instead.
Reply With Quote
  #17  
Old 25th July 2019, 18:07
dj_otrov's Avatar
dj_otrov dj_otrov is offline
Senior Member
 
Join Date: Jan 2012
Bulgaria
Posts: 142
Default
Click the image to open in full size.

Index

Last edited by Thor; 27th July 2019 at 10:24. Reason: Uploaded Image to a decent Host
Reply With Quote
  #18  
Old 31st July 2019, 14:57
Stortebeker Stortebeker is offline
Member
 
Join Date: May 2019
Posts: 8
Default @dj_otrov
In your sql fiind in table tsue_templates the upload_torrent_one_step and replace the template-long text with

Code:
{$upload_javascript}

<form method="post" id="upload_torrent">

<div id="ifISeditTorrent">{$ifISeditTorrent}</div>

<div id="oneStepUpload">

	<!-- Torrent Files -->
	<div class="line">
		<div class="title">{$TSUE['TSUE_Language']->phrase['torrent_file']} <span class="required">*</span></div>
		<div class="alt">{$TSUE['TSUE_Language']->phrase['torrent_file_alt']}</div>
		<div class="alt">{$AnnounceURL}</div>
		<div id="upload_a_file" content_type="torrent_files"></div>
		<div id="upload_screenshot" content_type="torrent_screenshots"></div>
		<div class="floatleft"><img src="{$TSUE['TSUE_Settings']->settings['global_settings']['website_url']}/styles/{$TSUE['TSUE_Template']->ThemeName}/status/help_32.png" alt="{$TSUE['TSUE_Language']->phrase['upload_torrent_button_tip']}" title="{$TSUE['TSUE_Language']->phrase['upload_torrent_button_tip']}" class="middle pointer" /></div>
		<div class="clearfix"></div>
		<div id="torrentPreviewImages">{$torrentPreviewImages}</div>
	</div>

	<div class="clearfix"></div>
	
	{$generateCustomUploadFields['torrent_files']}
	<div class="clearfix"></div>
	<!-- Torrent Files -->
	
	<!-- Torrent Details -->
	<div class="line">
		<div class="title">{$TSUE['TSUE_Language']->phrase['torrent_details']}</div>
		<label for="name">{$TSUE['TSUE_Language']->phrase['torrent_name']} <span class="required">*</span></label>
		<div><input type="text" class="s text" name="name" id="name" value="{$Torrent['name']}" /></div>
		<div class="alt">{$TSUE['TSUE_Language']->phrase['torrent_name_alt']}</div>
	</div>

	<div class="line">
		<label for="tinymce_autoload">{$TSUE['TSUE_Language']->phrase['torrent_description']} <span class="required">*</span></label>
		<div>{$autoDescription}<textarea name="description" id="tinymce_autoload" class="tinymce">{$Torrent['description']}</textarea></div>
		<div class="alt">{$TSUE['TSUE_Language']->phrase['torrent_description_alt']}</div>
	</div>

	<div class="line double">
		<label for="cid">{$TSUE['TSUE_Language']->phrase['torrent_select_a_category']} <span class="required">*</span></label>
		<div>
			<select name="cid" id="cid" class="selectbox">
				<option value=""></option>
				{$prepareTorrentCategoriesSelectbox}
			</select>
		</div>
		<div class="alt">{$TSUE['TSUE_Language']->phrase['torrent_select_a_category_alt']}</div>
	</div>

	<div class="line double">
		<label for="tags">{$TSUE['TSUE_Language']->phrase['tags_for_this_torrent']}</label>
		<div><input type="text" class="s text" name="tags" id="tags" value="{$Torrent['tags']}" /></div>
		<div class="alt">{$TSUE['TSUE_Language']->phrase['tags_altv2']}</div>
	</div>

	<div class="clearfix"></div>

	{$generateCustomUploadFields['torrent_details']}
	<div class="clearfix"></div>
	<!-- Torrent Details -->

	<!-- Torrent Genres -->
	{$torrentGenres}
	<!-- Torrent Genres -->

	<!-- Torrent Options -->
	<div class="title">{$TSUE['TSUE_Language']->phrase['torrent_options']}</div>
	<div class="line double">
		<label for="annonymouse">{$TSUE['TSUE_Language']->phrase['torrent_anonymouse_uploader']}</label>
		<div>
			<input type="checkbox" name="annonymouse" id="annonymouse" class="checkbox" value="1"{$annonymouseChecked} />
			<span class="alt">{$TSUE['TSUE_Language']->phrase['torrent_anonymouse_uploader_alt']}</span>
		</div>
	</div>

	<div class="line double">
		<label for="record_stats">{$TSUE['TSUE_Language']->phrase['torrent_record_stats']}</label>
		<div>
			<input type="checkbox" name="record_stats" id="record_stats" class="checkbox" value="1"{$record_statsChecked}{$multipliersDisabled} />
			<span class="alt">{$TSUE['TSUE_Language']->phrase['torrent_record_stats_alt']}</span>
		</div>
	</div>

	<div class="line double">
		<label for="sticky">{$TSUE['TSUE_Language']->phrase['sticky_torrent']}</label>
		<div>
			<input type="checkbox" name="sticky" id="sticky" class="checkbox" value="1"{$stickyChecked}{$stickyDisabled} />
			<span class="alt">{$TSUE['TSUE_Language']->phrase['sticky_torrent_alt']}</span>
		</div>
	</div>

	<div class="line double">
		<label for="external">{$TSUE['TSUE_Language']->phrase['external_torrent']}</label>
		<div>
			<input type="checkbox" name="external" id="external" class="checkbox" value="1"{$externalChecked}{$externalDisabled} />
			<span class="alt">{$TSUE['TSUE_Language']->phrase['external_torrent_alt']}</span>
		</div>
	</div>

	<div class="clearfix"></div>

	<div class="line">
		<label for="hitRunRatio">{$TSUE['TSUE_Language']->phrase['torrent_hitrun_ratio']}</label>
		<div><input type="text" class="s text" name="hitRunRatio" id="hitRunRatio" value="{$Torrent['options']['hitRunRatio']}"{$hitRunRatioDisabled} /></div>
		<div class="alt">{$TSUE['TSUE_Language']->phrase['torrent_hitrun_ratio_alt']}</div>
	</div>

	<div class="line double">
		<label for="download_multiplier">{$TSUE['TSUE_Language']->phrase['torrent_download_multiplier']} [<span class="clickable small" id="setAutoMultipliers" rel="free">{$TSUE['TSUE_Language']->phrase['free_torrent']}</span>] [<span class="clickable small" id="setAutoMultipliers" rel="silver">{$TSUE['TSUE_Language']->phrase['silver_torrent']}</span>]</label>
		<div><input type="text" class="s text" name="download_multiplier" id="download_multiplier" value="{$Torrent['options']['download_multiplier']}"{$multipliersDisabled} /></div>
		<div class="alt">{$TSUE['TSUE_Language']->phrase['torrent_download_multiplier_alt']}</div>
	</div>

	<div class="line double">
		<label for="upload_multiplier">{$TSUE['TSUE_Language']->phrase['torrent_upload_multiplier']} [<span class="clickable small" id="setAutoMultipliers" rel="x2">{$TSUE['TSUE_Language']->phrase['x2_torrent']}</span>]</label>
		<div><input type="text" class="s text" name="upload_multiplier" id="upload_multiplier" value="{$Torrent['options']['upload_multiplier']}"{$multipliersDisabled} /></div>
		<div class="alt">{$TSUE['TSUE_Language']->phrase['torrent_upload_multiplier_alt']}</div>
	</div>

	<div class="clearfix"></div>

	<div class="line">
		<label for="imdb">{$TSUE['TSUE_Language']->phrase['torrent_imdb_url']}</label>
		<div><input type="text" class="s text" name="imdb" id="imdb" value="{$Torrent['options']['imdb']}" /></div>
		<div class="alt">{$TSUE['TSUE_Language']->phrase['torrent_imdb_url_alt']}</div>
	</div>

	<div class="clearfix"></div>
	
	{$generateCustomUploadFields['torrent_options']}
	<div class="clearfix"></div>
	<!-- Torrent Options -->

	<!-- Finish Upload -->
	<div class="line">
		<div class="title">{$TSUE['TSUE_Language']->phrase['torrent_finish_upload']}</div>
		<div class="alt">{$TSUE['TSUE_Language']->phrase['torrent_finish_upload_alt']}</div>
		<input type="button" value="{$uploadButtonPhrase}" id="finish_upload" class="submit" />
	</div>

	<div class="clearfix"></div>
	
	{$generateCustomUploadFields['torrent_finish_upload']}
	<div class="clearfix"></div>
	<!-- Finish Upload -->

	<div id="response">
		<img src="{$TSUE['TSUE_Settings']->settings['global_settings']['website_url']}/styles/{$TSUE['TSUE_Template']->ThemeName}/ajax/fb_ajax-loader.gif" alt="" title="" /> <span class="responseText"></span>
	</div>
</div>

<div id="ajax_attachments"></div>
</form>
Reply With Quote
  #19  
Old 2nd August 2019, 09:33
Napon Napon is offline
Banned
 
Join Date: Feb 2016
P2P
Posts: 522
Default
if only you went to my github you would have hed the fix for it github stock
Reply With Quote
  #20  
Old 4th August 2019, 11:32
mitch mitch is offline
Senior Member
 
Join Date: Jan 2012
France
Posts: 46
Default
hi, I had to install all the existing trackers, but I have to say that this one is really impressive! By its included features, it is really complete, good job!

The only thing I can't find is:
how do you upload a picture when you want to propose a torrent?
and where are these two parameters located?:
Quote:
MySQL ft_min_word_len is 4 on this server.
Please decrease this value to 3 .
Quote:
MySQL max_allowed_packet is 16 MB on this server.
You need to increase this variable at least 20MB.
Reply With Quote
Reply

Tags
22fmedition , tsue

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump



All times are GMT +2. The time now is 01:12. vBulletin skin by ForumMonkeys. Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.