Forum Replies Created

Viewing 15 replies - 16 through 30 (of 40 total)
  • Forum: Plugins
    In reply to: Category icons?

    it worked for me several layouts ago ??

    Forum: Plugins
    In reply to: Category icons?

    SORRY I BROKE SOMETHING IN THE PREVIOUS POST.. this is the right one…
    it’s simple without hacking so much..
    prepare some image files like:
    general.gif – internet.gif ..and so on for each category..
    put them wherever you want, and do something like that in your template
    <pre>
    <img src=”<?php the_category(”); ?>.gif” alt=”<?php the_category(”); ?>”>
    </pre>
    and you’ve done it…

    Forum: Plugins
    In reply to: Category icons?

    it’s simple without hacking so much..
    prepare some image files like:
    general.gif – internet.gif ..and so on for each category..
    put them wherever you want, and do something like that in your template
    <pre>
    <img src=”<?php the_category(”); ?&gt.gif” alt=”<?php the_category(”); ?&gt”&gt
    </pre>
    and you’ve done it…

    got this error i didn’t noticed..
    Warning: Cannot add header information – headers already sent by (output started at /var/www/virtual/www.blogo.net/gat/phpGiggle/configreader.class.php:198) in /var/www/virtual/www.blogo.net/gat/wp-admin/post.php on line 158
    when posting. any ideas?

    sh** i missed something..
    moderators, delete my previous post (grrrrr damn it..) i repeat myself for you reading pleasure:
    look at this.. i made a small change to you phpgiggle.inc.php where “case ‘google’:” is defined, changing this line:
    <pre>
    https://www.google.com/search?q=&#8221;.$case_sensitive_search_word .”\”>”.
    </pre>
    into:
    <pre>
    https://www.google.com/search?btnI=Im+Feeling+Lucky&q=&#8221;.$case_sensitive_search_word .”\”>”.
    </pre>
    doing this way you use the ‘i’m feeling lucky’ feature of google, which is almost accurate if you are smart choosing your words into phpgiggle.words.txt. the result is that you get a “direct” link to the website related to this word, letting the linking/searching/redirecting job to phpgiggle and google.
    i just tried it defining ‘lynx’ (a text based browser for linux, as you may know) as a word to be used with the google case, and it worked great..
    this is what i prefer to be made by this hack.. but maybe other users prefer to get a regular google result page.. so, consider it as another feature you can add ??
    anyway, great job! gat.

    sh** i missed something..
    moderators, delete my previous post (grrrrr damn it..) i repeat myself for you reading pleasure:
    look at this.. i made a small change to you phpgiggle.inc.php where “case ‘google’:” is defined, changing this line:
    <pre>
    https://www.google.com/search?q=&#8221;.$case_sensitive_search_word .”\”>”.
    </pre>
    into:
    <pre>
    https://www.google.com/search?btnI=Im+Feeling+Lucky&q=&#8221;.$case_sensitive_search_word .”\”>”.
    </pre>
    doing this way you use the ‘i’m feeling lucky’ feature of google, which is almost accurate if you are smart choosing your words into phpgiggle.words.txt. the result is that you get a “direct” link to the website related to this word, letting the linking/searching/redirecting job to phpgiggle and google.
    i just tried it defining ‘lynx’ (a text based browser for linux, as you may know) as a word to be used with the google case, and it worked great..
    this is what i prefer to be made by this hack.. but maybe other users prefer to get a regular google result page.. so, consider it as another feature you can add ??
    anyway, great job! gat.

    look at this.. i made a small change to you phpgiggle.inc.php where “case ‘google’:” is defined, changing this line:
    <pre>
    https://www.google.com/search?q=&#8221;.$case_sensitive_search_word .”\”>”.
    </pre>
    into:
    <pre>
    https://www.google.com/search?btnI=Im+Feeling+Lucky&q=&#8221;.$case_sensitive_search_word .”\”>”.
    <pre>
    doing this way you use the ‘i’m feeling lucky’ feature of google, which is almost accurate if you are smart choosing your words into phpgiggle.words.txt. the result is that you get a “direct” link to the website related to this word, letting the linking/searching/redirecting job to phpgiggle and google.
    i just tried it defining ‘lynx’ (a text based browser for linux, as you may know) as a word to be used with the google case, and it worked great..
    this is what i prefer to be made by this hack.. but maybe other users prefer to get a regular google result page.. so, consider it as another feature you can add ??
    anyway, great job! gat.

    just a question.. i wrote a little shellscript to automatically delete the old blacklist.php file, download a new blaclist.txt file and run php (via shell) to import blacklist.txt again..
    doing this, the old blacklist.txt entries are overwritten or i just fill my mysql database with another list of (maybe) duplicate sites?

    well, actually you might have seen it when i removed the hack code. i noticed that, in fact, the page opens regularly, but after a time.. than i noticed a connection reset by peer error, which, investigating more, was something relate to the firewall policies of our servers, which are part of a DMZ lan.
    so, after the firewall was finally completed, it didn’t let anything connect oudside. this makes sense if you think that, after all, you could be hacked, and this way someone would not use your hacked box to make disasters ouside your net, with your ip.. this make more sense if you make regular backups everyday, so even if the hacker destroys your data, the damage will be relative..
    ..of course, this will not make this great hack work ??
    now, i’m discussing this issue with my friends, which are working with me on the server, to eventually permit connections to the waypath server (..and even blo.gs, and other “pinged” sites) to let the hack work..
    i’m thinking about some way to make it work remotely, but i think you always need to make a request outside to include a script.. uhmmm, maybe i’m wrong? is it possible through javascripts or something?
    if you have an idea and would like to share, you’re welcome!

    just upgraded to the current CVS.. and, sadly, it doesnt work.. the page just stops loading, and i can’t understand why!
    any ideas?

    Thread Starter gat

    (@gat)

    uhmmm.. i just updated my blog.header.php file from the CVS repository.. i get only 10 days per page for each archive, plus an additional ‘Sorry, no posts matched your criteria.’ if the month has less than 10 days of posts.

    Thread Starter gat

    (@gat)

    thanks very much!!!!

    Forum: Plugins
    In reply to: referers

    this is interesting! ..but, useless until you don’t share your code ?? ?? ?? ??

    ahah, fine ?? well, now you know it’s a php include ??
    are you ok now? have you seen how does it works on my blog and my modifications?
    anyway, really COOL hack!!!

    Thread Starter gat

    (@gat)

    great! now even my old posts have the mod_rewrite style permalink..
    i noticed that, every time i import a bunch of old posts i have to run the .73 upgrade script and set up permalink back again, but this is not a problem if the whole thing works, i could just wait and import all my old post, and do the process just one time..
    the only thing that remains unsolved, is why my archives show only 10 post per pages.. as i specified for my index page? shouldn’t day show the whole month instead?
    thanks very much allusion!

Viewing 15 replies - 16 through 30 (of 40 total)