Jumat, 23 Desember 2011

easySMS sms utk windows mobile

easySMS is a software for sending SMS (Short Message) on Windows Mobile phones. You can send new message or archived message for selected contacts easily. easySMS is fastest way for sending SMS in windows mobile. http://easysms.codeplex.com/

sms extractor

smsextractor dowmload di http://smsextractor.codeplex.com/ adalah software kecil utk extract data sms inbox dan outbox dari modem huwaei.

SMS Server Setup

lagi coba SMS Server Setup dari http://modem4sms.codeplex.com/ tp pending dulu soalnya butuh framework 4.0, sepertinya bagus, support modem, http dan database

Jumat, 16 Desember 2011

Selasa, 13 Desember 2011

Class php yang bagus

http://www.phpclasses.org/package/7221-PHP-Search-for-content-on-MySQL-or-Sphinx.html 
http://www.phpclasses.org/package/7165-PHP-Extract-information-from-Web-site-pages.html

http://www.phpclasses.org/package/7244-PHP-Synchronize-MySQL-databases.html
This class can be used to synchronize MySQL databases.

It can connect to two MySQL databases with the same table structure and perform operations that synchronize their contents according to certain rules.

Currently it is possible to define rules for which tables will synchronized and for the records to be deleted before synchronizing.

The class generates one file with SQL statements and then reads the file again to execute the generated SQL on the target database

Selasa, 29 November 2011

Kode PHP Untuk Mengambil SMS Queue pada Nowsms

NowSMS menyimpan sms yang dalam antrian dikirim ke dalam 1 folder, setiap sms 1 file, dan dalam 1 file tsb ada beberapa baris seperti ini

[SMS]
SubmittedBy=127.0.0.1
SMSCRoute=COM3:
Data=tes sms aja
pid=00
dcs=00
Binary=0
PhoneNumber=+6281900873824




Untuk memantaunya saya buat kode utk memanggil semua file, setelah itu melihat isi dalam setiap file yg saya buat menjadi  1 baris

kodenya spt ini



Sabtu, 26 November 2011

belajar dan membuat project dengan codeigniter

lagi belajar code igniter sekaligus buat project dengan ci, untuk memudahkan saya gunakan tempate project yg sudah ada.

setelah browsing2, ketemu 2 project bagus yaitu di :

  • https://github.com/ncerminara/envysea-codeigniter-2.0.3-authentication#readme
  • dan http://bkendall.biz/2011/07/codeigniter-starter-project/ 
untuk crud (create, read, update dan delete) data juga sudah ada grocery crud (http://www.grocerycrud.com/ ) , dengan grocery ini masalah inti penampilan data beres.

untuk codeigniter-starter-project, awalnya tidak berhasil memanggil css, namun setelah saya edit file asset.php pada baris ini maka masalah selesai

$config['asset_dir'] =  'http://localhost/opensource/ci-starter2/assets/';

saya juga ganti htaccess menjadi spt ini

RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule .* index.php/$0 [PT,L]



Selasa, 08 Februari 2011

XHaffman : php class utk enkripsi dan dekrip data

This class can be used to encrypt and decrypt data using xor and compression operations.

It can take a string of data and encrypt it by using the xor operation with values of the encryption key. The encrypted result is compressed with gzip and encoded again using the xor operation with the key.

The class can also decrypt a previously encypted string of data by performing the same operations in the reverse order.

Selasa, 01 Februari 2011

JRLog class untuk menampilkan log file jadi html

This package can be used to log entries to files or display them.

It has specialized files that can take log entry information and either append the log entries to files and output the entries to display in an HTML page.

The base class can format log entries to contain the log message, type, date, time, calling script file and line number.

klik http://www.phpclasses.org/package/6762-PHP-Log-entries-to-files-or-display-them.html

Senin, 17 Januari 2011

DoceboLMS cms untuk elearning, alternatif selain moodle dan atutor

DoceboLMS is a SCORM compliant Open Source e-Learning platform used in corporate, government and education markets.

klik http://www.docebo.org

Minggu, 16 Januari 2011

phplot untuk buat grafik, alternatif jpgraph

http://freshmeat.net/projects/phplot
PHPLOT is a PHP graphics class for creating charts and plots. It works with PHP5 (but older versions can use PHP4). PHPlot uses the PHP GD extension to produce PNG, GIF, or JPEG images. TrueType fonts (TTF) are optional, or built-in GD fonts can be used. The available plot types are: area, bars, line/points, lines, pie, points, squared, stacked-bars, and thin bar-line. Labels, tick marks, plot legend, X/Y axes, and more are all configurable. Images can be imported as a background, multiple graphs can be drawn on one image, and images can be saved to disk or returned to a browser.

Minggu, 09 Januari 2011

Barcode Writer in Pure Postscript

Barcode Writer in Pure Postscript implements the printing of many barcode formats entirely within PostScript, so that the process of converting the input string into the printed output is performed by the printer or print system. The project supports all major barcode formats including: EAN-13 (JAN-13), EAN-8 (JAN-8), UPC-A, UPC-E, EAN-5 & EAN-2 (EAN/UPC add-ons), ISBN (including legacy ISBN), ISMN (including legacy ISMN), ISSN, Code 128 (A, B & C), GS1-128, SSCC-18 (EAN-18, NVE), EAN-14, Code 39, Code 39 Extended, Code 93, Code 93 Extended, Code 32 (Italian Pharmacode), Pharmazentralnummer (PZN), Interleaved 2 of 5, ITF-14 (UPC SCS), GS1 DataBar (Omnidirectional, Stacked, Stacked Omnidirectional, Limited, Expanded, Expanded Stacked), Code 2 of 5 (Industrial, IATA, Matrix, Datalogic & COOP), Code 11 (USD-8), BC412, Codabar (NW-7), Pharmacode (including two-track), MSI, Plessey, Telepen, Channel Code, PosiCode, PDF417, Data Matrix (ECC200), QR Code (including Micro QR Code), and more.

http://www.terryburton.co.uk/barcodewriter/

Selasa, 04 Januari 2011

Class untuk generete serial

dan untuk manajemen lisensi software
klik http://www.phpclasses.org/package/6690-PHP-Generate-and-validate-license-serial-numbers.html