How would you set up a site like this...

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • SlamDesigns
    Confirmed User
    • Jul 2005
    • 2339

    #1

    How would you set up a site like this...

    Ok, I actually have 2 questions concerning sites that I can't figure out how to make. First one is http://www.justwantfuck.com/. I know that it just syndicates the RSS from other sites, but what kind of script would I need to make a site like it? I actually want to make a site similar to http://www.justwantfuck.com/ so that I can syndicate all of my smaller blogs, and my friends blog, into one big mega blog.

    Second one is a non-adult site, http://www.a1wrestling.com/. Back when I used to run a wrestling news site, this site syndicated my news headlines. Only thing is...my wrestling news site didn't have an RSS feed, just as several of the sites that they syndicate now don't have an RSS feed. So how can they syndicate the headlines from my site if I don't have an RSS feed?

    Thanks in advance to anyone that can help me on either/both of these questions.
  • psili
    Confirmed User
    • Apr 2003
    • 5526

    #2
    1st site looks brutal when I peeped it in Firefox. However, to make one like it just get a script that can parse RSS feeds (php, asp, java, etc...). Write a wrapper around it to grab those feeds at a set interval (i.e. every 15 minutes) and write it the output to a DB / html file / text file, whatever. Your front-end will just pull together the stuff you aggregate.

    The second website, well, I'd guess they're crawling known websites with predetermined regular expressions and grabbing the stuff they want. That's just a guess though.
    Your post count means nothing.

    Comment

    • SlamDesigns
      Confirmed User
      • Jul 2005
      • 2339

      #3
      Thank you very much for the info. Unfortunately I have no clue how to do any of what you just said. lol. Can you be more specific on what script I would need to parse the RSS, etc. please?

      Comment

      • psili
        Confirmed User
        • Apr 2003
        • 5526

        #4
        Originally posted by SlamDesigns
        Thank you very much for the info. Unfortunately I have no clue how to do any of what you just said. lol. Can you be more specific on what script I would need to parse the RSS, etc. please?
        I've never used them, but I keep reading that blog software (Wordpress / Autoblogger ?????) can aggregate RSS feeds. I'm sure someone will chime in with better help than I provided, so here's a bump for you.
        Your post count means nothing.

        Comment

        • sfera
          Confirmed User
          • Aug 2005
          • 8597

          #5
          man those are some ugly sites

          Comment

          • SlamDesigns
            Confirmed User
            • Jul 2005
            • 2339

            #6
            Originally posted by sfera
            man those are some ugly sites
            Yeah, I'm not wanting to make sites that look like those...just that work like those. lol. My big thing is the mega blog site, because I want to syndicate the 6 or 7 blogs that my friend and I have into one big blog.
            Last edited by SlamDesigns; 02-25-2006, 06:54 AM.

            Comment

            • SlamDesigns
              Confirmed User
              • Jul 2005
              • 2339

              #7
              Here's another example of the "mega blog" thing.... http://www.topadultblogs.com/

              Comment

              • ~Ray
                visit hardlinks.org
                • Jun 2003
                • 18361

                #8
                there's no money in blogs
                Adult Backlinks for Adult Websites - Testimonials Available

                Comment

                • SlamDesigns
                  Confirmed User
                  • Jul 2005
                  • 2339

                  #9
                  I agree...but I want to give it a try anyway. lol

                  Comment

                  • SlamDesigns
                    Confirmed User
                    • Jul 2005
                    • 2339

                    #10
                    bump for some help

                    Comment

                    • SlamDesigns
                      Confirmed User
                      • Jul 2005
                      • 2339

                      #11
                      So does no one know...or just not wanting to share the info? lol

                      Comment

                      Working...