Saturday, March 26, 2011

Sopcast Channels (Sports)

sop://broker.sopcast.com:3912/35999    Sportin' Wood (boxing)
sop://broker1.sopcast.com:3912/24267  MMA-TV
sop://broker.sopcast.com:3912/24267
sop://broker1.sopcast.com:3912/85856
sop://broker.sopcast.com:3912/51813
sop://broker.sopcast.com:3912/28233
sop://broker.sopcast.com:3912/17525
sop://broker1.sopcast.com:3912/6002 CCTV-5
sop://broker.sopcast.com:3912/6002
sop://broker.sopcast.com:3912/29629
sop://broker.sopcast.com:3912/7524
sop://broker.sopcast.com:3912/69756
sop://broker1.sopcast.com:3912/65154
sop://broker.sopcast.com:3912/35999
sop://broker.sopcast.com:3912/108108
sop://broker.sopcast.com:3912/93290
sop://broker.sopcast.com:3912/98660
sop://broker.sopcast.com:3912/107960

MMA, Boxing, UFC, Golf, Basketball, Tennis,Vollebay, Ice Skating, Racing

Friday, March 25, 2011

Debian / Ubuntu Offline Update

On Online Machine (A):
Copy the /var/cache/apt/archives/ and /var/lib/apt/lists/ directories to the transfer drive (e.g. USB Flash drive).
Also get /etc/apt/sources.list and /etc/apt/sources.list.d/

On Offline Machine (B):
Copy files from the transfer drive to the same location on the Offline Machine.
Force APT to read the source files via 'sudo apt-cache gencaches'. This will allow APT to read the /var/lib/apt/lists/ and know what packages are available.


Now you can 'sudo apt-get install ' to install the available packages.

Sunday, March 6, 2011

ionCube MAMP / XAMP / Ubuntu Linux 10

For MAMP on MacOS 10.6.6:

Copy ioncube_loader_dar_5.3.so to /Applications/MAMP/bin/php5.3/lib/php/extensions/no-debug-non-zts-20090626/

File->Edit Template->PHP 5.3 ini
put zend_extension=/Applications/MAMP/bin/php5.3/lib/php/extensions/no-debug-non-zts-20090626/ioncube_loader_dar_5.3.so to the end of ini file.

Stop/Start MAMP


For XAMP on Windows :

Copy ioncube_loader_win_5.3.dll to c:/windows/system32

Edit c:/xampp/php/php.ini
put zend_extension=c:/windows/system32/ioncube_loader_win_5.3.dll

For PHP on Ubuntu Linux:

Copy ioncube_loader_lin_5.3.so to /usr/lib/php5/20090626+lfs/

Edit /etc/php5/apache2/php.ini
put zend_extension=/usr/lib/php5/20090626+lfs/ioncube_loader_lin_5.3.so