[vBulletin] Intergrated DDL Submitter v1.2

Status
Not open for further replies.

Curtis129

Active Member
739
2009
0
0
[vBulletin] Intergrated DDL Submitter v1.3

Hey guys.

Features:

  • Tabbed rules
  • Auto implements "Site Settings"
  • Ability to check threads using 'InlineMod' then select 'Submit to DDL'
  • Dramatically reduces submition time to DDL's you might be using
New features added:

  • Select All function
  • Better overall appearance
  • 'Submit to DDL' option is now only accessible by administrators
Files that need to be uploaded:

  • waresub/functions.js (for rule tabs)
  • waresub/index.html (directory protection)
  • waresub/wareconfig.php (NOTE!! This file must be edited!)
  • inlinemod.php (replace your original)

ScreenShot:
2ppd5cw.png


Almost forgot...

Code:
http://www.warezthegfx.com/waresub_3.x.x_v1.3.rar
Please give your thanks if you have used this!!
 
74 comments
awesome mod m8,
is it possible to add your own ddl websites to the addon by editting some files?
thanks
Yes you can.
PHP:
Open up templates >> waresub >> 
search for "<input type="Submit" class="button" name="katzsubmit" value="Katz Submit" onClick="javascript: form.action='http://katz.cd/submit.php';">" >> 
add underneath >> "<input type="Submit" class="button" name="yourddlsubmit" value="yourddl Submit" onClick="javascript: form.action='http://yourddl.url/submit.php';">"
Good luck :)
 
That would require a fopen script. im not looking into that type of code for this vbulletin product.
Just sweet short, and simple :)
 
Yes you can.
PHP:
Open up templates >> waresub >> 
search for "<input type="Submit" class="button" name="katzsubmit" value="Katz Submit" onClick="javascript: form.action='http://katz.cd/submit.php';">" >> 
add underneath >> "<input type="Submit" class="button" name="yourddlsubmit" value="yourddl Submit" onClick="javascript: form.action='http://yourddl.url/submit.php';">"
Good luck :)

thanks m8
 
I made this mod, not to tell you how to use it in different ways..
I think providing a new button for a new DDL is good enough help.

Enjoy :)
 
Status
Not open for further replies.
Back
Top