Activity Stream
48,167 MEMBERS
61038 ONLINE
besthostingforums On YouTube Subscribe to our Newsletter besthostingforums On Twitter besthostingforums On Facebook besthostingforums On facebook groups

Results 1 to 8 of 8
  1.     
    #1
    Member
    Website's:
    mygamegalaxy.com

    Thumbs up Auto submit to SuppaDDL from phpBB 3






    Installing

    Open: /styles/___your_theme_name___/template/mcp_forum.html

    Find:
    Code: 
                <!-- IF S_CAN_MAKE_ANNOUNCE -->
                    <option value="make_announce">{L_MAKE_ANNOUNCE}</option>
                    <option value="make_global">{L_MAKE_GLOBAL}</option>
                <!-- ENDIF -->
    After, add:

    Code: 
    <option value="submitsuppaddl">Submit to SuppaDDL</option>
    Open: /includes/mcp/mcp_main.php

    Find:

    Code: 
            $quickmod = ($mode == 'quickmod') ? true : false;
    
            switch ($action)
            {
    After, add:

    Code: 
            //SuppaDDL Forum Submitter
                case 'submitsuppaddl':
                    $topic_ids = request_var('topic_id_list', array(0));
                    submit3($topic_ids);
                break;
                //SuppaDDL Forum Submitter
    Find:

    Code: 
    /**
    * Lock/Unlock Topic/Post
    */
    function lock_unlock($action, $ids)
    Before, add:

    Code: 
    //
    //SuppaDDLStart
    //
    function submit3($topic_ids)
    {
    global $db;
    $sql = 'SELECT topic_id, topic_title
        FROM ' . TOPICS_TABLE . '
        WHERE ' . $db->sql_in_set('topic_id', $topic_ids);
        $result = $db->sql_query($sql);
        $topic_info = $db->sql_fetchrowset($result);
        $db->sql_freeresult($result);
    
    //Here's some basic settings.
    $yoursite = "http://yoursite.com/viewtopic.php?t="; //include link to the viewtopic, so everything is there except for the unique ID.
    $yoursiteurl = "http://yoursite.com";
    $youremail = "youremail@email.com";
    $yoursitename = "yoursite";
    
    //Spit out the page.
    print "<div align=\"center\"><table style=\"width: 900px; border-style:solid; font-family:tahoma; font-size:11px; padding:5px;\"><tr><td><tr><td>You are using: <b>Smoky's phpBB3 Auto Sumitter</b>.<br /><br />Important! Please be sure to check <a href=\"http://www.suppaddl.com/submit.php\" target=\"_blank\">all rules</a> before submitting to SuppaDDL Downloads. Failure to do so may result in your site getting banned.<br /><br />";
    print "<br /><form name=\"add\" action=\"http://www.suppaddl.com/submit.php\" method=\"POST\">";
    print "<span style=\"font-size:18px;\">Downloads to Submit to SuppaDDL:</span><br /><br />";
    foreach($topic_info as $topic_info)
    {
    $topic_title = $topic_info['topic_title'];
    $topic_url = $topic_info['topic_id'];
    print "Download Title: <input type=\"text\" name=\"title[]\" class=\"form\" maxlength=\"70\" size=\"40\" value=\"$topic_title\"> ";
    print "Download Url: <input type=\"text\" name=\"url[]\" class=\"form\" maxlength=\"70\" size=\"40\" value=\"$yoursite$topic_url\"> <select name=\"type[]\" class=form>
    
    <option value=\"App\">Appz</option>
    <option value=\"Game\">Game</option>
    <option value=\"Movie\">Movie</option>
    <option value=\"Music\">Music</option>
    <option value=\"TV\">TV</option>
    <option value=\"Ebooks\">eBook</option>
    <option value=\"Template\">Templates</option>
    <option value=\"Other\">Other</option>
    <option value=\"XXX\">XXX</option>
    
    
    </select> <a href=\"$yoursite$topic_url\" target=\"_blank\" class=\"mainmenu\">Check Download</a><br />";
    }
    print "<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 />";
    print "<br /><input type=\"Submit\" value=\"Submit Downloads\"></form>";
    print "</tr></td></table>";
    
    
    exit;
    }
    //
    //SuppaDDLEnd
    //
    Erratic, the original author "moded" by smoky
    smoky Reviewed by smoky on . Auto submit to SuppaDDL from phpBB 3 http://www.besthostingforums.com/images/cdn/besthostingforums.com/2009/06/21.jpg http://www.besthostingforums.com/images/cdn/besthostingforums.com/2009/06/22.jpg Installing Open: /styles/___your_theme_name___/template/mcp_forum.html Find: Rating: 5

    1SearchEngine you can choose where you want to search.

  2.   Sponsored Links

  3.     
    #2
    Member
    lol at least give credit to Erratic, the original author of that mod.

  4.     
    #3
    Super Member
    Did he search and replace?

    So kiss me and smile for me, say that you'll wait for me <'3

  5.     
    #4
    Member
    If you are going to steal someone's work and pass it off as your own, at least remove the original site's name from it lmfao


  6.     
    #5
    Member
    Website's:
    WareztheDDL.com GTFO.ws
    LMFAO! best fail ever!


  7.     
    #6
    Member
    lmao.

    good try tho?

    cheers mate

  8.     
    #7
    Respected Developer
    Website's:
    PlatinumW.org NexusDDL.com HD-United.org CheckLinks.org FLVD.org
    ROFL, at exploit's pic.

  9.     
    #8
    Banned
    O.O Fail . . .

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. PHP Auto tweet & fb submit
    By f4n3 in forum Web Development Area
    Replies: 4
    Last Post: 30th May 2012, 06:40 PM
  2. Please some site auto submit?
    By luxubu in forum Forum and DDL Discussion
    Replies: 4
    Last Post: 29th Aug 2011, 11:55 AM
  3. Forum on PhpBB or VB that submit posts to DDL sites
    By evlo in forum Forum and DDL Discussion
    Replies: 0
    Last Post: 16th Aug 2011, 06:54 PM
  4. in-forum auto submit?
    By Azzid in forum Forum and DDL Discussion
    Replies: 0
    Last Post: 17th Apr 2011, 11:03 PM
  5. ipb auto submit
    By risingfatalities in forum Webmaster Discussion
    Replies: 0
    Last Post: 15th Mar 2009, 05:25 PM

Tags for this Thread

BE SOCIAL