Hi all,
I submit downloads to katz.cd and a scripts that helps me with this.. I also use downloadwarez.org and Phazeporn.com with the same script, but before i can submit to those i have to edit the scripts and replace katz.cd/submit.php to phazeporn.com/submit.php or downloadwarez.org/submit.php..
Could someone help me out with this script so i have 3 options in the pulldown menu for submitting to katz, downloadwarez or phazeporn?
Below the script:
Create custom template:
Name: waresub
Code:
Name:waresub_bit
code:
Edit: FORUMDISPLAY
I tried some myself but no succes, any help would be great!
Greetings,
Simmer
I submit downloads to katz.cd and a scripts that helps me with this.. I also use downloadwarez.org and Phazeporn.com with the same script, but before i can submit to those i have to edit the scripts and replace katz.cd/submit.php to phazeporn.com/submit.php or downloadwarez.org/submit.php..
Could someone help me out with this script so i have 3 options in the pulldown menu for submitting to katz, downloadwarez or phazeporn?
Below the script:
Create custom template:
Name: waresub
Code:
Code:
<div align="center"><table style="width: 900px; border-style:solid; font-family:tahoma; font-size:11px; padding:5px;"><tr><td>You are using: <b>TeAmEr's VBulletin Auto Sumitter</b>. Contact : Ask Saleem :-p .<br /><br />Important! Please be sure to check <a href="http://katz.cd/submit.php" target="_blank">all rules</a> before submitting to Katz Downloads. Failure to do so may result in your site getting banned. We strongly recommend that you read over <a href="http://www.katzforums.com/showthread.php?t=9905" target="_blank">best practises</a> in order to assure your submissions are up to our standards.<br /><br />
<br /><form name="add" action="http://katz.cd/submit.php" method="POST">
<span style="font-size:18px;">Downloads to Submit:</span><br /><br />
$WARE_SUBS
<br /><span style="font-size:18px;">Settings:</span><br /><br />Site Name: <input type="text" name="sname" class="form" size="30" value="$yoursitename"> Site URL: <input type="text" name="surl" class="form" size="30" value="$yoursiteurl"> Email: <input type="text" name="email" class="form" size="30" value="$youremail"><br />
<br /><input type="Submit" value="Submit Download(s)"></form>
</tr></td></table>
Name:waresub_bit
code:
Code:
<input type="text" name="title[]" class="form" maxlength="70" size="40" value="$topic_title">
Download Url:
<input type="text" name="url[]" class="form" maxlength="70" size="40" value="$yoursite$topic_url">
<select name="type[]" class=form>
<option value="XXX">XXX</option><option value="App">App</option><option value="Game">Game</option><option value="Movie">Movie</option><option value="TV">TV</option><option value="Music">Music</option><option value="eBook">eBook</option><option value="Template">Template</option><option value="Other">Other</option>
</select>
<a href="$yoursite$topic_url" target="_blank" class="mainmenu">Check Download</a><br />
Code:
After: <option value="movethread">$vbphrase[move_threads]</option>
Put: <option value="submitware">Submit to Katz</option>
I tried some myself but no succes, any help would be great!
Greetings,
Simmer