Search results

  1. J

    [WCDDL] Send Confirmation Email

    If they are not interested on the email to confirm the submittions why send him? By default are yes. submit form. find <input type="submit" value="Submit Downloads" /> after add <input type="checkbox" name="confemail" /> I Dont want to receive the confirmation email. WCDDL...
  2. J

    Any chance for a twilight.ws submitter tool?

    yap but that like others (using fopen) have the issue whit some characters like & Try to submit for example command & conquer only send command and the same to urls.
  3. J

    Wcddl Search term

    that are impossible you are searching for an existing title, at least have 1
  4. J

    Wcddl Search term

    http://warezcoders.com/forum/viewtopic.php?f=15&t=756&start=0
  5. J

    [WCDDL] Top Sites by Category

    <? /*BEGIN_INFO Use this module to Create an page whit the top sites for each category<br />. By Stugas-ddl.org END_INFO*/ if(!defined("WCDDL_GUTS")) exit; $saida.='<table width="100%" border="0"><tr><td>The List of best sites by category<br /> Listed in order...
  6. J

    [WCDDL] Top Downloads by Category

    <?php /*BEGIN_INFO Use this module to Create an page whit the top downloads for each category<br />. By Stugas-ddl.org END_INFO*/ if(!defined("WCDDL_GUTS")) exit; foreach($core->allowed_types as $ty) { $output .= '<table width="100%" border="0"><tr class="row2"> <td><font...
  7. J

    Submit to DDL0.com & Get Rated High!

    you need to fix some title urls like this one download-22830-saw:-The-Video-Game-(2009).html missing the protocol http
  8. J

    Where did you go to learn php?

    to start best way are using the video tutorials http://idea22.com an good site on that.
  9. J

    Site Ratings on Other DDL Sites

    On Stugas the site rating are different, no care if is an forum or an blog, white or black have few members or thousand. Rank are attributed based only on submitted titles + whitelist. An whitelisted site get one rank plus, non whitelisted get an maximum of 4 and this is full automated.
  10. J

    Blacklisted Sites for DDL owners

    (is bump i now) some more khm.me ddl.khm.me warez2.khm.me warez.khm.me ddl2.khm.me freshwap.khm.me i don't now if have more subdomains
  11. J

    DDL Receive confirmation email Yes/No?

    Hi, mattes. Introduce an option to the submitter receive or reject the confirmation email? I presume this option should be implemented on DDL. Many of users are not interested in receive 20+ emails when use an autosubmitter. And for the sites are less an resource used. Is an simple change...
  12. J

    Which filehost comes better after rapidshare

    Filefactory. Can remote upload from any http/ftp/torrent Remote from rs to ff and ff to rs And they pay $10 for 10000 downloads too.
  13. J

    What do you think of this?

    An very good idea. But it must be accompanied with a list of global rules for DDL
  14. J

    Need post generator script

    Here is one. http://rapidshare.com/files/294759956/Gerador_de_post_original.rarAre in Portuguese u have lot of work to do on translating. It creates the code in html you can add bbcodes or edit the code to generate in bbcode instead. All rest are 5*
  15. J

    Warezlinkers: submitted msg in topic [phpbb3]

    YOU will need first to have installed the in-forum submitter by warezlinkers.comhttp://warezcoders.com/code/warezlinkers_ifs.zipSQL ALTER TABLE phpbb_posts ADD `submited` varchar(255) NOT NULL;Open: styles/~{Your Style}~/template/viewtopic_body.html Find: After add: <div...
  16. J

    Automatic Signature maker

    Why doesn't work, cud be some error whit the users onle since that info are cached for 300s, and cud be missed, but shold work nicely.
  17. J

    Automatic Signature maker

    you are using the activity mod try whit $cache->get('_active_users')
  18. J

    WcDDL Empty Downloads

    The problem must be on your host. Try to limit the amount of dowloads to accept each time.
  19. J

    Search

    Or try this <form action="index.php" method="post"> <input type="text" name="q" value="" size="20" /> <p><?php echo '<SELECT name=type>'; echo '<OPTION selected>All</option>'; foreach($core->allowed_types as $type) { echo '<OPTION value='.$type.'>...
  20. J

    ddls that require no link back?

    WWW.Stugas-DDL.org During the weekend (sat,sun).
Back
Top