Tuesday, December 9, 2008

Knight Raider 2008 Sesion 1 Episode 2

· 0 comments

Knight Raider 2008 Sesion 1 Episode 2 [PSP Movies]

Title : Knight raider 2008
Type : Tv series
Format : Mp4

Download file : Part 1, Part 2, Part 3, Part 4, Part 5, Part 6, Part 7, Part 8, Part 9, Part 10

Monday, December 8, 2008

Knight Raider 2008 Sesion 1 Episode 1

· 0 comments

Knight Raider 2008 Sesion 1 Episode 1 [PSP Movies]

Title : Knight Raider
Type : Tv Series

Download file : Part 1, Part 2, Part 3, Part 4, Part 5, Part 6, Part 7, Part 8, Part 9, Part 10

Sunday, December 7, 2008

Upin & Ipin Episode 5-6

· 0 comments

Upin & Ipin Episode 5-6 [PSP Movies]

Title : Upin & Ipin Episode 5-6 Hari raya
Type : Islamic Movies
Production : Les'Copaque Production
Format : Mp4

Download file : Click here

Saturday, December 6, 2008

Upin & Ipin Episode 4

· 0 comments

Upin & Ipin Episode 4 [PSP Movies]

Title : Upin & Ipin Episode 4 Terawih
Type : Les'Copaque Production
Type Islamic Movies
Format : Mp4

Download file : Click here

Thursday, December 4, 2008

Portable Aplication Collection

· 0 comments

Portable application collection are have sme applications like :
Ms Office 2007,open office, Adobe, Gimp, Firefox, Thunderbird, etc..

For Download file :
Part1, Part2, Part3, Part4, Part5,
Part6, Part7, Part8, Part9, Part10,
Part11, Part12, Part13, Part14,
Part15,Part16, Part17, Part18,
Part19, Part20, Part21, Part22,
Part23, Part24, Part25,Part26,
Part27, Part28

Wednesday, December 3, 2008

SMS Gateway with (Huawei+PlaySMS+Xampp+kannel) in Vector Linux

· 0 comments

Hi all,

Now i want to share how to make sms gateway with huawei E220 modem and other supporting tools. For the beginning we must to prepare tools, this the list:

  1. Modem Huawei E220
  2. Vector Linux 5.9 OS series with STD-GOLD kernel 2.6.22.14
  3. Gateway modules exp: we used kannel with version Gateway-1.4.1.tar.gz
  4. File huawei.tar.bz2
  5. Files he220stat.tar.bz2. files for show statistic in huawei E220. (Optional)
  6. Xampp for Linux
  7. Files huaweiAktBbo.out
  8. Files Playsms-0.9.3.tar.gz
Ok now we start, ready ??

1. Open shell console with root user
2. Identification your huawei e220 modem with this command :

xcore:/~# dmesg | tail
option 4-2:1.1: GSM modem (1-port) converter detected
usb 4-2: GSM modem (1-port) converter now attached to ttyUSB1
scsi5 : SCSI emulation for USB Mass Storage devices
usb-storage: device found at 3
usb-storage: waiting for device to settle before scanning
scsi 5:0:0:0: CD-ROM HUAWEI Mass Storage 2.31 PQ: 0 ANSI: 2
sr0: scsi3-mmc drive: 370x/372x cd/rw xa/form2 cdda
sr 5:0:0:0: Attached scsi CD-ROM sr0
sr 5:0:0:0: Attached scsi generic sg1 type 5
usb-storage: device scan complete

    or
