Kurt
Member since Dec-5-02
8892 posts, 5 feedbacks, 8 points |
Nov-23-07, 10:54 PM (PST) |
|
"Integrating BlogBomb with FatBomb"
|
You can "install" RSS pheeds into your FatBomb search results using BlogBomb. 1 you need the full server path to feedsearch_ssi.cgi
You will probably need to ask your host for the FULL SERVER PATH to your cgi-bin. Then you need to add the path to feedsearch_ssi.cgi to the end of this path. Here's how mine looks: /home/virtual/dombom.com/var/www/cgi-bin/blogbombx/feedsearch_ssi.cgi Getting the proper path is the "whole trick" to this...The easiest way to get the full server path is to ask your hosting support. 2 In Fatty admin, click the "feeds" link. 3. Then enter the full server path. A. Enable the feed B. Give it some weight. If you want to RSS pheeds to come up first, then give them a very high weight. C. Search mode: All - medium (pheed must have all the words, in any order) Any - Less precise (pheed only needs one or more of the words, in any order) All - Most precise (search phrase must be EXACTLY the same) You can actually install multiple instances of blogbomb into Fatty. You will just need to rename BlogBomb each time and modify the FULL SERVER PATH accordingly. You may want to do this if you are using RSS pheeds for Amazon or other affiliate programs, news topics, and/or your own RSS pheeds. By creating multiple instances, you can give each more/less weight. Maybe you want your affiliate links to rank highest, and the "news" to be mixed in with other results...
-Boom boom boom boom.
|
|
Alert | IP |
Printer-friendly page | Edit |
Reply |
Reply With Quote |
|
|
Kurt
Member since Dec-5-02
8892 posts, 5 feedbacks, 8 points |
Jun-07-08, 05:56 AM (PST) |
|
4. "RE: Integrating BlogBomb with FatBomb"
|
>Mary, none of the 3 or 4 path Hostgator is mentioning on >their website was working - eventually I found the correct >path by uploading a test script! I could email it to you if >you wish so! This is because those mentioned are not the FULL server path. I repeat: FULL. There are scripts that will tell you the FULL server path, but it's usually just easier to ask your hosting tech support. Once you get the FULL server path, integrating the two are pretty easy.
-Boom boom boom boom.
|
|
Alert | IP |
Printer-friendly page | Edit |
Reply |
Reply With Quote |
|
|
Kurt
Member since Dec-5-02
8892 posts, 5 feedbacks, 8 points |
Jun-07-08, 06:05 AM (PST) |
|
5. "RE: Integrating BlogBomb with FatBomb"
|
Again, 99% of the work of getting Fatty to work with BlogBomb is finding the FULL server path to the BlogBomb search. I found the following, which may help, at: http://www.sixapart.com/movabletype/kb/installation/how_can_i_find.html Question The instructions say I need to use a "full server path", but I have no idea what that is, or how to determine the correct path for my system.Answer A full server path is the path your system uses to define where your own files are located on the server (as opposed to files belonging to other users). You can usually get an idea of the full server path on your system by running mt-check.cgi and looking at the current working directory that it gives you. If that does not work, see if you can determine the path while you are logged in via FTP (some programs will tell you this) or while using a File Manager tool in your Control or Administrative Panel (if your host provides one for you). If your server is PHP-enabled, you can create a pathinfo.php file. Open a plain text editor, and paste in the following: <? print $PATH_TRANSLATED; ?> Save the text file as pathinfo.php (make sure your editor does not add a .txt extension automatically). Upload the file to your server in ASCII mode to a location outside of the cgi-bin. Now, type the URL to the file you just uploaded into your browser to view the full server path to that file. If none of these solutions work, you may need to ask your host for the full server path for your system and account.
-Boom boom boom boom.
|
|
Alert | IP |
Printer-friendly page | Edit |
Reply |
Reply With Quote |
|
|
Kurt
Member since Dec-5-02
8892 posts, 5 feedbacks, 8 points |
Jan-30-09, 05:41 AM (PST) |
|
7. "RE: Integrating BlogBomb with FatBomb"
|
>I have integrated FatBomb with the local BlogBomb. > >Now, how about integrating FatBomb with BlogBombs on remote >sites? >Questions:- >- Is it recommended? >- Yes, why? No, why? >- If yes, how to do it? Hi Jason,
You can do it if you want... - You can use different sources so the output is different - Pick a different, but related niche. - Use BB again with Fatty if you want to incorporate your own RSS pheeds into the Fatty results.
-Boom boom boom boom.
|
|
Alert | IP |
Printer-friendly page | Edit |
Reply |
Reply With Quote |
|
|
calvin
Member since Oct-4-09
108 posts, Rate this user |
Nov-06-09, 05:53 PM (PST) |
|
10. "RE: Integrating BlogBomb with FatBomb"
|
>If your server is PHP-enabled, you can create a pathinfo.php >file. Open a plain text editor, and paste in the following: > ><? print $PATH_TRANSLATED; ?> > >Save the text file as pathinfo.php (make sure your editor >does not add a .txt extension automatically). > >Upload the file to your server in ASCII mode to a location >outside of the cgi-bin. > >Now, type the URL to the file you just uploaded into your >browser to view the full server path to that file. The code above didn't work for me, but this one did: <?php echo realpath(dirname(__FILE__)); ?> Calvin
|
|
Alert | IP |
Printer-friendly page | Edit |
Reply |
Reply With Quote |
|
|
chupella
Member since Mar-14-10
23 posts, Rate this user |
Mar-16-10, 04:18 AM (PST) |
|
11. "RE: Integrating BlogBomb with FatBomb"
|
I can run Fatty but not Blogbomb? Ok I installed fatty no problem, but trying to install bbxrss2 just isn't working. I've done it before and cannot figure out why I am getting this error! My host told me it was something to do with the uppercase/lowercase so I made all my cases lower, and I still get the error...even tryed changing ALL permissions to 777 lol and nothin. Internal Server Error The server encountered an internal error or misconfiguration and was unable to complete your request. Contact Admin blablablahh Any advice? |
|
Alert | IP |
Printer-friendly page | Edit |
Reply |
Reply With Quote |
|
|
Kurt
Member since Dec-5-02
8892 posts, 5 feedbacks, 8 points |
Mar-16-10, 04:47 AM (PST) |
|
12. "RE: Integrating BlogBomb with FatBomb"
|
>I can run Fatty but not Blogbomb? > >Ok I installed fatty no problem, but trying to install >bbxrss2 just isn't working. I've done it before and cannot >figure out why I am getting this error! My host told me it >was something to do with the uppercase/lowercase so I made >all my cases lower, and I still get the error...even tryed >changing ALL permissions to 777 lol and nothin. > >Internal Server Error > >The server encountered an internal error or misconfiguration >and was unable to complete your request. Contact Admin >blablablahh Hi Chris, A 500 error could mean: Wrong path to perl missing perl module on your server missing/corrupt file, re-upload problem with cgi-bin - any other cgi files working on domain? not uploaded in text mode wrong permissions Plus something I forgot to list... When you installed it and it worked, was it on the same host?
-Boom boom boom boom.
|
|
Alert | IP |
Printer-friendly page | Edit |
Reply |
Reply With Quote |
|
|
Kurt
Member since Dec-5-02
8892 posts, 5 feedbacks, 8 points |
Mar-17-10, 03:42 AM (PST) |
|
16. "RE: Integrating BlogBomb with FatBomb"
|
>I have no idea what I'm doing wrong here. Who are the >official BB installers and what do they charge as I'm about >to throw in the towel. Hi Chris, Let me see what I can do...I don't do many installs any more, so no promises. Send the following to lvha@aol.com: path to perl Ftp info: Server: User: Pass: Send to lvha@aol.com DON'T post here.
-Boom boom boom boom.
|
|
Alert | IP |
Printer-friendly page | Edit |
Reply |
Reply With Quote |
|
|
|