• A tool to automatically link key words and phrases in blog posts.
    Download: https://www.biermana.org/index.php?p=12
    Changelog:

    1. Added click-through tracking for dynamically linked words. Summary click-through report of all phpGiggle links has been added to the admin interface.
    2. Enabled strategic message/banner ad placement which is displayed to user upon clicking a phpGiggle link.

    phpGiggle locates user-defined keywords and phrases in an HTML document or string and subsequently replaces the keywords or phrases with anchor tags linking to user-defined URLs. As well, pre-defined a€?templatea€? anchor tags are included for Google.com, Dictionary.com, Webopedia.com, Vivisimo.com, CPAN.org, Freshmeat.net and others. With phpGiggle, anchor tags for an entire website can be contained in a single file, with links being dynamically generated when the HTML is displayed to vistora€?s browser.

Viewing 15 replies - 16 through 30 (of 48 total)
  • Thread Starter Anonymous

    Ok I a little lost, I did everything, but I am not sure what I am supposed to do it Step 2 of the instructions.

    I get this error on my site after a upload of both wordpress and phpGiggle
    Warning: Missing argument 1 for giggle_autolink() in /customers/deep-within.dk/deep-within.dk/httpd.www/wp/phpGiggle/phpgiggle.inc.php on line 35
    The code in my index is this:
    <?php giggle_autolink(); ?>
    It comes after
    <?php
    /* Don’t remove this line. */
    require(‘wp/wp-blog-header.php’);
    ?>
    <? include(“header.php”) ?>
    <!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Transitional//EN” “https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd”&gt;
    <html xmlns=”https://www.w3.org/1999/xhtml”&gt;
    <?php //comments_popup_script(); // off by default ?>
    <?php wp_head(); ?>
    And then afterwards comes all the coding for that site..
    Where am I going wrong in the installation?

    anyone??

    anyone who knows how to fix it??

    Follow the wordpress install instructions, not the standard.
    The code you mention above is not needed.

    Thread Starter Anonymous

    set it to 777

    I tried and had a look at the wordpress installation file but it said nothing about what code to put in the index file…So I just deleted the code in index and uploaded it.. Weird, the links still worked…
    Is it supposed to be like that??

    @anon – Wouldn’t that allow everyone else access to the files inside?
    @ludvig87 – There is no code.

    When I attempt to login to phpGiggle it tells me “You need to login with your User Name and Password”. I followed all the steps outlined in the readme, and I know I’m entering the right information. Anyone else have this problem and know how to fix it?

    phpgiggle.inc.php
    line 113
    // just link
    case (eregi(“$valid_url_regexp”, $giggle_link)?$giggle_link:!$giggle_link):
    $newtext = str_replace($case_sensitive_search_word,”
    $giggle_link .”\”>”.$case_sensitive_search_word.”“, $match);
    break;
    I want to add TARGET=”_BLANK” to the code above. I don’t know PHP well enough to do it right. Thanks ahead of time.
    Mark

    @ michan – yeah, that is what I found out…
    @ mlieb/mark:
    case (eregi(“$valid_url_regexp”, $giggle_link)?$giggle_link:!$giggle_link):
    $newtext = str_replace($case_sensitive_search_word,”
    $giggle_link .”\” target=”_blank”>”.$case_sensitive_search_word.””, $match);
    break;
    That is how I think the code should look like…

    Thread Starter Anonymous

    I’m trying to use phpGiggle to link between posts, but when I write, for example: “https://nfo.zackdesign.biz/wp/index.php/2004/11/30/bittornado/&#8221; what really happens (in the archives) is: “https://nfo.zackdesign.biz/wp/index.php/2004/11/phpGiggle?https://nfo.zackdesign.biz/wp/index.php/2004/11/30/bittornado/&#8221;
    and then it loads the front page only. How do I get around this? I’ve tried writing /bittornado/ only, but that doesn’t link at all…

    Thread Starter Anonymous

    Re: previous post
    Look, I really need help with this. It just isn’t working… Any ideas anybody?

    Looks like a relative vs. absolute link problem but I haven’t messed with phpGiggle in a coon’s age so I can’t help you with the specifics..

    Thread Starter Anonymous

    Yes it is. I have since figured out that the entire reason is because the normal link is like this:
    https://nfo.zackdesign.biz/wp/phpGiggle?etc. <– phpGiggle just under wp
    When you’ve click on the phpGiggle link in the front page:
    https://nfo.zackdesign.biz/wp/index.php/category/videos/flash/
    When you find another phpGiggle link in the same page as above:
    https://nfo.zackdesign.biz/wp/index.php/category/videos/flash/phpGiggle?etc.
    As you can see, phpGiggle isn’t installed under category/videos/flash/ whatever, so it just reloads the main page. I have Permalinks turned on case you’re wondering…
    Now I can’t fix that, because WordPress throws a fit whenever I try to install phpGiggle in the root directory just under the domain name. I always have to have it in the WordPress directory. Is there any way around this??

Viewing 15 replies - 16 through 30 (of 48 total)
  • The topic ‘phpGiggle 1.3.0 Released’ is closed to new replies.