Will pay $25 for a Google Sitemap setup

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • luv$
    !$!$!$!$!$!$!$!$!$!$
    • Dec 2004
    • 6158

    #1

    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.
  • Buddah00
    Confirmed User
    • May 2004
    • 722

    #2
    http://www.sitemapbuilder.net/default.aspx
    I want what every other man wants, I just want it more.

    Comment

    • luv$
      !$!$!$!$!$!$!$!$!$!$
      • Dec 2004
      • 6158

      #3
      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.

      Comment

      • SmokeyTheBear
        ►SouthOfHeaven
        • Jun 2004
        • 28609

        #4
        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

        Comment

        • spacedog
          Yes that IS me. Bitch.
          • Nov 2001
          • 14149

          #5
          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, 10:35 AM.

          Comment

          • Basic_man
            Programming King Pin
            • Oct 2003
            • 27360

            #6
            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 !

            Comment

            • luv$
              !$!$!$!$!$!$!$!$!$!$
              • Dec 2004
              • 6158

              #7
              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.

              Comment

              • Stallion
                Confirmed User
                • Jan 2001
                • 6632

                #8
                thanks for the great tools!
                Project Manager/Program Manager/Webmaster Seeking Work

                [email protected] icq 856554

                Comment

                • devilspost
                  Confirmed User
                  • Feb 2004
                  • 3980

                  #9
                  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.

                  Comment

                  • SmokeyTheBear
                    ►SouthOfHeaven
                    • Jun 2004
                    • 28609

                    #10
                    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

                    Comment

                    • BigCashCrew
                      Registered User
                      • Aug 2005
                      • 3570

                      #11
                      Originally posted by spacedog
                      Glad to help.

                      Happy Holidays
                      Hey, thanks for the good tip bro

                      Comment

                      • luv$
                        !$!$!$!$!$!$!$!$!$!$
                        • Dec 2004
                        • 6158

                        #12
                        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.

                        Comment

                        Working...