Yeah, the inlude works but I think the DB stuff needs to be this:
$sql = "Select video_id, video_title, video_description, video_add_date, video_flv_name, video_length from videos where video_approve=1 and video_active=1";
Yeah, the inlude works but I think the DB stuff needs to be this:
$sql = "Select video_id, video_title, video_description, video_add_date, video_flv_name, video_length from videos where video_approve=1 and video_active=1";
If it's not fun, stop doing it!
I'm trying to automate this as much as I can so that I can just upload it to all my vshare sites without having to configure each one each time...the only thing I can't get to work is the {$base_url} part. Comes out looking weird
Code:http:///6/using_satchel_and_claymore_in_ctf/http:///etc
Last edited by grynmoors; 05-16-2009 at 12:37 PM.
If it's not fun, stop doing it!
Right, I was thinking "smarty" code. I submitted it to Google and we'll see what happens. I can't post my completed code to the forums for some reason, it keeps getting cut off.
If it's not fun, stop doing it!
I get the following error? any sollutions yet?
The following tags were not closed: urlset. Error processing resource 'http://www.ikhebdexfactor.nl/sitemap.php'.
Yeah im still using version 2.6. Version 2.7 database is different
Change:
toCode:$sql = "Select VID, title, description, adddate, flvdoname, duration from video where approve=1 and active=1";
Code:$sql = "Select * from videos where video_approve=1 and video_active=1";
Thanks so much 4 sharing with us,bros
I am currently getting the following message after creating the sitemap.php file and placing it within my public_html folder (with the index.php).
This XML file does not appear to have any style information associated with it. The document tree is shown below.
This message is then followed by the code within the file. Is this normal? If so, no problems here, but it seems a bit fishy.
Thanks for the sitemap anywho, and the answers of course.
--
Cheers,
Bookmarks