Results 1 to 10 of 16
Threaded View
-
14th Jan 2010, 04:54 AM #13MemberWebsite'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")?>
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.56 released. Open older version (or...