xcore:/~#dmesg | grep usb
usbcore: registered new interface driver usbfs
usbcore: registered new interface driver hub
usbcore: registered new device driver usb
Floppy drive(s): fd0 is unknown type 15 (usb?), fd1 is unknown type 15 (usb?)
usbmon: debugfs is not available
usb usb1: configuration #1 chosen from 1 choice
usb usb2: configuration #1 chosen from 1 choice
usb usb3: configuration #1 chosen from 1 choice
usb usb4: configuration #1 chosen from 1 choice
usb usb5: configuration #1 chosen from 1 choice
usbcore: registered new interface driver usb-storage
usbcore: registered new interface driver libusual
usbcore: registered new interface driver hiddev
usbcore: registered new interface driver usbhid
drivers/hid/usbhid/hid-core.c: v2.6:USB HID core driver
usb 4-2: new full speed USB device using uhci_hcd and address 2
usb 4-2: configuration #1 chosen from 1 choice
usb-storage: device found at 2
usb-storage: waiting for device to settle before scanning
usbcore: registered new interface driver usbserial
drivers/usb/serial/usb-serial.c: USB Serial support registered for generic
usbcore: registered new interface driver usbserial_generic
drivers/usb/serial/usb-serial.c: USB Serial Driver core
drivers/usb/serial/usb-serial.c: USB Serial support registered for GSM modem (1-port)
usbcore: registered new interface driver option
drivers/usb/serial/option.c: USB Driver for GSM modems: v0.7.1
usb 4-2: reset full speed USB device using uhci_hcd and address 2
usb-storage: device scan complete
usb 4-2: USB disconnect, address 2
usb 4-2: new full speed USB device using uhci_hcd and address 3
usb 4-2: configuration #1 chosen from 1 choice
usb 4-2: GSM modem (1-port) converter now attached to ttyUSB0
usb 4-2: GSM modem (1-port) converter now attached to ttyUSB1
usb-storage: device found at 3
usb-storage: waiting for device to settle before scanning
usb-storage: device scan complete


Notes : If when execute the Bold Command and the output like in the top, your modem is detected in linux

3. Instal Xampp in linux

xcore:/~# tar -xvf xampp-linux-1.6.7.tar.gz -C /opt
# /opt/lampp/lampp start
# /opt/lampp/lampp security


if do you want to run xampp when boot linux first you must create a symbolic link with this command:

# ln -s /opt/lampp/lampp /etc/rc.d/init.d

after that activation deamon pass through VASM | services | services | 4. Graphical User Interface Desktop | lampp

4. Instal huawei E220 driver for linux

before you continue for instalation huawei E220 driver in linux you must to check again if huawei E220 detected in linux.

xcore:/~
# tar xjvf huwei.tar.bz2
# cd huawei
xcore:/~/huawei
# make info
# make generic_install
udevcontrol reload_rules
Go ahead and replug your HUAWEI modem.
xcore:/~/huawei
# mkdir -p /etc/chatscripts/
# cp conf/wvdial-huawei.conf /etc/
# cp conf/huawei-e220.chat /etc/chatscripts/
# cp conf/huawei-e220 /etc/ppp/peers/
# cp files/99-huawei.rules /etc/udev/rules.d/
# cp files/huawei-mobile.sh /lib/udev/


5. Instal Huawei E220 Status (Optional)

xcore:/~
# tar xjvf he220stat.tar.bz2
# cd hestat-0×03
xcore:/~/hestat-0×03
# ./ configure
# make
# make install
- lalu eksekusi program tersebut ——
# xhe220stat
xcore:/~
# chmod +x huaweiAktBbo.out
# cp huaweiAktBbo-i386.out /bin
–coba jalankan file tersebut ——-
# huaweiAktBbo-i386.out
Hladam HUAWEI E220 a prepnem na modem - bbo 06
4 set feature request returned 0
Prepnute-OK, Mas ttyUSB0 ttyUSB1 (cez usbserial vendor=0×12d1 product=0×1003)
pozri /proc/bus/usb/devices


if like up there, you success instal.

6. Instal Kannel

- Create directory kannel

xcore:/~
# mkdir /program
# cd /program
xcore://program
# mkdir kannel
# cd /var/log
xcore://var/log
# mkdir kannel


- Copy the kannel file to /usr/local/src

