Welcome to the GoFuckYourself.com - Adult Webmaster Forum forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact us.

Post New Thread Reply

Register GFY Rules Calendar Mark Forums Read
Go Back   GoFuckYourself.com - Adult Webmaster Forum > >
Discuss what's fucking going on, and which programs are best and worst. One-time "program" announcements from "established" webmasters are allowed.

 
Thread Tools
Old 12-23-2005, 12:08 PM   #1
luv$
!$!$!$!$!$!$!$!$!$!$
 
luv$'s Avatar
 
Join Date: Dec 2004
Location: Paper Street
Posts: 6,158
Will pay $25 for a Google Sitemap setup

In regards to this thread - I have a laundry list of things I have to do to prepare for our trip, and I wouldn't normally do this, but if someone could help me out I'd appreciate it.

5 minutes of your time for $25 !!!

Just in a rush, and want it setup b4 I go.

210570373

Thanks!

Gonna go change litter now.
__________________
Domain Auction - now till 12:01AM on the 2nd...

Paper Streeeeeeeeeeeeeeeeeeeeeeeeeeeeeeet Cash


The Real Workout - Innocent High - Oye Loca - Her Freshman Year - Solo Interviews - This Girl Sucks. ** HQ Fresh ORIGINAL sites.
luv$ is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 12-23-2005, 12:11 PM   #2
Buddah00
Confirmed User
 
Join Date: May 2004
Location: The Dirty South
Posts: 722
http://www.sitemapbuilder.net/default.aspx
__________________
I want what every other man wants, I just want it more.
Buddah00 is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 12-23-2005, 12:24 PM   #3
luv$
!$!$!$!$!$!$!$!$!$!$
 
luv$'s Avatar
 
Join Date: Dec 2004
Location: Paper Street
Posts: 6,158
Thanks to spacedog I got it figured out and taken care of at no cost - you can too @ http://www.adulthosts.be/ror-sitemap-generator/

Friggin cake!

Thanks to everyone for their help, btw - I really appreciate it!
__________________
Domain Auction - now till 12:01AM on the 2nd...

Paper Streeeeeeeeeeeeeeeeeeeeeeeeeeeeeeet Cash


The Real Workout - Innocent High - Oye Loca - Her Freshman Year - Solo Interviews - This Girl Sucks. ** HQ Fresh ORIGINAL sites.
luv$ is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 12-23-2005, 12:31 PM   #4
SmokeyTheBear
►SouthOfHeaven
 
SmokeyTheBear's Avatar
 
Join Date: Jun 2004
Location: PlanetEarth MyBoardRank: GerbilMaster My-Penis-Size: extralarge MyWeapon: Computer
Posts: 28,609
Code:
 <?
    //Do not edit the following, it's compul
    //     sory
    echo "<?xml version=\"1.0\" encoding=\"UTF-8\"?>
    <urlset xmlns=\"http://www.google.com/schemas/sitemap/0.84\" 
    xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" 
    xsi:schemaLocation=\"http://www.google.com/schemas/sitemap/0.84 
    http://www.google.com/schemas/sitemap/0.84/sitemap.xsd\">";
    //Enter your website URL below
    $site = "http://www.ashburnham-insurance.co.uk/";
    //Map the directory that this file is in
    //     
    map(".", $site);
    //Map a higher directory such as yoursit
    //     e.com/articles/old/
    map("articles/old", $site);
    //Do not edit the function below
    function map($dir, $site){
    $dir = opendir($dir); 
    while(($file = readdir($dir)) !hahahaha false) 
    { 
    if($file != "."){
    if($file != ".."){
    //Make sure were only outputing file's a
    //     nd not directories
    if(strpos($file, ".") != ""){
    echo "<url>$site$file</url>\r\n"; 
    }
    }
    }
    } 
    closedir($dir);
    }
    echo "</urlset>";
    ?>
