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

Page 2 of 2 FirstFirst 12
Results 11 to 16 of 16
  1.     
    #11
    Member
    Could you post your fix so others having this problem can benefit?
    Not me personally but I'm sure others who Google this problem might like to have an answer.

  2.   Sponsored Links

  3.     
    #12
    Google Corp.
    ^ its easy, just cut/paste the php from WCDDLv2 to which ever v1 skin you want to convert to v2.
    Life asked Death: "Why do people love me, but hate you?"
    Death responded: "Because you're a beautiful lie and I'm the painful truth."


  4.     
    #13
    Member
    Website's:
    FlowForums.com
    Quote Originally Posted by Benzoman View Post
    Could you post your fix so others having this problem can benefit?
    Not me personally but I'm sure others who Google this problem might like to have an answer.
    He didn't update all the php to version 2 is why.

  5.     
    #14
    Member
    Website's:
    mygamegalaxy.com
    edit for index


    top:
    PHP Code: 
    <?php
    include "funcs.php";
    $downloads $core->fetchDownloads();
    ?>
    download:
    PHP Code: 
    <table width="100%" border="0">
            <tr><td>Type</td><td><strong>Title</strong></td><td>Views</td><td>Rating</td></tr>
            <?php
            
    foreach($downloads as $dl) {
            
    ?>
            <tr><td><?=$dl['type']?></td><td><a href="download.php?id=<?=$dl['id']?>"><?=$dl['title']?></a></td><td><?=$dl['views']?></td><td><?=$dl['rating']?></td></tr>
            <?php
            
    }
            
    ?>
            <tr><td colspan="4">
            <?php
            
    echo $core->pageHTML($core->pageList);
            
    ?>
            </td></tr>
            </table>
    end:
    PHP Code: 
    <?php
    $core
    ->modules(ob_get_contents());
    ?>




    submit page.


    top:
    PHP Code: 
    <?php
    include "funcs.php";
        if(isset(
    $_POST) && !empty($_POST))
            
    $sub_success $core->doSubmit();
    ?>
    submit:
    PHP Code: 
    <form action="" method="post">
                    <table width="100%" border="0">
                    <tr><td><small>Title</small></td><td><small>URL</small></td><td><small>Type</small></td></tr>
                    <?php
                    
    for($i=1;$i<=10;$i++) {
                    
    ?>
                    <tr><td><input type="text" name="title[]" /></td><td><input type="text" name="url[]" /></td><td><select name="type[]">
                    <?php
                    
    foreach($core->allowed_types as $at) {
                        echo 
    '<option value="'.$at.'">'.$at.'</option>';
                    }
                    
    ?>
                    </select></td></tr>
                    <?php
                    
    }
                    
    ?>
                    <tr><td><small>Site Name</small></td><td><small>Site URL</small></td><td>&nbsp;</td></tr>
                    <tr><td><input type="text" name="sname" /></td><td><input type="text" name="surl" /></td><td>&nbsp;</td></tr>
                    <tr><td><small>Email</small></td><td>&nbsp;</td><td>&nbsp;</td></tr>
                    <tr><td><input type="text" name="email" /></td><td>&nbsp;</td><td>&nbsp;</td></tr>
                    <tr><td colspan="3" align="center"><input type="submit" value="Submit Downloads" /></td></tr>
                    <tr><td colspan="3" align="center" style="color:#FF0000;"><?=$core->error?></td></tr>
                    <tr><td colspan="3" align="center" style="color:green;"><?=$sub_success?></td></tr>
                    </table>
                    </form>
    end:
    PHP Code: 
    <?php
    $core
    ->modules(ob_get_contents());
    ?>
    Recent Searches
    for both pages
    PHP Code: 
    <?=$core->templateVar("recentSearches")?>
    and this is all thats need to update 1 of my skin's or any wcddl (v1 - v2) skin.

    1SearchEngine you can choose where you want to search.

  6.     
    #15
    Banned
    Website's:
    RavenFaust.com USAWarez.com DLThe.Net DLThe.Com
    screen shots?

  7.     
    #16
    Banned
    Website's:
    FusionWarez.info SmokeHost.net Leechers.co
    yea I had to do what Smoky posted.

Page 2 of 2 FirstFirst 12

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. [WCDDL] Updating Submit page for ff plugin
    By promiL` in forum Web Application/Script Support
    Replies: 0
    Last Post: 18th Oct 2012, 03:34 PM
  2. [Selling] [Cheap] [HOT] Facebook Fan Page Advertising on page with 280K+ likes Heavy Traffic★
    By nirmalpattara in forum Completed Transactions
    Replies: 9
    Last Post: 3rd Feb 2012, 09:32 AM
  3. [WCDDL] wcddl submit help
    By 1LinkDL in forum Web Application/Script Support
    Replies: 5
    Last Post: 30th Apr 2011, 06:53 PM
  4. Would You submit? Paid DDL submission - We pay-you submit
    By ushare in forum Webmaster Discussion
    Replies: 7
    Last Post: 11th Jan 2011, 07:49 AM
  5. DDLMafia.net Submit page [suggestions]
    By immortalxx in forum Community Cooperative
    Replies: 5
    Last Post: 30th Aug 2009, 07:16 AM

Tags for this Thread

BE SOCIAL