Posts by master G

    When you use a receiver as a server then you are limited to the amount of peers you can add.
    It depends on how quickly you use all the ram on the receiver. The more plugins you use the less peers you can have.
    With a unbuntu or debian then you can add as many peers as you like.

    You would still be able to see the servers if the port was closed.
    They wouldnt be able to see you as a client unless the port was openned.
    Goto canyouseeme.org and check if you have openned the port properly.
    Easiest way of creating c and f lines is by using cccam line manager from HERE.

    You dont need to open any ports to see cccaminfo working.
    Port 16001 is the port you should use to view cccaminfo.
    It doesnt need to be open if you want to view it on the internal network, only open it if you want to view it from outside.

    I would recommend using cs studio instead of cccaminfo pages.
    You can find it HERE.
    Click the tool in the top left corner and add the details when asked, exit the program.
    When you restart the program it should show your connections.
    Let us know if this works ok for you pal..

    Here is the details on how to open ports on your router HERE
    The default port that everyone uses is 12000,, thats just an example.
    If you are going to use a differant port make sure it matches the " server listen port " in the cccam.cfg on your server.
    Cccam.cfg can be found in var/etc for enigma1 receivers or /etc for enigma2.
    Use this website canyouseeme.org to check if the port has openned properly.
    Let us know how you get on pal..

    You setup a hostname at dyndns.com.
    You can download the updater from the same website or put the details in your router so that your server will stay online at all times.
    Tell us your router make and model and we can help with the portforwarding.

    (instead of standard newcamd protocol)



    In oscam.conf put this:
    [cs357x]
    port = 15991 (choose whatever number you want)
    serverip = 192.168.1.xxx (this is your server ip,)


    Then open oscam.user file and put this in:
    [account]
    User = xxx (username that you will use in L line in cccam)
    Pwd = xxx (password that you will use in L line in cccam)
    Group = x (this depends on your settings in oscam.server file)
    AU = xxx (this depends on your settings in oscam.server file)


    Now open cccam.cfg and put this line in:
    L: 192.168.1.10 port username password 0500 031000 256


    First number is IP address of your server, then there is port number and username/password. At the end there is CAID number of your package and you can also optionally add 256 at the end. This means that your card will show as local in cccam :) Same trick as in newcamd (N line).


    Thats it.


    Credit to oscamtips.info

    The 2011 MTV EMAs will be held at Belfast's Odyssey Arena, it has been announced.


    The awards will be broadcast live from Northern Ireland on an unconfirmed date in November. However, local press has claimed that the ceremony will be held on November 6.


    "Belfast's vibrant nightlife and compelling music scene, known for fostering emerging artists and turning out international chart toppers, provides the perfect backdrop for one of the world's biggest nights in music," said Antonio Campo Dall'Orto, executive vice president of music brands for Viacom International Media Networks. "The spirit of Belfast combined with our expertise is the perfect foundation for an unforgettable event and unique night."


    The Lord Mayor of Belfast, Councillor Pat Convery, added: "It is fitting that the EMAs are coming to Belfast - one of Europe's most exciting and vibrant cities and with around 35 per cent of our population below the age of 25.


    "Belfast has a rich musical history and has produced artists such as Snow Patrol and the legendary Van Morrison and we now have an unprecedented opportunity to shine a spotlight on our musical heritage while also providing a major boost to our economy.


    "I am delighted that MTV has chosen Belfast. The decision to host such a world-class event in our city is an endorsement of what we have been saying for some time now - Belfast is a happening place."


    Lady GaGa scooped three awards at last year's ceremony in Madrid, which included performances from Kings of Leon, Katy Perry and Ke$ha.

    - Added: Custom csp values on userinfo page.
    - Added: Custom csp values as default value.
    - Added: Settings page for various settings.
    - Added: Default values on add user page. Can be set on settings page.
    - Added: Session timeout function, will kill a idle admin connection if it has been idle longer then given time. Timeout can be changed on settings page (default 600 seconds).
    - Added: Comment field added to users.
    - Added: Tool to import users from csv
    - Added: Profile manager for managing profiles.
    - Added: New tool page with various tools.
    - Added: Setting to hide all text from login page.
    - Added: Function to log all failed login attempts.
    - Added: Setting to show/hide help icons from the add user page.
    - Added: Tool to delete all disabled users.
    - Added: Tool to enable/disable all users.
    - Added: Setting to give the c.m.u.m server a custom name.
    - Added: Information page to show all the info about a user.
    - Added: Setting to fetch various data from given csp server.
    - Added: Tool to fetch/install new user files to csp.
    - Added: Function to show if a user is online on the csp server.
    - Added: Tool to import users from csp xml config.
    - Added: Tool to empty the entire user database.
    - Added: Function to kick a online user from the csp server.
    - Added: Quick enable/disable users by clicking on their status icon.
    - Added: Setting to change layout on add-/edit user pages to 1 or 2 columns.
    - Added: More info on the home page.
    - Added: Email-address field to userdatabase.
    - Added: New profile handling system.
    - Added: Warning message if config.php is not setup correctly or not found.
    - Added: Group field to userdatabase.
    - Added: Created and last changed logging added to users.
    - Added: Admin accounts can now be set as enabled or disabled.
    - Added: Charset is now configurable from config.php (default is utf-8).
    - Added: Different color for odd and even lines on user-/admin-/profile listing.
    - Added: List after online users on manage users page.
    - Added: Update-users command is sent to csp server on logout if 'fetch data from csp server' is active.
    - Added: Charset setting to genxml.php (default is utf-8).
    - Added: Border around all input buttons.
    - Added: MySQL connection check, will show a error if it's not possible to connect to the MySQL server.
    - Fixed: Add-/edituser handling.
    - Fixed: Various layout bugs.
    - Fixed: Minor layout improvements for internet explorer.
    - Fixed: The 'maxconnections=0' bug.
    - Fixed: Auto remove of empty spaces in beginning and end of textfiled 'quicked' and 'search' on the manage users page.
    - Fixed: Cancel-button didnt work on edit profile page.
    - Fixed: Modified the code to prevent PHP Notice errors.
    - Fixed: List option "Disabled users" now also lists users with NULL as enabled value.
    - Fixed: Max connection field only accepts numbers.
    - Changed: Most of the mysql code.
    - Changed: Some mysql field types to speed it up a bit and to save some storage.
    - Changed: Replaced "Profile(s)" with "Password" on manage users page.
    - Changed: Moved the mysql server info into genxml.php so it can be placed anywhere on a server.
    - Changed: Changed "mySQL" into "MySQL" in the name to follow the officiall name of the database.


    - Added: Password must be given 2 times and match when changing then password .
    - Added: SQL server checks in upgrade script.
    - Added: Custom csp values to csv user import and export.
    - Fixed: Typo in configcheck.
    - Fixed: Csp xml user import got broken in version 2.0.5.
    - Fixed: Username and password must be included when importing users, else import will skip that user.
    - Fixed: Export users to csv output.
    - Fixed: Some tools didnt get selected when choosing them under tools.
    - Fixed: Improved update csp users tool.
    - Fixed: Improved send osd message page layout.


    CSP MySQL User Manager v2.0