Search results

  1. Vangerwen

    Multics MySql Manager? Any How to?

    Ya did that and now it won't let me me reinstall.. Gonna leave it for the night I'd say
  2. Vangerwen

    Multics MySql Manager? Any How to?

    Ya I keep getting errors when installing phpmyadmin :S See attached :(
  3. Vangerwen

    Multics MySql Manager? Any How to?

    Hi all, I've been trying to get MySql running on my multics servers for the past few months but i've never suceeded! Likewise for my CSP server! When you do a google, all you see is people asking the same question?! Maybe someone who has the knowledge can do a tutorial to help out? Thanks VG
  4. Vangerwen

    Introduction

    Welcome to the forum mate Hope you stick around! Check out our Verified Payserver Section for the best experience! VG
  5. Vangerwen

    hi all

    Hi mate Thanks for joining! Hope you stick around!!
  6. Vangerwen

    CCcam Prio File?

    Your an absolute star mate :)
  7. Vangerwen

    CCcam Prio File?

    Hi guys, Some of ye might have an up to date CCcam Prio file? Been having problems with channels opening too slowly at times! Cheers
  8. Vangerwen

    hello

    Welcome mate!! Enjoy!!
  9. Vangerwen

    Multics r 63+CCcam213 for E2 Recievers

    Ye get it working?
  10. Vangerwen

    Hello and good Luck with your new forum

    Welcome to the forum! Enjoy your time here!
  11. Vangerwen

    Hi and Good luck

    Welcome afc007! Thanks for joining and we hope you stick around with us ;) VG
  12. Vangerwen

    Hello

    Welcome to the forum mate Enjoy your stay
  13. Vangerwen

    Hello all from Serbia

    Welcome :) Thanks for joining! We hope you stick around and enjoy your stay :D VG
  14. Vangerwen

    How to: Load a Channel List on Amiko Alien

    1) Download and save your required Spark channel list file for the Amiko Alien 2 to your computer. These can be downloaded from the forum. 2) Insert a USB stick into your computer, open the channel list file you just downloaded and extract the complete set of .xml files from the .zip or .rar...
  15. Vangerwen

    How to Upgrade E2 in Amiko Alien 2

    Download the prefered Enigma2 image Extract the image to a USB stick?s root directory This should result a ?Enigma2? folder on the usb stick, which contains the following two files: ?e2jffs.img? & ?uImage? Power the receiver Off with the main power switch Plug In the USB Stick Power ON the...
  16. Vangerwen

    How to: Add Cline to Amiko Alien using Spark

    This is the simplest way of adding C:line in spark Now you will need to download the emu_plugin file Once you have downloaded and unzipped the emu_plugin.zip Place the folder 'plugin' onto a USB stick and insert the USB stick into the USB port on the rear of the receiver. You will then see a...
  17. Vangerwen

    Amiko Alien E2 OpenPli HRnigam II IMG

    Amiko Alien OpenPli HRnigam II IMG -Cross EPG -Orginal SKIN OpenPli -Fast scan -DD subtitle player -oscam-ymodv18-t33 sh4 -Mgcamd sh4 A-Team ----> Download <----
  18. Vangerwen

    Amiko Alien 2 Enigma 2 sth-stm24_0211-beta 0.01

    Amiko Alien 2 enigma 2 sth-stm24_0211-beta 0.01 Image created by osborne82 Fixed Thanks to open AR P Working E2 image for alien 2.rar ............................... Updated version Release notes : ----->Download <-------
  19. Vangerwen

    Oscam Auto Installer for an Installed Ubuntu System

    This is a auto installer for a installed ubuntu system done with my auto install script. Or the same as this setup from CCcam server. the "install" is for 1 Cccam version What to do? take the oscam_install_pack and the script place them in /tmp fill in the user name from you in this system...
  20. Vangerwen

    How to "Oscam check script"

    As more and more peeps are required to take the plunge with oscam here is a simple script which will check to see if oscam is running. If oscam has stopped running it will restart it automatically. #!/bin/sh process=`ps auxwww | grep oscam | grep -v grep | awk '{print $1}'` if [ -z "$process"...