xcore:/~
# cp gateway-1.4.1.tar.gz /usr/local/src
# cd /usr/local/src
xcore://usr/local/src
# tar xzvf gateway-1.4.1.tar.gz
# cd gateway-1.4.1
xcore://usr/local/src/gateway-1.4.1
# ./configure –prefix=/program/kannel
# make
# make install


- Setting Kannel

xcore:/~
# cd /program/kannel/sbin ( Create file kannel.conf )
xcore://program/kannel/sbin
# medit kannel.conf


For the contents like this :

# CORE
group = core
admin-port = 13000
smsbox-port = 13001
admin-password = metalcore
status-password = password
log-level = 0
log-file = “/var/log/kannel/kannel.log”
access-log = “/var/log/kannel/access.log”
store-file = “/var/log/kannel/kannel.store”
# SMSC Fake
group = smsc
smsc = fake
host = localhost
port = 14013
my-number = +6285655549520
# SMSC MODEM GSM
group = smsc
smsc = at
host = localhost
port = 13013
smsc-id = smsserver
modemtype = vodafone
device = /dev/ttyUSB1
speed = 19200
sms-center = +62855000000
group = modems
id = vodafone
name = vodafone
detect-string = VODAFONE
init-string = “AT+CNMI=2,1,0,0,0;+CMEE=1″
# SMSBOX SETUP
group = smsbox
bearerbox-host = localhost
sendsms-port = 13013
sendsms-chars = “0123456789+”
#global-sender = sms center
global-sender = +62855000000
log-level = 0
log-file = “/var/log/kannel/smsbox.log”
access-log = “/var/log/kannel/access.log”
# SEND-SMS USERS
group = sendsms-user
username = xcore
password = metalcore
group = sms-service
keyword = default
accept-x-kannel-headers = true
max-messages = 0
assume-plain-text = true
catch-all = true
exec = /usr/local/bin/kannel_incoming
#%t %q %a
get-url = http://localhost/playsms #playsms directory
#group = mysql-connection
#id = mydlr
#host = localhost
#mysql-username =
#mysql-password =
#database = playsms
Note :
SMS Center :
Telkomsel: +6281100000
IM3 : +62855000000
XL: +62818445009
Satelindo: +62816124


Testing with run bearerbox & smsbox

# cd /program/kannel/sbin
xcore://program/kannel/sbin
# ./bearerbox -v kannel.conf&
2006-10-20 13:46:17 [2991] [6] DEBUG: AT2[huawei]: <– OK 2006-10-20 13:46:17 [2991] [6] INFO: AT2[huawei]: AT SMSC successfully opened.


if the out put like the up there, it's correct.

# ./smsbox -v kannel.conf&

Testing kannel application, with write this link in internet browser ex: firefox

http://localhost:13013/cgi-bin/sendsmsuser=tester&password=password&to=085234128689&text=ujicoba&mclass=1

if in browser show the message like this "0: Accepted for deliver" it's correct

7. Instalation playSMS

xcore:/~
# cp playsms-0.9.3.tar.gz /usr/local/src
# cd /usr/local/src
xcore://usr/local/src
# tar xzvf playsms-0.9.3.tar.gz
# cd playsms-0.9.3
# adduser playsms
# passwd playsms
# mkdir /opt/lampp/htdocs/playsms# mkdir /var/log/playsms
# cp -rR web/* /opt/lampp/htdocs/playsms
# chmod 701 /opt/lampp/htdocs/playsms


create database with phpmyadmin and then impor playsms.sql file in directory /usr/local/src/playsms-0.9.3/db/playsms.sql.

Rename file config-dist.php with config.php and thenwdit the file. like this:

# medit /opt/lampp/htdocs/playsms/config.php
Variabel2 yang perlu disesuaikan adalah :
$db_param['type'] = ‘mysql’; // database engine
$db_param['host'] = ‘localhost’; // database host/server
$db_param['port'] = ”; // database port - dikosongi aja
$db_param['user'] = ‘root’; // database username – root mysql
$db_param['pass'] = ‘root’; // database password - password root mysql
$db_param['name'] = ‘playsms’; // database name
$db_param['pref'] = ‘playsms’; // table’s prefix without trailing underscore
isi variabel $db_param['user'],$db_param['pass'] sesuai dengan security lampp

