Thanks Thanks:  1
Likes Likes:  0
Dislikes Dislikes:  0
Page 1 of 2 12 LastLast
Results 1 to 15 of 28

Thread: AZBOX HD PlugIns

  1. #1
    Golden Member istvan's Avatar
    Join Date
    14 Feb 2007
    Location
    Baia Mare
    Posts
    396
    Mentioned
    2 Post(s)
    Rep Power
    65

    Default AZBOX HD PlugIns

    Monkus OpenXCAS Tools 1.1:
    - AzBox HD Backup v0.91 (NEW)
    - AzBox HD USB Mount Script v2.0
    - AzBox HD USB Background Copy Script v1.1

    ----------

    # AzBox HD Backup v0.91 for OpenXCAS

    # 0.91 (ChangeLog)
    # - DVB-C and DVB-T support
    Attached Files Attached Files
    Last edited by istvan; 02-02-10 at 14:38.
    RSP-TEAM

  2. #2
    Golden Member istvan's Avatar
    Join Date
    14 Feb 2007
    Location
    Baia Mare
    Posts
    396
    Mentioned
    2 Post(s)
    Rep Power
    65

    Default Re: PlugIns

    Monkus OpenXCAS Tools 1.3:
    - AzBox HD Backup v0.93 (UPDATE)
    - AzBox HD USB Mount Script v2.2 (UPDATE)
    - AzBox HD USB Background Copy Script v1.3 (UPDATE)
    - AzBox HD SwapOn v1.0 (NEW)

    ChangeLog (From 1.2):

    # AzBox HD Backup v0.93:
    # - backup.list change (from /EMU to only /EMU/OpenXCAS[2]) cause archive size
    # - writing all buffered filesystem blocks to disk before reboot
    # - some warnings in restore.sh script
    # - possible to choose archive to restore (./restore.sh /path/to/archive.tar)
    # - compatibility with azbox webinterface (by koivo, joseba)

    # AzBox HD USB Mount Script v2.2
    # - small probe hack to mount some usb devices with isofs (secondary root)
    # - compatibility with azbox webinterface (by koivo, joseba)

    # AzBox HD USB Background Copy Script v1.3
    # - check, if usb device exists
    # - compatibility with azbox webinterface (by koivo, joseba)

    # AzBox HD SwapOn v1.0
    # - new plugin to add more total memory using swap
    # - possible to choose swap device (usb device or internal hard disk)
    # - possible to choose swap size (100MB is fine)
    # - compatibility with azbox webinterface (by koivo, joseba)
    Attached Files Attached Files
    RSP-TEAM

  3. #3
    Golden Member istvan's Avatar
    Join Date
    14 Feb 2007
    Location
    Baia Mare
    Posts
    396
    Mentioned
    2 Post(s)
    Rep Power
    65

    Default AzBox Web Interface by telesat

    WEB IF Ver.1.2 © 2009 - Telesat Team
    FIX : Compatibility with older FW , 0.92880 or lower.
    Attached Files Attached Files
    RSP-TEAM

  4. #4
    Standard RSP member mabutiako's Avatar
    Join Date
    12 Apr 2007
    Location
    Arad
    Posts
    29
    Mentioned
    0 Post(s)
    Rep Power
    0

    Default Re: PlugIns

    apare tot ca v1.0, si dupa restart, nu 1.2

  5. #5
    Golden Member istvan's Avatar
    Join Date
    14 Feb 2007
    Location
    Baia Mare
    Posts
    396
    Mentioned
    2 Post(s)
    Rep Power
    65

    Default cccam switch mgcamd

    Change cccam mgcamd


    trying to create a script to change during the operational to the cam.
    Unfortunately I am not yet succeeded.
    I noticed that a start in the telnet does not work, if the cam is not in the autostart.
    can you help me?



    cccam_ modul

    openxcas.conf


    Code:
    [module]
    name = CCcamCAS
    daemon = cccam_module.sh
    version = 1.00
    api=yes
    wait =10sec
    cccam_module.sh

    Code:
    #!/bin/sh
    killall -9 cccam_module &
    killall -9 mgcamd &
    sleep 2
    rm -rf /tmp/*.info* /tmp/*.pid*
    sleep 5

    cd /EMU/OpenXCAS/CCcamCAS
    ./cccam_module &


    mgcamd

    openxcas.conf



    Code:
    [module]
    name = mgcamd
    daemon = mgcamd.sh
    api = yes
    wait = 15sec
    version = 1.32
    # argument = -a 3

    mgcamd.sh

    Code:
    #!/bin/sh
    killall -9 mgcamd &
    killall -9 cccam_module &

    sleep 2
    rm -rf /tmp/*.info* /tmp/*.pid*
    sleep 5

    cd /EMU/OpenXCAS/mgcamd
    ./mgcamd &
    RSP-TEAM

  6. #6
    Golden Member istvan's Avatar
    Join Date
    14 Feb 2007
    Location
    Baia Mare
    Posts
    396
    Mentioned
    2 Post(s)
    Rep Power
    65

    Default AZHD Key AzBox HD plugin

    A new plugin for our AzBox HD.


    What is it?

    -------------

    This plugin allows your AZBox HD to download updated SoftCam.Key & constant.cw

    from remote server.

    You don't need any more to download updated keys and send them to the box by

    using FTP connection.



    How to

    ------------

    Create a new folder in /EMU/ called TechSatAZHDKey

    Copy TechSatAZHDKey in /EMU/TechSatAZHDKey/.

    Change Files Attributes to 755 (both). Change the .cfg of your favorite EMU

    to make possible the reading of the keys.

    Exit DCC.

    Push Home button in your AzHD remote and go to Installed Plugins.

    Select TechsatAZHDKey and press Ok.

    That's all.

    Just close black screen after few seconds by pressing Exit and... Enjoy.



    Why install this plugin?

    -----------------------------------------------------------------------------

    Because SoftCam.Key & constant.cw is automatically generated from

    TechSat Maker keys DataBase, updated in real time!!...


    Thanks TechSat Team
    Attached Files Attached Files
    RSP-TEAM

  7. #7
    Golden Member istvan's Avatar
    Join Date
    14 Feb 2007
    Location
    Baia Mare
    Posts
    396
    Mentioned
    2 Post(s)
    Rep Power
    65

    Default Re: PlugIns

    un skin dragut


    http://rapidshare.com/files/282217155/skin.rar

    instalare:

    1.telnet azbox
    2.comanda :
    mount -o remount,rw -t ext3 /dev/hda1 /MMP
    3. se poate dezarhiva in azboxba.
    4. si poate veni curentu!
    RSP-TEAM

  8. #8
    Golden Member istvan's Avatar
    Join Date
    14 Feb 2007
    Location
    Baia Mare
    Posts
    396
    Mentioned
    2 Post(s)
    Rep Power
    65

    Default Monkus OpenXCAS Tools 1.4

    Monkus OpenXCAS Tools 1.4:
    - AzBox HD Backup v0.93
    - AzBox HD USB Mount Script v2.2
    - AzBox HD USB Background Copy Script v1.4 (UPDATE)
    - AzBox HD SwapOn v1.0

    ChangeLog (From 1.3):

    # AzBox HD USB Background Copy Script v1.4
    # - fixed bug during copying data from usb2 to usb1 device

    Looking for stable SKY DE/IT HD Channels N Lines for testing purposes (small traffic). Thanx in advance.
    Attached Files Attached Files
    RSP-TEAM

  9. #9
    Golden Member istvan's Avatar
    Join Date
    14 Feb 2007
    Location
    Baia Mare
    Posts
    396
    Mentioned
    2 Post(s)
    Rep Power
    65
    RSP-TEAM

  10. #10
    Golden Member istvan's Avatar
    Join Date
    14 Feb 2007
    Location
    Baia Mare
    Posts
    396
    Mentioned
    2 Post(s)
    Rep Power
    65

    Default TechsatAZHDKey Plugin

    TechsatAZHDKey Plugin
    Attached Files Attached Files
    RSP-TEAM

  11. #11
    Golden Member istvan's Avatar
    Join Date
    14 Feb 2007
    Location
    Baia Mare
    Posts
    396
    Mentioned
    2 Post(s)
    Rep Power
    65

    Default Cron reboot AU-AZBox HD

    nabilosat forum
    Attached Files Attached Files
    RSP-TEAM

  12. #12
    Golden Member istvan's Avatar
    Join Date
    14 Feb 2007
    Location
    Baia Mare
    Posts
    396
    Mentioned
    2 Post(s)
    Rep Power
    65

    Default TeChSat_AZK beta 0.9

    * AZBox plugin: TeChSAt_AZK beta0.9 *
    * *
    ************************************************** ****************************
    What is it?
    ------------
    This plugin allows your azbox HD download files
    Key.bin & new_biss.key updated directly from the remote server.


    how to put the plugin:
    ---------------------------
    - Unpack / copy
    folder TeChSat_AZK in the folder: / PLUGINS
    set to 755 to file TeChSat AZK


    how to launch the plugin:
    ---------------------------------
    - Disable MultiCAS
    - From the Settings menu -> plugins -> TeChSat_AZK
    - Restart reactivate MultiCAS


    Why install this plugin?
    -------------------------------------------------- ---------------------------
    Because the files are generated automatically by
    Database keys Maker TechSat, always updated in real time!


    note:
    in this beta version does not appear
    info screen.
    Each process is shown on the AzBOX display
    Attached Files Attached Files
    RSP-TEAM

  13. #13
    Golden Member istvan's Avatar
    Join Date
    14 Feb 2007
    Location
    Baia Mare
    Posts
    396
    Mentioned
    2 Post(s)
    Rep Power
    65

    Default TeChSat_AZK v1.0 (official version)

    TeChSat_AZK v1.0 - TechSat TEAM
    ==================================
    We present the first official version of our plugin for TechSat_AZK azbox.
    With this plugin you can download and install automatically files Key.bin and new_biss.key always updated with the latest keys to work.

    This plugin is dependent MULTICAS therefore to use it you must also install the plugin OpenXCAS.

    Edit the file and add the url plugins.conf http://techsat.info/AZPlugins example:

    Code:
    [SERVER]
    PLUGINS_SERVER_1=http://azboxworld.com
    PLUGINS_SERVER_2=http://techsat.info/AZPlugins
    PLUGINS_SERVER_3=http://islaremota.com
    PLUGINS_SERVER_4=http://azupd.com
    From this moment you can automatically install the plugin TechSat_AZK and others may be available directly from the server TechSat
    RSP-TEAM

  14. #14
    Member Beginner
    Join Date
    15 May 2007
    Posts
    18
    Mentioned
    0 Post(s)
    Rep Power
    0

    Default Font

    Un font care poate fi utilizat in AZBox (recomandat de unii utilizatori) este X360.ttf.
    Am inceput modificarea acestuia, in special pentru subtitrare, iar mai jos va prezint a doua versiune a fontului XBOX360M.ttf.

    Instalare: Cu MaZ v2.3, in Telnet montati /dev/hda1 read-write, in FTP copiati fisierul XBOX360M.ttf in /MMP/hd/System/font, in Font1.ttf symbol link catre XBOX360M.ttf, iar la final in Telnet montati /dev/hda1 read-only.



    http://hotfile.com/dl/22267131/aebd0...1.0.1.rar.html
    Last edited by melcug; 29-12-09 at 22:31.

  15. #15
    Golden Member istvan's Avatar
    Join Date
    14 Feb 2007
    Location
    Baia Mare
    Posts
    396
    Mentioned
    2 Post(s)
    Rep Power
    65

    Default TeChSat_AZK v.1.1

    TeChSat_AZK v.1.1
    Code:
    We present version 1.1 of our plugin for TechSat_AZK azbox.
    
    With this plugin you can download and install automatically files Key.bin and new_biss.key always updated with the latest keys to work.
    
    This plugin is dependent MULTICASA therefore to use it you must also install the plugin OpenXCAS.
    
    With this version you can view the channels contained in two rows of keys with an indication of coding, channel and satellite.
    
    There are 4 methods of installation:
    
    1) Edit the file and add the url plugins.conf http://techsat.info/AZPlugins example:
    
    Code:
    
    [SERVER]
    PLUGINS_SERVER_1=http://azboxworld.com
    PLUGINS_SERVER_2=http://techsat.info/AZPlugins
    PLUGINS_SERVER_3=http://azupd.com             
    PLUGINS_SERVER_4=http://azupd.com
    
    From this moment you can automatically install the plugin TechSat_AZK and others may be available directly from the server TechSat.
    
    2) Copy the content of TechSat_AZKV1.1.plugin.zip in / tmp to the receiver and proceed with the installation to install (/ tmp / plugins.lst).
    The remote control: HOME => Plug-ins => YELLOW button => Install (/ tmp / plugins.lst)
    
    3) Copy the content of TechSat_AZKV1.1.plugin.zip in own pen-drive and proceed with the installation to install (USB).
    The remote control: HOME => Plug-ins => YELLOW button => Install (USB)
    
    4) Copy the content of TechSat_AZKV1.1.file.zip in the / plugins / receiver.
    
    TechSat Team
    Attached Files Attached Files
    RSP-TEAM

Page 1 of 2 12 LastLast

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •