The FatBomb Forum is no longer active. Use it for reference only.
For active discussions of Fatbomb, please visit:
The MadBomber Forum

Also see:
FatBomb ReadMe  :-:     :-:
  Newbie Install Guide

Subject: "fatbomb.cgi/? converted to fatbomb.cgi?"   Previous Topic | Next Topic
Printer-friendly copy    
Conferences FatBomb Topic #26
Reading page 1 of 1 pages
bscrivenermoderator
Member since Oct-7-03
911 posts, Rate this user
Aug-18-04, 04:26 PM (PST)
Click to EMail bscrivener Click to send private message to bscrivener Click to view user profileClick to add this user to your buddy list  
"fatbomb.cgi/? converted to fatbomb.cgi?"
 
   All,

Ever wonder why when calling fatbomb you had to always put the extra "/" before the "?" mark like:

fatbomb.cgi/?keywords=atlanta

If you don't do this, your request gets redirected to your fatbomb.cgi index page.

I got used to this quickly and adjusted my skins and I though all was well.

Recently I noticed that in my server logs that altavista and yahoo were referring surfers to the following types of addresses:

www.bonose.com/fatbomb/fatbomb.cgi?keywords=atlanta

instead of

www.bonose.com/fatbomb/fatbomb.cgi/?keywords=atlanta

This caused everyone to go to the index page which was not desired.

Well, I finally sat down and figured out a fix for this. If you want it, it is very easy to make. Here are the instructions:

Edit the file: fatbomb_install_dir/lib/Gamma/Script.pm

Line 30 by default should look like:
$path .= 'default' if $path =~/\/$/;

Add an extra line following it as line 31:
$path .= '/default' if $path =~/^$/;

Now you should have the following:
Line 30: $path .= 'default' if $path =~/\/$/;
Line 31: $path .= '/default' if $path =~/^$/;

This seems to fix the problem for me. Hopefully, I'll start seeing a few more PPC conversions on these searches.

Take care,
Bo


BuyItBomb.com - Your Private Online Warehouse


  Alert | IP Printer-friendly page | Edit | Reply | Reply With Quote
totenmaske
Member since Jul-26-03
573 posts, Rate this user
Aug-24-04, 10:28 PM (PST)
Click to EMail totenmaske Click to send private message to totenmaske Click to view user profileClick to add this user to your buddy list  
1. "RE: fatbomb.cgi/? converted to fatbomb.cgi?"
 
   Bo...that's very odd. I'm seeing 404's but there mostly calls to the faulty CPanel scripts where wannabe hackers are trying to gain access to the server...

----------------------
Stanley aka Totenmaske

Affiliate-Blog.com
My FatBomb Feeds
Cherry Bomb XML List
GothSeek.com - the Gothic Search Engine - Powered by FatBomb!


  Alert | IP Printer-friendly page | Edit | Reply | Reply With Quote
tsuyoshi
Member since Jun-17-03
157 posts, Rate this user
Sep-05-04, 04:26 PM (PST)
Click to EMail tsuyoshi Click to send private message to tsuyoshi Click to view user profileClick to add this user to your buddy list  
2. "RE: fatbomb.cgi/? converted to fatbomb.cgi?"
 
   Bo,

I might doing something wrong - as always, lol - but on the bottom of the results page, there's the links to next pages:

More: « Previous <1> <2> <3> <4> <5> Next »

After changing the Script.pm file as you recommended, I noticed that the links do not show up correctly:

ht-tp://my_bomb_site_com/cgi-bin/fatbomb/?skin=&keywords=las vegas&start=20&length=20

There supposed to be "fatbomb.cgi" after the directory "fatbomb", but missing.

Again, I might doing something wrong, but any suggestions greatly appreciated.

Thanks much,


  Alert | IP Printer-friendly page | Edit | Reply | Reply With Quote
tsuyoshi
Member since Jun-17-03
157 posts, Rate this user
Sep-05-04, 02:27 AM (PST)
Click to EMail tsuyoshi Click to send private message to tsuyoshi Click to view user profileClick to add this user to your buddy list  
3. "RE: fatbomb.cgi/? converted to fatbomb.cgi?"
 
   I just found the answer here:

http://www.dombom.com/dcforum/DCForumID24/21.html

Chris (Poker) posted this:

Quote
Look in the "deafult-results.html" at the very end it should look like this:

{% else %}
<a href="/cgi-bin/fatbomb/fatbomb.cgi/?skin={% form.skin as url %}. . . . . . .]</a>{% end %}

Obviously replace /cgi-bin/fatbomb/fatbomb.cgi with the path to your file. And remember I put the "curly brackets" in above for the forum. They are really square brackets.


so I believe, if anybody here wants to use Bo's modification, should use:

{% else %}
<a href="/cgi-bin/fatbomb/fatbomb.cgi?skin={% form.skin as url %}. . . . . . .]</a>{% end %}

just remove forward slash after "fatbomb.cgi".

Correct me if I'm wrong, and thanks much for reading this!


  Alert | IP Printer-friendly page | Edit | Reply | Reply With Quote


Conferences | Topics | Previous Topic | Next Topic
Rate this topic Rate this topic
Y>