xcore://usr/local/src
# cp playsms-0.9.3/bin/kannel_incoming /usr/local/bin/
# cd /usr/local/src/playsms-0.9.3/bin
xcore://usr/local/src/playsms-0.9.3/bin
# cp playsmsd playsmsd.php playsmsd_start /usr/local/bin/
# cp playsms /etc/default/

Run kannel

xcore://program/kannel/sbin
# ./bearerbox -v kannel.conf&
# ./smsbox -v kannel.conf&

Run PlaySMS in your browser with url :

http://localhost/playsms
for username and password :
username : admin
password : admin

activation the kannel with gateway module, and then choose manage kannel, edit and fill the form like this :

( Same with kannel.conf )
Username : xcore
Password : metalcore
Global sender : +62855000000
Bearerbox IP : 127,0,0,1
Send SMS Port : 13013
Playsms Url : //localhost/playsms
Kannel Incoming Path : /usr/local/bin/kannel_incoming

and then search and click the "click here" to activate. and for finaly go to Send sms and then try it.

Good Luck.

Upin & Ipin Episode 3

· 0 comments

Upin & Ipin Episode 3 [PSP Movies]

Title : Upin & Ipin Nikmat
Production : Les'Copaque Production

Download Links : Click here

Upin & Ipin Episode 2

· 0 comments

Upin & Ipin Episode 2 [PSP Movies]

Title : Upin & Ipin Dugaan
Production : Les'Copaque Production

Download Links : Click here

Upin & Ipin Episode 1

· 0 comments

Upin & Ipin Episode 1 [PSP Movies]

Title : Upin & Ipin Esok Puasa
Production : Les'Copaque Production

Download Links : Click here

Gimp Portable

· 0 comments

Gimp v 2.6.1 Portable

Download Links : Click here

Large Original Black ( CTF )

· 0 comments


Large Orgiginal Black (CTF) PSP Themes

- Tested in : 5.00m33 Firmware

Download Links : Click here

Colorful Themes

· 0 comments

Colorful Themes

- Tested in : 5.00 M33 Firmware

Download Links :

Click here

Buzz Brain Bender

· 0 comments

Buzz Brain Bender PSP Games
- Type : Contest
- Size : 767 MB (ISO) 543 (CSO)
- Tested in :
4.01m33-2 Firmware

Rapidshare Links :

Part 1, Part 2, Part 3

Warriors Lost Empire

· 0 comments

Warriors Lost Empire PSP Games

- Action RPG
- Tested in : 4.01m33-2 Firmware
- Size : 1,63 GB (ISO), 1,53 GB (CSO)

Rapidshare Links :

Part 1, Part 2, Part 3, Part 4, Part 5,
Part 6, Part 7, Part 8

Monday, December 1, 2008

FTP links for PSP Games

· 0 comments

Hi, all

This some ftp links i found when i browsing. this are the links :

  1. FTP Links PSP Games 1
  2. FTP Links PSP Games 2
  3. FTP Links PSP Games 3
  4. FTP Links PSP Games 4
if i found again i will write in here again. :D

Reconnect Internet in Huawei E220

· 0 comments


When u used huawei e220 for connect to internet with mobile partner application there doesn't have auto reconnect fiture. for auto reconnect with mobile partner there is a software. it's Reconnect this the links for download ( click here) and inthe left is the screen shoot application. For used this software this the step.



Step 1 : Run the Reconnect application.
Step 2 : Push the Setting button and will show setting form.
Step 3 : Choose your Connection and if it had a user name and password fill it, check Auto reconnect, check all Startup setting and Other Setting(optional)
Step 4 : Push "Ok" button, after that Push "Connect" button.

Thats all. See you Next...

Get Free Rapidshare & Megaupload

Free Rapidshare & Megaupload

On Line User

Chat


ShoutMix chat widget