Post Reply 
 
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Tuning up Babylon Translator 8
02-17-2013, 07:21 PM
Post: #6
RE: Tuning up Babylon Translator 8
Here is what I did to disable the bottom buttons:
Code:
1. File wnd.html: Lines 256-269:

      <div id="bsFooter">
        <div id="sclNtwrks">
          <div title="RSLT_SHARE_FACEBOOK" id="fb"></div>
          <div title="RSLT_SHARE_TWITTER" id="twiter"></div>
          <div title="RSLT_SHARE_LINKEDIN" id="linkedin"></div>
          <div title="RSLT_GOOGLE" id="googlePlus"></div>
          <div title="RSLT_SHARE_EMAIL" id="sclEmail"></div>
          <img src="" id="wndBbzPxl" width="0" height="0" style="height: 1px; width: 1px; display: none;" />
        </div>
        <div id="footerRight">
          <div id="btnBrwsFilX"></div>
          <div id="shopCartX"</div>
        </div>
        <div id="tcBtn"></div>
    
    
2. File js\frame.js: Line 483

         animBtnHndlr.add($('shopCartX'));
         animBtnHndlr.add($('btnBrwsFilX'));
        
3. File js\fTxt.js Line 26

    $('btnBrwsFilX').onclick = fText.openDT;
(02-16-2013 03:08 AM)cw2k Wrote:  ...About "Disable some buttons at the bottom of the main window":
Well search for 'sclNtwrks' in c:\ProgramData\Babylon\LocalUI\ and edit the files to get ride of Facebook links and stuff like this.
^- works only when you're offline.
However, as you said, this modifying just only works when we are offline because while connecting to the internet, the program doesn't use the local UI. It automatically load the online UI from babylon.com.

Here are some links that the program accesses to:
(taking from Babylon-Pro\Data\Babylon.dat)
Code:
[01] "http://bis.babylon.com/"
        04
        [01] "http://bis.babylon.com/"
        06
        [01] "http://www.babylon.com/redirects/redir.cgi?"
        08
        [01] "http://www.babylon.com/redirects/purchase.cgi?"
        0E
        [01] "http://www.babylon.com/redirects/download.cgi?"
        0A
        [01] "http://www.babylon.com/redirects/client.cgi?"
        0C
        [01] "http://clients.babylon.com/pro/kms6.cgi"
        14
        [01] "http://info.babylon.com/welcome/"
        18
        [01] "http://www.babylon.com/redirects/redir.cgi?type=machinetrans"
        19
        [01] "http://www.babylon.com/redirects/redir.cgi?type=babylon6_full_text"
        1C
        [01] "http://info.babylon.com/stat/client_ga.php?name=$[TNODE:o2o52o22]$&ver=$[TNODE:o1o102o2]$&lang=$[GEN:ISO_LANG]$&apn=$[GEN:APP_NAME]$&cwl=$[GEN:CLICK_WORD_LEN]$"
        1E
        [01] "http://info.babylon.com/campaigns/"
        20
        [01] "http://search.babylon.com"
        22
        [01] "http://www.babylon.com/lingoz-redirect"
        28
        [01] "http://clientui.babylon.com/" <<<<===Right here!!!!!!!!!!!
        2A
        [01] "http://transurl.babylon.com"
        34
        [01] "http://clientac.babsrv.com/?f=3&n=10&q=%s&l=%d&t=%d&p=babylon&b=1&callback=acp_new"
        2C
        [01] "http://tc.babylon.com/Ginger/correct"
        2E
        [01] "http://tcm.babylon.com/UM_Consumer/UMOpeartions"
        30
        [01] "http://info.babylon.com/setup/downloader.php"
        32
        [01] "http://utils.babylon.com/country/"
        36
        [01] "http://bts.babylon.com/index.php"
      3E
      [0F] 02
        0C
        [01] "http://clients.babylon.com/eval/kms6.cgi"
    0E
      04
      [01] "http://babylon.com"

If we disable these links, then I think the program will work fine with offline UI.

texer.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Tuning up Babylon Translator 8 - cw2k - 02-04-2011, 07:31 PM
RE: Tuning up Babylon Translator 8 - cw2k - 01-31-2013, 02:04 AM
RE: Tuning up Babylon Translator 8 - cw2k - 02-16-2013, 03:08 AM
RE: Tuning up Babylon Translator 8 - texervn - 02-17-2013 07:21 PM

Forum Jump:


User(s) browsing this thread: 1 Guest(s)

Contact Us | Homepage | Return to Top | Return to Content | Lite (Archive) Mode | RSS Syndication