[Citrusdb-users] error Not Found after I login the default password

2010-02-05 Thread AC Perdon
Hi,

I have installed citrusdb 3 times and my first time to encounter this
problem which I cant figure it out, can any one help details below:

System Info:

OS:
Distributor ID:Ubuntu
Description:Ubuntu 9.10
Release:9.10
Codename:karmic

phpinfo output:
Configuration File (php.ini) Path /etc/php5/apache2 Loaded Configuration
File /etc/php5/apache2/php.ini Scan this dir for additional .ini files
/etc/php5/apache2/conf.d
additional .ini files parsed /etc/php5/apache2/conf.d/gd.ini,
/etc/php5/apache2/conf.d/mcrypt.ini, /etc/php5/apache2/conf.d/mysql.ini,
/etc/php5/apache2/conf.d/mysqli.ini, /etc/php5/apache2/conf.d/pdo.ini,
/etc/php5/apache2/conf.d/pdo_mysql.ini

Citrus Config:

7 // define variables
  $sys_dbhost = 'localhost';
  $sys_dbuser = 'test';
  $sys_dbpasswd = 'test123';
  $sys_dbname = 'citrus';
  $sys_dbtype = 'mysql';
  $path_to_citrus = '/var/www/citrus-2.0';
  $hidden_hash_var='thequickbrownfox';
  $lang = './include/local/us-english.inc.php';
  $gpg_command = /usr/bin/gpg --homedir /home/www-data/.gnupg --armor
--batch -e -r 'CitrusDB';
  $gpg_decrypt = /usr/bin/gpg --homedir /home/www-data/.gnupg
--passphrase-fd 0 --yes --no-tty --skip-verify --decrypt;

  // use these url prefixes to redirect between the ssl carddata and regular
pages
  // also maybe can be used with base href to help limit cross site
scripting
  $url_prefix = http://localhost/~pyasi/citrus_project/citrusdb-gpg/;;
  $ssl_url_prefix = https://localhost/~pyasi/citrus_project/citrusdb-gpg/;;

  File is located:

$ pwd
/var/www/citrus-2.0

Citrus version: 2.0 stable

Problem:

After I type in default username and password (admin/test) the page loads
below error, I think its looking for a directory or a a file located at
/home/pyasi/citrus_project/io, but I'm not sure cause my previous
installation was successful and I have check the files seem all of them are
in the right place.

Not Found

The requested URL /citrusdb/index.php was not found on this server.
--
Apache/2.2.12 (Ubuntu) Server at localhost Port 80
here are the files:
$ ls
1024x768.html dashboard.php   include  receipt.php
all_billing_details.php   datetest.phpindex.phpscripts
all_billing_history.php   decryptcardsLICENSE  search.php
all_customer_history.php  dosearch.phplogout.php   statusupdate
all_payment_history.php   encryptcardsMODULEGUIDE  tickets.php
billing_details.php   favicon.ico modules  tools
billing_history.php   footer.php  modules.php  tools.php
calendar.php  fullscreen.css  mydate.php   update.php
citrus.cssfunctions.jsnewcustomer.php
viewaccount.php
citrusdb.png  getweekends.pl  online
viewservice.php
citrus.sqlheader.php  payment_history.php
viewticket.php
classes   help.html   print.php
customer_history.php  images  README

Thanks and Regards,
AC
--
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com___
Citrusdb-users mailing list
Citrusdb-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/citrusdb-users


Re: [Citrusdb-users] error Not Found after I login the default password

2010-02-09 Thread AC Perdon
Cool! Thanks Paul its now working.

