How to set-up PPP dialin and callback service [en] [lt]
JAVA + SSL programming [en]
Modified WAP-IRC gateway by Tomas Vilda (originaly written by Alan Cox) [en]
Adsense Simple - manage adsense account with a mouse! [en]
TBarcode component for Borland C++ Builder [en]
Car route generator [lt]
Macromedia Dreamweaver MX 6.1 windows-1257 code table patch [download]
IBM Scan Codes, EBCDIC Codes, ASCII Table, Extended ASCII Codes, HTML Codes [en]
Love Test - calculate your love between you and other person [en]
Smiles on web and in real world [lt]
|
|
IRC for your mobile - Wap-IRC gateway v0.30 Preface I am Tomas Vilda, student studying at University of Vilnius, Lithuania. I started interested in wap when I bought my first wap enabled mobile phone. I searched for the running irc-wap gateway. But with no success. Actually, I found some, but no such, that I make to connect to specified IRC server. Then I found wapirc gateway written by Alan Cox <alan@lxorguk.ukuu.org.uk>. I tried it on my FreeBSD server. During compilation I got error, because of bad Makefile. So I compiled it by correcting Makefile and ran successful. My mobile is Siemens C55. To start using this wapirc gateway I have to make some modifications. They are listed below. Changes from ORIGINAL wapirc gateway v0.2 wapirc gateway v0.30 (2004.03.13) thanks for Sven Dickert
wapirc gateway v0.24 (2003.12.31)
wapirc gateway v0.23 (2003.12.03)
wapirc gateway v0.22 (2003.12.01)
wapirc gateway v0.21 (2003.11.14)
Requirements
Installation 1. And download sources here from sourceforge.net 2. Extract sources: $ tar xvzf wapirc_0.30.tar.gz 3. Change current directory to extracted sources: $ cd wapirc_0.30 4. Edit config.h and Makefile files to change configuration of wapirc gateway (read config.h comments for more details) 5. Compile source files (it produces two output files: wapircd and wapirc.cgi): $ make && make install 6. Move compiled wapircd to directory that is not accessible using web 7. Run wapircd (NOTICE: NOT AS ROOT) $ ./wapircd & 8. Now try to access wapirc.cgi using your mobile phone, using URL that you specified in config.h file. On the first access to wapirc.cgi using your mobile, wapircd deamon will connect to IRC server and you should be able to use it as regular IRC client: send commands starting with '/' character or speak simply entering your words in input field. Troubleshooting If you have any questions or troubles getting wapirc gateway to start please feel free to use wapirc forum on sf.net or contact me by email <webmaster@stilius.net>. Original project sources You can find them here. Credits I want to thank Vytautas Kašėta for help with modifications of wapirc gateway and for webspace for this project Last documentation update 2004 september 30 (2004 09 30) Copyright Original wapirc gateway project is copyrighted to Alan Cox <alan@lxorguk.ukuu.org.uk>. All changes made to this project and this document is copyrighted to Tomas Vilda <webmaster@stilius.net>. © Tomas Vilda, 2003-2004 |