Results 1 to 6 of 6
-
13th Jun 2010, 09:47 AM #1OPMemberWebsite's:
LulzCovers.com LulzTroll.comWCDDL Sitemap - Simplified
Save the code as sitemap.php
place rss.php in your wcddl dir where funcs.php is stored.
it works for wcddl v2.1
demo: http://the-ddl.org/sitemap.php
PHP Code:<?php
$xmlHeader = "<?xml version=\"1.0\" encoding=\"UTF-8\"?>";
header('Content-type: application/xml; charset="utf-8"',true);
print "$xmlHeader\n";
date_default_timezone_set('Europe/London');
include "funcs.php";
$query = mysql_query("
SELECT * FROM wcddl_downloads order by id desc limit 0, 50;
");
?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc><?=$core->siteurl?></loc>
<priority>1.0</priority>
<lastmod><?=date("D, d M Y H:i:s")?></lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc><?=$core->siteurl?>/apps</loc>
<priority>1.0</priority>
<lastmod><?=date("D, d M Y H:i:s")?></lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc><?=$core->siteurl?>/game</loc>
<priority>1.0</priority>
<lastmod><?=date("D, d M Y H:i:s")?></lastmod>
<changefreq>daily</changefreq>
</url>\
<url>
<loc><?=$core->siteurl?>/movie</loc>
<priority>1.0</priority>
<lastmod><?=date("D, d M Y H:i:s")?></lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc><?=$core->siteurl?>/music</loc>
<priority>1.0</priority>
<lastmod><?=date("D, d M Y H:i:s")?></lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc><?=$core->siteurl?>/tv</loc>
<priority>1.0</priority>
<lastmod><?=date("D, d M Y H:i:s")?></lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc><?=$core->siteurl?>/porn</loc>
<priority>1.0</priority>
<lastmod><?=date("D, d M Y H:i:s")?></lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc><?=$core->siteurl?>/other</loc>
<priority>1.0</priority>
<lastmod><?=date("D, d M Y H:i:s")?></lastmod>
<changefreq>daily</changefreq>
</url>
<?php
while($dl = mysql_fetch_array($query)) {
echo "
<url>
<loc>$core->siteurl/download-".htmlspecialchars($dl['type'])."-".htmlspecialchars($dl['id'])."-".seoname($dl['title']).".html</loc>
<priority>0.8</priority>
<lastmod>".date("D, d M Y H:i:s", $dl['dat'])."</lastmod>
<changefreq>daily</changefreq>
</url>
";
}
?>
</urlset>
You can customize the sql for your limits.. here it takes first 50 downloads from the queue.
To have this working you need to seo your links as instructed here by DEViANCE: http://warezcoders.com/forum/viewtopic.php?f=15&t=835
Regards,
deAthbLisSdeAthbLisS Reviewed by deAthbLisS on . WCDDL Sitemap - Simplified Save the code as sitemap.php place rss.php in your wcddl dir where funcs.php is stored. it works for wcddl v2.1 demo: http://the-ddl.org/sitemap.php <?php $xmlHeader = "<?xml version=\"1.0\" encoding=\"UTF-8\"?>"; header('Content-type: application/xml; charset="utf-8"',true); Rating: 5Contact me for Traffic, SEO, WCDDL, Wordpress, IPB related Services or queries.
Template Designing, PSD to HTML, Wordpress
-
13th Jun 2010, 09:50 AM #2MemberWebsite's:
litewarez.net litewarez.com triniwarez.comsome servers don't have short tags switched on, edit your code so that <?= become <?php echo for safe reasons!
Join Litewarez.net today and become apart of the community.
Unique | Clean | Advanced (All with you in mind)
Downloads | Webmasters
Notifications,Forum,Chat,Community all at Litewarez Webmasters
-
13th Jun 2010, 10:26 AM #3Member
It would make it more universal if you pull the categories from the database, some sites have loads of categories
eg. SELECT DISTINCT type FROM downloads
and array_unique in a loop
-
13th Jun 2010, 10:38 AM #4MemberWebsite's:
litewarez.net litewarez.com triniwarez.comGo Gava, you really moving up in the php world now, i remember when you was just a nipper lool
Join Litewarez.net today and become apart of the community.
Unique | Clean | Advanced (All with you in mind)
Downloads | Webmasters
Notifications,Forum,Chat,Community all at Litewarez Webmasters
-
13th Jun 2010, 10:40 AM #5Member
I had to do somthing like that when i wrote streamscene.me script
-
29th Jun 2011, 03:29 PM #6MemberWebsite's:
zomgbbqpizza.com evilddl.com scenemarket.org
Sponsored Links
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
WCDDL RSS - Simplified
By deAthbLisS in forum Web Application/Script SupportReplies: 2Last Post: 29th Jun 2011, 02:02 AM -
[WCDDL] WCDDL Sitemap genrator
By mannNmeet in forum Web Application/Script SupportReplies: 2Last Post: 7th May 2011, 06:08 PM -
[Selling] WCDDL Sitemap Generator
By deAthbLisS in forum Completed TransactionsReplies: 0Last Post: 21st Mar 2011, 09:23 AM -
[Selling] WCDDL Sitemap Generator
By CyberJ37 in forum Completed TransactionsReplies: 0Last Post: 20th Mar 2011, 04:00 PM -
WCDDL Link Exchange Module Simplified
By deAthbLisS in forum Web Application/Script SupportReplies: 2Last Post: 8th May 2010, 12:38 PM
themaCreator - create posts from...
Version 3.25 released. Open older version (or...