2010/2/6 Paul Yasi p...@coffeebuzz.com

 You need to update the url_prefix and ssl_url_prefix variables to the
 correct ones in config.inc.php

 These are new in 2.0

 Paul

 2010/2/5 AC Perdon acp@gmail.com

 Hi,

 I have installed citrusdb 3 times and my first time to encounter this
 problem which I cant figure it out, can any one help details below:

 System Info:

 OS:
 Distributor ID:Ubuntu
 Description:Ubuntu 9.10
 Release:9.10
 Codename:karmic

 phpinfo output:
 Configuration File (php.ini) Path /etc/php5/apache2  Loaded Configuration
 File /etc/php5/apache2/php.ini Scan this dir for additional .ini files 
 /etc/php5/apache2/conf.d
 additional .ini files parsed /etc/php5/apache2/conf.d/gd.ini,
 /etc/php5/apache2/conf.d/mcrypt.ini, /etc/php5/apache2/conf.d/mysql.ini,
 /etc/php5/apache2/conf.d/mysqli.ini, /etc/php5/apache2/conf.d/pdo.ini,
 /etc/php5/apache2/conf.d/pdo_mysql.ini

 Citrus Config:

 7 // define variables
   $sys_dbhost = 'localhost';
   $sys_dbuser = 'test';
   $sys_dbpasswd = 'test123';
   $sys_dbname = 'citrus';
   $sys_dbtype = 'mysql';
   $path_to_citrus = '/var/www/citrus-2.0';
   $hidden_hash_var='thequickbrownfox';
   $lang = './include/local/us-english.inc.php';
   $gpg_command = /usr/bin/gpg --homedir /home/www-data/.gnupg --armor
 --batch -e -r 'CitrusDB';
   $gpg_decrypt = /usr/bin/gpg --homedir /home/www-data/.gnupg
 --passphrase-fd 0 --yes --no-tty --skip-verify --decrypt;

   // use these url prefixes to redirect between the ssl carddata and
 regular pages
   // also maybe can be used with base href to help limit cross site
 scripting
   $url_prefix = 
 http://localhost/~pyasi/citrus_project/citrusdb-gpg/http://localhost/%7Epyasi/citrus_project/citrusdb-gpg/
 ;
   $ssl_url_prefix = 
 https://localhost/~pyasi/citrus_project/citrusdb-gpg/https://localhost/%7Epyasi/citrus_project/citrusdb-gpg/
 ;

   File is located:

 $ pwd
 /var/www/citrus-2.0

 Citrus version: 2.0 stable

 Problem:

 After I type in default username and password (admin/test) the page loads
 below error, I think its looking for a directory or a a file located at
 /home/pyasi/citrus_project/io, but I'm not sure cause my previous
 installation was successful and I have check the files seem all of them are
 in the right place.

 Not Found

 The requested URL /citrusdb/index.php was not found on this server.
 --
 Apache/2.2.12 (Ubuntu) Server at localhost Port 80
 here are the files:
 $ ls
 1024x768.html dashboard.php   include  receipt.php
 all_billing_details.php   datetest.phpindex.phpscripts
 all_billing_history.php   decryptcardsLICENSE  search.php
 all_customer_history.php  dosearch.phplogout.php
 statusupdate
 all_payment_history.php   encryptcardsMODULEGUIDE  tickets.php
 billing_details.php   favicon.ico modules  tools
 billing_history.php   footer.php  modules.php  tools.php
 calendar.php  fullscreen.css  mydate.php   update.php
 citrus.cssfunctions.jsnewcustomer.php
 viewaccount.php
 citrusdb.png  getweekends.pl  online
 viewservice.php
 citrus.sqlheader.php  payment_history.php
 viewticket.php
 classes   help.html   print.php
 customer_history.php  images  README

 Thanks and Regards,
 AC


 --
 The Planet: dedicated and managed hosting, cloud storage, colocation
 Stay online with enterprise data centers and the best network in the
 business
 Choose flexible plans and management services without long-term contracts
 Personal 24x7 support from experience hosting pros just a phone call away.
 http://p.sf.net/sfu/theplanet-com
 ___
 Citrusdb-users mailing list
 Citrusdb-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/citrusdb-users




 --
 The CitrusDB Project | http://www.citrusdb.org
 Open Source Customer Care  Billing System


 --
 The Planet: dedicated and managed hosting, cloud storage, colocation
 Stay online with enterprise data centers and the best network in the
 business
 Choose flexible plans and management services without long-term contracts
 Personal 24x7 support from experience hosting pros just a phone call away.
 http://p.sf.net/sfu/theplanet-com
 ___
 Citrusdb-users mailing list
 Citrusdb-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/citrusdb-users


--
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans

Re: [Citrusdb-users] Login Failure. Please See Administrator error

2010-06-24 Thread AC Perdon
thanks this solved the problem.

2010/6/21 Paul Yasi p...@coffeebuzz.com

  There is a table called login_failures that will record your IP address
 each time you fail to enter the correct password.  If you fail more than 5
 times in a 24 hour period it will not allow you to try logging into the
 system again.  You'll need to go to the login_failures table and remove the
 rows it added that contain your IP address (or wait 24 hours)

 If you somehow changed the admin password by accident to something that you
 don't know you will need to manually reset it by opening the user table and
 putting in an MD5 in to the password field for the admin user that you do
 know.  The following is the MD5 for the default password  test that you
 can paste in there:

 098f6bcd4621d373cade4e832627b4f6


 Paul


 On 06/18/2010 10:42 PM, AC Perdon wrote:

 Hi,

 I have change the admin password to my desired password and also created a
 new account that has als same access right as admin. I have entered the
 password 4 - 5x and it was not accepted I tried the new account it was
 successful then I tried the admin same error and worst the error wont go
 even if I rebooted the server  I keep getting Login Failure. Please See
 Administrator error no loging page is loading . I could not figure it out
 why I'm getting this..


 Regards,
 AC


 --
 ThinkGeek and WIRED's GeekDad team up for the Ultimate
 GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the
 lucky parental unit.  See the prize list and enter to win:
 http://p.sf.net/sfu/thinkgeek-promo


 ___
 Citrusdb-users mailing 
 listcitrusdb-us...@lists.sourceforge.nethttps://lists.sourceforge.net/lists/listinfo/citrusdb-users




 --
 ThinkGeek and WIRED's GeekDad team up for the Ultimate
 GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the
 lucky parental unit.  See the prize list and enter to win:
 http://p.sf.net/sfu/thinkgeek-promo
 ___
 Citrusdb-users mailing list
 Citrusdb-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/citrusdb-users


--
ThinkGeek and WIRED's GeekDad team up for the Ultimate 
GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the 
lucky parental unit.  See the prize list and enter to win: 
http://p.sf.net/sfu/thinkgeek-promo___
Citrusdb-users mailing list
Citrusdb-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/citrusdb-users


[Citrusdb-users] Citrudb for CATV Operation

2012-01-16 Thread AC Perdon
Hi,

Any one here is using citrudb for cable TV Operation? I would like to hear
your experiences.

Thanks,
AC
--
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d___
Citrusdb-users mailing list
Citrusdb-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/citrusdb-users