where to put the php scripts in the php -admin folder of kannel source to use them?

2009-09-13 Thread freeburn
php-Admin is a directory in kannel source. there are bunch of php files . by going through them i have understood that they perform the usual administrative commands like 'status' and 'sendsms'. these scripts reduces the usual typing of browser urls. i dont have a good idea about apache

Re: where to put the php scripts in the php -admin folder of kannel source to use them?

2009-09-13 Thread sapna singh
Put your alll file in /var/www/html after that you can use it http://127.0.0.1/sendsms.php or http://127.0.0.1/sendsms1.php Regards Sapna On Sun, Sep 13, 2009 at 12:50 PM, freeburn hoss...@finder-lbs.com wrote: php-Admin is a directory in kannel source. there are bunch of php files

Re: where to put the php scripts in the php -admin folder of kannelsource to use them?

2009-09-13 Thread Nikos Balkanas
Hi, To use php-admin, your apache needs to be compiled with php support. To configure apache, either read their user guide or ask for help in their forum. BR, Nikos - Original Message - From: freeburn hoss...@finder-lbs.com To: users@kannel.org Sent: Sunday, September 13, 2009 10

Re: where to put the php scripts in the php -admin folder of kannel source to use them?

2009-09-13 Thread freeburn
://127.0.0.1/sendsms.php or http://127.0.0.1/sendsms1.php Regards Sapna On Sun, Sep 13, 2009 at 12:50 PM, freeburn hoss...@finder-lbs.com wrote: php-Admin is a directory in kannel source. there are bunch of php files . by going through them i have

Re: where to put the php scripts in the php -admin folder ofkannel source to use them?

2009-09-13 Thread Nikos Balkanas
Hi, I'll tell you what you need to do, but you have to take this discussion elsewhere (apache fora). 1. find / -name httpd.conf. In distros it should be under /etc. 2. Edit httpd.conf and serach for document-root. 3. That's where you need to put your php-admin files. If you put the whole

error compiling kannel and how to use the 'php-admin' scripts in contrib directory

2009-09-11 Thread freeburn
an error message that libxml2 is not installed. as the testing utilities compiled with kannel, i cant use them unless i build the whole package from source. so what should i do?is it possible to get source for the test utilities separately so that i can build them? 2.i want to use the php-admin scripts

Re: error compiling kannel and how to use the 'php-admin' scripts incontrib directory

2009-09-11 Thread Cezary Siwek
1. you have to install dev libraries of libxml2 apt-get install libxml2-dev BR - Original Message - From: freeburn To: users@kannel.org Sent: 12 September 2009 02:25 Subject: error compiling kannel and how to use the 'php-admin' scripts incontrib directory I'm using

Re: php-admin

2008-06-30 Thread davejal
or body 'help' to [EMAIL PROTECTED] You can reach the person managing the list at [EMAIL PROTECTED] When replying, please edit your Subject line so it is more specific than Re: Contents of users digest... Today's Topics: 1. Re: receiving MOs (Falko Ziemann) 2. Re: php-admin

php-admin

2008-06-28 Thread Dave Jong A Lock
Hi all, Can anyone give me the steps to use the php-admin? I have tried copying all the files in the contrib folder, made the changes in the conf file accordingly,I can load the page but after that nothing works. the links work, but no information of my kannel is displayed and using sendsms.php

Kannel PHP-ADMIN help

2005-10-09 Thread Bartosz Jozwiak
Dear Users, I have a small problem with php-admin for sending sms'es from web interface. everything is configured good in config.inc . While I am sending sms from smssend.php and press send nothing happens. No error message, and sms is not send. while I want to check status of kannel through php