Selling WCDDL News Mod

Status
Not open for further replies.

deAthbLisS

Active Member
1,393
2009
61
0
Hi,
I've finished coding the News mod for WCDDL.
Its working fine... i'll be adding more features to it soon.

Features:
1. You can Add News from Admin Panel.
2. You can Delete one or more News from Admin Panel.
3. News can be published to any page.
4. Date Taken Automatically.
5. Based on Database, not text file.


Screenshot:
v8j21y.jpg



Demo News:
Code:
http://the-ddl.org/news.php
Price: $10
Payment via Paypal Only

Thanks
Regards.
 
19 comments
Howdy mate!

Looks beautiful and hope it works that to, ill contact you via msn or pm so we can make a deal about this. This is something i really want on my coming DDL that we have been working on for some days now!

Ill guess i will return when i have had this mod installed and everything tested out with a small review of it.

Regards,
ViPER^-
 
Flash atleast supply the links for this mod if it already has been released by a member so we can compare, he may have built this himself !
 
lol.. flash don't report all my thread.
i know you want the wcddl hosts mod developed by for free.
Sorry mate i can't give it to you..

Full chat history of Flash
sdgsq1.jpg


i've coded it all day long.
Mods and admins plz see to it..
 
This is a free mod... Thread reported...
This is the second time i see you saying this and reporting a thread, cant you at least supply some more information about it? For me it seems pointless to just report and saying its free when you are not showing any evidence.

Regards,
ViPER^-
 
Nice simple and clever (as long as you coded it yourself). An idea for Version 2 would be to add a sidebar to pages which would display the Latest News. Sorta like what WJ and other forums have beside the Shoutbox. It doesn't have to have fancy javascript that scrolls. Just the last 3-4 news items. It wouldn't be too hard to do as all the info is already in the sql by the looks of it.
 
If you wish me to take a look at your code PM me, and if anyone has the link to the free one please pm me that.. ill compare and tell you if its a totally new module or just a another version of the free one
 
Well i m not a professional coder.
the idea was given by ViPER^-.
i studied the wcddl code and have done the coding..

if you think its a free mod.. available on the net.
plz close/delete the thread.

thanks
regards.
 
deathbliss you idiot search the warezcoders forum before posting the mod here and i was just asking for help... dont try to be smart..

EDIT : i am posting the link here and check the date of that CHAT.. Its 1 week old..
 
There it goes :
Code:
<?php
include "../funcs.php";
?>
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "[URL]http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd[/URL]">
 <html xmlns="[URL]http://www.w3.org/1999/xhtml[/URL]">
<head>
<title>WCDDL-Admin</title>
<link rel="stylesheet" type="text/css" href="../cssfox.css" media="screen" />
</head>

<style type="text/css"> 
body {
padding:3px;
}
</style>
<body class="tborder">

<table border="0" width="100%" cellpadding="0" cellspacing="0" align="center">
<tr class="header_bg">
    <td valign="middle"><a href="../index.php"><img src="../images/logo.gif" border="0" alt="Forums" /></a></td>

    
        <td align="right" id="header_right_cell">&nbsp;
        
    </td>
        
    
</tr>
</table>
<div class="vb_navbar">
<a href="../admin/index.php">WCDDL Admin</a> | <a href="../news/index.php">WarezNews Admin</a> </div>
<table border="0" width="100%" cellpadding="0" cellspacing="0" align="center" class="tborder">
<tr>


<table border="0" width="100%" cellpadding="0" cellspacing="0" align="center"class="tborder">
<?php
$password = "admin";  //CHANGE THE PASSWORD
extract($HTTP_GET_VARS);
extract($HTTP_POST_VARS);
if ($action != "admin" && $action != "login" && $action!= "temp3"){
?>
<CENTER><H1>NEWS ADMIN CP</H1></CENTER>
<body bgcolor="#00000">
<center><table align=middle><td align=left width=20%>
<tr><td height="27" colspan="2"><FONT SIZE="4" COLOR="#ffffff">:: wcddl News  ::</FONT></td><tr><td>LOGIN</td></tr><tr><form method=post action="?action=login"><td>Password:</td><td><input type=password name=pass>&nbsp;<input type=submit value=login></td></tr></form></table></center>
<?php
}
if ($action=="login"){
if ($pass==$password){
echo"Login successful";
$fd = fopen ("news.txt", "r"); 
$stuff = fread ($fd, filesize ("news.txt")); 
fclose ($fd);
php?>

<td height="399" width="100%" valign="top"> 
<form method="post" action="?action=temp3&te=news.txt">
<table width="100%" border="0" cellpadding="5" cellspacing="0">
<tr> 
<td><font size="1">Edit News:</font></td>
</tr>
<tr> 
<td width="100%"> 
<textarea name="cont" cols="70" rows="20"><?php  echo $stuff ?></textarea>
</td>
</tr>
<tr> 
<td width="86%">&nbsp; 
<input type="submit" name="Submit" value="Save"><input type="button" name="Cancel" value="Cancel" onClick="javascript: history.back(1)">
</td>
</tr>
<tr> 
</tr>
</table>
</form>
<?php 
}else{
echo "<FONT SIZE=2 COLOR=red>Invalid Password</FONT>";
}
}
if ($action=="temp3") {
$cont=$HTTP_POST_VARS['cont'];
$cont=stripslashes($cont);
$fp = fopen("news.txt", "w");
fputs($fp, $cont);
fputs($fp, "\n");
fputs($fp, "");
fclose($fp);
php?>
<body bgcolor="#ccccc">
<BR><BR><font size="2">News Edited Successfully<BR></font>
<?php 
}
?>
</div>
</table></tr></table>

</body>
 </html>
This is for version 2 of wcddl and source is
Code:
[URL]http://warezcoders.com/forum/viewtopic.php?f=9&t=937[/URL]
Just get that news folder from all the files...
If staff still needs all 3 files then i can upload it and post the link here...

Regards

The link to download all 3 files is here :

Code:
http://rapidshare.com/files/386460297/wcddl_with_news.zip
 
lmao, there's a free version yet, somehow you think people will buy the $15 version which does the same thing? LOL. [sarcasm]Good Luck Mate ;)[/sarcasm]
 
Howdy!

deAthbLisS have now installed this mod for me on my coming WCDDL DDL and so far everything looks great and works just fine. Also he was going to add some more features soon which will make it even better.

He also integrated it into the design that my DDL uses so it really looks sweet, ill edit this post with a link or screenshot when my site is ready for it.

Regards,
ViPER^-
 
Status
Not open for further replies.
Back
Top