Recent content by uguxseo

  1. uguxseo

    Programming: Translate a 40 Line Perl Script into PHP

    It's as simple as it sounds. I don't know Perl, but I do know some PHP. All you have to do is rewrite a Perl/CGI script into PHP. It's about 30-40 lines of Perl, and about 120 lines including the HTML code in the file. So, if you know Perl and PHP, it should just take you a few minutes. Give...
  2. uguxseo

    Yahoo Directory - Sorting by Popularity

    Just wondering if anyone has figured out exactly how their popularity factor is influenced by. I know Yahoo defines it as:By Popularity: By default, Directory site listings are presented sorted by popularity and relevance. Sites that are most popular with users or the most relevant to the...
  3. uguxseo

    PHP: the usage of "%" in a mysql_query

    Alright, I'm not very good with PHP. Could anyone tell what the usage of "%" serves in a mysql_query, such as: $query = mysql_query("SELECT * FROM dictionary_list WHERE word LIKE '$q%' LIMIT $limit") or die(mysql_error()); PS: This is a dictionary lookup. Say you put in "a", it will spit...
  4. uguxseo

    Vince Offer (shamwow guy) Interview

    First Interview with Vince from ShamWow! - Sports Biz with Darren Rovell - CNBC.com Thought the interview was definitely worth the read. I really thought of doing a little spinning ;) , but decided not to.
  5. uguxseo

    Addon idea for Prosper202 - keyword negatives

    Okay. PHP is definitely not my expertise. I had taken Java in high school and had taken C programming in college--just about a year ago. If you're familiar with AwStats, you'll understand my basic thoughts here. Now, I want to make a new section under "Analyze" called "Individual Keywords." I...
  6. uguxseo

    Regex in Dreamweaver

    I need to replace a pattern of URLs from a data feed. My regex skills are quite horrible. Here's the situation: I have a file with a list of URLs, but I only want to delete certain ones--specifically image URLs. Here are two actual URLs that I want to delete (there are hundreds of these)...
  7. uguxseo

    Zero Downtime (Dedicated) Server

    Hey everyone, I'm currently stuck on a dedicated server that keeps on crashing. My server company just tells me to restart my server. It seems to have problems with MySQL and exim. Who here has a hosting company that's reliable, and is not too expensive? BTW, I have a Pentium 4 2.4Ghz with...