Heisenberg submitted a new resource:
You must be registered for see links
- Create sitemap for your sitevB Version: 4.2.x
When you run sitemap.php, your sitemap will create
Please login host and create a file name sitemap.php and paste code
Code:<?php include('global.php'); $baseurl="http://yourdomain/"; $xml_thread = fopen("sitemap/sitemap_thread.xml", "w+"); $xml_forum = fopen("sitemap/sitemap_forum.xml", "w+"); $xml_user = fopen("sitemap/sitemap_user.xml", "w+"); $header_xml = "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<urlset...
You must be registered for see links
Last edited: