Results 11 to 16 of 16
-
13th Jan 2010, 10:37 PM #11Member
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.
-
13th Jan 2010, 11:03 PM #12Google 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."
-
13th Jan 2010, 11:16 PM #13MemberWebsite's:
FlowForums.com
-
14th Jan 2010, 04:54 AM #14MemberWebsite's:
mygamegalaxy.comedit for index
top:
PHP Code:<?php
include "funcs.php";
$downloads = $core->fetchDownloads();
?>
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>
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();
?>
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> </td></tr>
<tr><td><input type="text" name="sname" /></td><td><input type="text" name="surl" /></td><td> </td></tr>
<tr><td><small>Email</small></td><td> </td><td> </td></tr>
<tr><td><input type="text" name="email" /></td><td> </td><td> </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>
PHP Code:<?php
$core->modules(ob_get_contents());
?>
for both pages
PHP Code:<?=$core->templateVar("recentSearches")?>
-
14th Jan 2010, 05:19 AM #15BannedWebsite's:
RavenFaust.com USAWarez.com DLThe.Net DLThe.Comscreen shots?
-
14th Jan 2010, 04:48 PM #16OPBannedWebsite's:
FusionWarez.info SmokeHost.net Leechers.coyea I had to do what Smoky posted.
Sponsored Links
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
[WCDDL] Updating Submit page for ff plugin
By promiL` in forum Web Application/Script SupportReplies: 0Last Post: 18th Oct 2012, 03:34 PM -
[Selling] [Cheap] [HOT] Facebook Fan Page Advertising on page with 280K+ likes Heavy Traffic★
By nirmalpattara in forum Completed TransactionsReplies: 9Last Post: 3rd Feb 2012, 09:32 AM -
[WCDDL] wcddl submit help
By 1LinkDL in forum Web Application/Script SupportReplies: 5Last Post: 30th Apr 2011, 06:53 PM -
Would You submit? Paid DDL submission - We pay-you submit
By ushare in forum Webmaster DiscussionReplies: 7Last Post: 11th Jan 2011, 07:49 AM -
DDLMafia.net Submit page [suggestions]
By immortalxx in forum Community CooperativeReplies: 5Last Post: 30th Aug 2009, 07:16 AM
themaCreator - create posts from...
Version 3.53 released. Open older version (or...