drop in directory and it will create a google sitemap for you.
__________________
hatisblack at yahoo.com
SmokeyTheBear is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 12-23-2005, 12:34 PM   #5
spacedog
Yes that IS me. Bitch.
 
Industry Role:
Join Date: Nov 2001
Posts: 14,149
Quote:
Originally Posted by luv$
Thanks to spacedog I got it figured out and taken care of at no cost - you can too @ http://www.adulthosts.be/ror-sitemap-generator/

Friggin cake!

Thanks to everyone for their help, btw - I really appreciate it!

Glad to help.

Happy Holidays

Last edited by spacedog; 12-23-2005 at 12:35 PM..
spacedog is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 12-23-2005, 12:44 PM   #6
Basic_man
Programming King Pin
 
Basic_man's Avatar
 
Industry Role:
Join Date: Oct 2003
Location: Montreal
Posts: 27,360
Quote:
Originally Posted by SmokeyTheBear
Code:
 <?
    //Do not edit the following, it's compul
    //     sory
    echo "<?xml version=\"1.0\" encoding=\"UTF-8\"?>
    <urlset xmlns=\"http://www.google.com/schemas/sitemap/0.84\" 
    xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" 
    xsi:schemaLocation=\"http://www.google.com/schemas/sitemap/0.84 
    http://www.google.com/schemas/sitemap/0.84/sitemap.xsd\">";
    //Enter your website URL below
    $site = "http://www.ashburnham-insurance.co.uk/";
    //Map the directory that this file is in
    //     
    map(".", $site);
    //Map a higher directory such as yoursit
    //     e.com/articles/old/
    map("articles/old", $site);
    //Do not edit the function below
    function map($dir, $site){
    $dir = opendir($dir); 
    while(($file = readdir($dir)) !hahahaha false) 
    { 
    if($file != "."){
    if($file != ".."){
    //Make sure were only outputing file's a
    //     nd not directories
    if(strpos($file, ".") != ""){
    echo "<url>$site$file</url>\r\n"; 
    }
    }
    }
    } 
    closedir($dir);
    }
    echo "</urlset>";
    ?>
drop in directory and it will create a google sitemap for you.
How does that work exactly ?
__________________
UUGallery Builder - automated photo/video gallery plugin for Wordpress!
Stop looking! Checkout Naked Hosting, online since 1999 !
Basic_man is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 12-23-2005, 12:50 PM   #7
luv$
!$!$!$!$!$!$!$!$!$!$
 
luv$'s Avatar
 
Join Date: Dec 2004
Location: Paper Street
Posts: 6,158
Quote:
Originally Posted by SmokeyTheBear
Code:
 <?
    //Do not edit the following, it's compul
    //     sory
    echo "<?xml version=\"1.0\" encoding=\"UTF-8\"?>
    <urlset xmlns=\"http://www.google.com/schemas/sitemap/0.84\" 
    xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" 
    xsi:schemaLocation=\"http://www.google.com/schemas/sitemap/0.84 
    http://www.google.com/schemas/sitemap/0.84/sitemap.xsd\">";
    //Enter your website URL below
    $site = "http://www.ashburnham-insurance.co.uk/";
    //Map the directory that this file is in
    //     
    map(".", $site);
    //Map a higher directory such as yoursit
    //     e.com/articles/old/
    map("articles/old", $site);
    //Do not edit the function below
    function map($dir, $site){
    $dir = opendir($dir); 
    while(($file = readdir($dir)) !hahahaha false) 
    { 
    if($file != "."){
    if($file != ".."){
    //Make sure were only outputing file's a
    //     nd not directories
    if(strpos($file, ".") != ""){
    echo "<url>$site$file</url>\r\n"; 
    }
    }
    }
    } 
    closedir($dir);
    }
    echo "</urlset>";
    ?>
drop in directory and it will create a google sitemap for you.

Ok, couple of questions - do I save it as a .txt, .html, .xml and do I name it anything specific?

And then, do I put that in every directory I want a sitemap for, like my forums folder or by placing it in my root htdocs it covers everything?

