Get exclusive CAP network offers from top brands

View CAP Offers

BB1 Needs Your Help!!!

[bsa_pro_ad_space id=2]
  • This topic is empty.
Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #596303
    Anonymous
    Inactive

    Ok, so this is the deal. After years of not understanding seo, Steve AKA (BB1) has taken the plunge to have a better understanding of seo and has also been making some great strides with a little better design in hopes that he can survive in this ever changing business. Now we all know the kind of guy Steve is, so that being said he could really use some help in the way of links. If anyone can find him a spot for a link, I know he would appreciate it very much.

    It’s no secret that Steve has been struggling with his sites, and I think with a collective effort the great people here at CAP can contribute to his success and really make a difference in his life. I’m sure he will chime in here for those of you kind enough to help so he can give you the link details. Thanks in advance.

    #759543
    aaronsmith
    Member

    I will be happy to help him out pm me

    #759546
    Anonymous
    Inactive

    me too – please send me a PM

    thanks

    #759882
    Anonymous
    Guest

    Hi all and thanks Guys.

    I just need some people to trade links with and perhaps suggestions on how to go about the trade that will fit into servicing both our needs.

    I thought i sent BF a PM when I saw he was looking for link trades but my PC has been acting up and perhaps i lost that before it was sent. I’ll resend.

    Upon checking some of the link trades i did early on … almost all of them were not showing my link anymore. Who knows how many years passed before I caught this?

    is there some software you all use that lets you know when your link has been taken down or moved from an exchanged site?

    seems like another all-but meaningless chore to have to check link trades to make sure they are being honored .. what about once every couple months anyway. That could add up to a lot of time over a stretch but it seems almost necessary or risk doing all the work and then losing it slowly over the coming months or year because your trades don’t honor their word.

    I’m definitely keeping to trades with folks here and gpwa.

    thanks all.

    thanks again all.

    #759883
    Anonymous
    Inactive

    I wrote a program that checks the page my links should be on and flags them if they are no longer there.. its tied into my casino portal i made but if your in real need i could take a look at breaking that piece out.

    #759884
    Anonymous
    Inactive

    here is the funtion that does the checks..

    [PHP]
    function check_back_link($remote_url, $your_link) {
    $match_pattern = preg_quote(rtrim($your_link, “/”), “/”);
    $found = false;
    if ($handle = @fopen($remote_url, “r”)) {
    while (!feof($handle)) {
    $part = fread($handle, 1024);
    if (preg_match(“/(.*)/”, $part)) {
    $found = true;
    break;
    }
    }
    fclose($handle);
    }
    return $found;
    }
    [/PHP]

    #759906
    Anonymous
    Inactive

    Steve pm me
    Brad

    #759917
    Darkwing
    Member

    Hi
    im always here for Help :):wavey:

    #759925
    Anonymous
    Inactive

    Hi Steve,

    PM me with your information and I’ll get your link up. :)

Viewing 9 posts - 1 through 9 (of 9 total)