Thanks man
__________________
Domain Auction - now till 12:01AM on the 2nd...

Paper Streeeeeeeeeeeeeeeeeeeeeeeeeeeeeeet Cash


The Real Workout - Innocent High - Oye Loca - Her Freshman Year - Solo Interviews - This Girl Sucks. ** HQ Fresh ORIGINAL sites.
luv$ is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 12-23-2005, 01:02 PM   #8
Stallion
Confirmed User
 
Stallion's Avatar
 
Industry Role:
Join Date: Jan 2001
Location: FL
Posts: 6,632
thanks for the great tools!
__________________
Project Manager/Program Manager/Webmaster Seeking Work

[email protected] icq 856554
Stallion is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 12-23-2005, 01:40 PM   #9
devilspost
Confirmed User
 
devilspost's Avatar
 
Industry Role:
Join Date: Feb 2004
Location: Tampa yomebe -at- hotmail
Posts: 3,980
Quote:
Originally Posted by luv$
Ok, couple of questions - do I save it as a .txt, .html, .xml and do I name it anything specific?

And then, do I put that in every directory I want a sitemap for, like my forums folder or by placing it in my root htdocs it covers everything?

Thanks man
What he said
__________________

Brothels and Escorts Worldwide.
devilspost is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 12-23-2005, 01:49 PM   #10
SmokeyTheBear
►SouthOfHeaven
 
SmokeyTheBear's Avatar
 
Join Date: Jun 2004
Location: PlanetEarth MyBoardRank: GerbilMaster My-Penis-Size: extralarge MyWeapon: Computer
Posts: 28,609
Quote:
Originally Posted by luv$
Ok, couple of questions - do I save it as a .txt, .html, .xml and do I name it anything specific?

And then, do I put that in every directory I want a sitemap for, like my forums folder or by placing it in my root htdocs it covers everything?

Thanks man
a couple lines got axed by gfy parsing..

http://www.planet-source-code.com/URLSEO/vb/scripts/ShowCode!asp/txtCodeId!1820/lngWid!8/anyname.htm

try that page cut and paste code , save as php , then navigate to it via browser it will create the file , there are settings int he file to specify folders to crawl
__________________
hatisblack at yahoo.com
SmokeyTheBear is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 12-23-2005, 02:13 PM   #11
BigCashCrew
Registered User
 
Join Date: Aug 2005
Posts: 3,570
Quote:
Originally Posted by spacedog
Glad to help.

Happy Holidays
Hey, thanks for the good tip bro
BigCashCrew is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 12-23-2005, 02:29 PM   #12
luv$
!$!$!$!$!$!$!$!$!$!$
 
luv$'s Avatar
 
Join Date: Dec 2004
Location: Paper Street
Posts: 6,158
Quote:
Originally Posted by SmokeyTheBear
a couple lines got axed by gfy parsing..

http://www.planet-source-code.com/URLSEO/vb/scripts/ShowCode!asp/txtCodeId!1820/lngWid!8/anyname.htm

try that page cut and paste code , save as php , then navigate to it via browser it will create the file , there are settings int he file to specify folders to crawl
Got it, thanks. All set!

I'm heading out now - have a merry christmas smokes.
__________________
Domain Auction - now till 12:01AM on the 2nd...

Paper Streeeeeeeeeeeeeeeeeeeeeeeeeeeeeeet Cash


The Real Workout - Innocent High - Oye Loca - Her Freshman Year - Solo Interviews - This Girl Sucks. ** HQ Fresh ORIGINAL sites.
luv$ is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Post New Thread Reply
Go Back   GoFuckYourself.com - Adult Webmaster Forum > >

Bookmarks
Thread Tools



Advertising inquiries - marketing at gfy dot com

Contact Admin - Advertise - GFY Rules - Top

©2000-, AI Media Network Inc



Powered by vBulletin
Copyright © 2000- Jelsoft Enterprises Limited.