From elfofdark3 at yahoo.com Mon Sep 27 09:56:39 2010 From: elfofdark3 at yahoo.com (Alex Munteanu) Date: Mon, 27 Sep 2010 00:56:39 -0700 (PDT) Subject: [lms-en] Hi Message-ID: <614716.67570.qm@web110115.mail.gq1.yahoo.com> ? Hello, my name is Alex and i have just join to this list. ?First i just want to say that lms it's an amazing system, i am tasting it for last 2 weeks and i will recommend it to all people that are looking for such complex and complete software. ?I'm sending this mail because i have a really simple problem for you but for my is very hard. ?I am trying to locate ip adress in database but all i get are simple numbers lice 32454356, and i guess somewhere in php scripts you are crypting ip adress before numbers get in database. ? where can i find that algorithm. I need to enter manualy many ip's and i need to make them like 32454353 so i can insert them in ip_addr fields. ?Please help me. Thank you very much -------------- next part -------------- An HTML attachment was scrubbed... URL: From alec at alec.pl Mon Sep 27 10:06:21 2010 From: alec at alec.pl (A.L.E.C) Date: Mon, 27 Sep 2010 10:06:21 +0200 Subject: [lms-en] Hi In-Reply-To: <614716.67570.qm@web110115.mail.gq1.yahoo.com> References: <614716.67570.qm@web110115.mail.gq1.yahoo.com> Message-ID: <4CA0507D.4080500@alec.pl> On 27.09.2010 09:56, Alex Munteanu wrote: > I am trying to locate ip adress in database but all i get are simple numbers lice 32454356, > where can i find that algorithm. In SQL you can use inet_ntoa() and inet_aton() functions for conversion (we're still on IPv4 only). -- Aleksander 'A.L.E.C' Machniak http://alec.pl gg:2275252 LAN Management System Developer http://lms.org.pl Roundcube Webmail Developer http://roundcube.net From elfofdark3 at yahoo.com Mon Sep 27 10:47:13 2010 From: elfofdark3 at yahoo.com (Alex Munteanu) Date: Mon, 27 Sep 2010 01:47:13 -0700 (PDT) Subject: [lms-en] Hi In-Reply-To: <4CA0507D.4080500@alec.pl> Message-ID: <974359.94830.qm@web110105.mail.gq1.yahoo.com> Thank you very much it was simple for you like i said but i didn't work cu mysql for a long time. I was searching in smarty plugins...:) Thank you for quick answer. --- On Mon, 9/27/10, A.L.E.C wrote: From: A.L.E.C Subject: Re: [lms-en] Hi To: lms-en at lists.lms.org.pl Date: Monday, September 27, 2010, 11:06 AM On 27.09.2010 09:56, Alex Munteanu wrote: > I am trying to locate ip adress in database but all i get are simple numbers lice 32454356, > where can i find that algorithm. In SQL you can use inet_ntoa() and inet_aton() functions for conversion (we're still on IPv4 only). -- Aleksander 'A.L.E.C' Machniak http://alec.pl gg:2275252 LAN Management System Developer http://lms.org.pl Roundcube Webmail Developer http://roundcube.net _______________________________________________ lms-en mailing list lms-en at lists.lms.org.pl http://lists.lms.org.pl/mailman/listinfo/lms-en -------------- next part -------------- An HTML attachment was scrubbed... URL: From brosky at gmail.com Mon Sep 27 19:27:40 2010 From: brosky at gmail.com (Dan Broscoi) Date: Mon, 27 Sep 2010 20:27:40 +0300 Subject: [lms-en] Hi In-Reply-To: <4CA0507D.4080500@alec.pl> References: <614716.67570.qm@web110115.mail.gq1.yahoo.com> <4CA0507D.4080500@alec.pl> Message-ID: omg, Alec is still active on this list :) any ideas for a bridge between LMS <-> Mikrotik Routers ? On Mon, Sep 27, 2010 at 11:06 AM, A.L.E.C wrote: > On 27.09.2010 09:56, Alex Munteanu wrote: > > > I am trying to locate ip adress in database but all i get are simple > numbers lice 32454356, > > where can i find that algorithm. > > In SQL you can use inet_ntoa() and inet_aton() functions for conversion > (we're still on IPv4 only). > > -- > Aleksander 'A.L.E.C' Machniak http://alec.pl gg:2275252 > LAN Management System Developer http://lms.org.pl > Roundcube Webmail Developer http://roundcube.net > _______________________________________________ > lms-en mailing list > lms-en at lists.lms.org.pl > http://lists.lms.org.pl/mailman/listinfo/lms-en > -- --- Dan Broscoi +400-752-303123 http://www.bronet.ro -------------- next part -------------- An HTML attachment was scrubbed... URL: From munteanu.alexandru at yahoo.com Wed Sep 29 10:12:53 2010 From: munteanu.alexandru at yahoo.com (Munteanu Alexandru) Date: Wed, 29 Sep 2010 01:12:53 -0700 (PDT) Subject: [lms-en] lms - tariff/type values Message-ID: <79779.77774.qm@web37108.mail.mud.yahoo.com> Hi again, I have an other problem now i need to modify values from next drop-down list: Finances / New Subscription / type In database i found field "type" in table tariffs, but there are values like 1,2,3,4. What i need is the file where i can modify values from drop-down list: "internet, hosting, service, other" Please help me, Thank you very much. From alec at alec.pl Wed Sep 29 10:16:16 2010 From: alec at alec.pl (A.L.E.C) Date: Wed, 29 Sep 2010 10:16:16 +0200 Subject: [lms-en] lms - tariff/type values In-Reply-To: <79779.77774.qm@web37108.mail.mud.yahoo.com> References: <79779.77774.qm@web37108.mail.mud.yahoo.com> Message-ID: <4CA2F5D0.5040704@alec.pl> On 29.09.2010 10:12, Munteanu Alexandru wrote: > In database i found field "type" in table tariffs, but there are > values like 1,2,3,4. What i need is the file where i can modify > values from drop-down list: "internet, hosting, service, other" $TARIFFTYPES in lib/definitions.php -- Aleksander 'A.L.E.C' Machniak http://alec.pl gg:2275252 LAN Management System Developer http://lms.org.pl Roundcube Webmail Developer http://roundcube.net From munteanu.alexandru at yahoo.com Wed Sep 29 10:24:54 2010 From: munteanu.alexandru at yahoo.com (Munteanu Alexandru) Date: Wed, 29 Sep 2010 01:24:54 -0700 (PDT) Subject: [lms-en] lms - tariff/type values In-Reply-To: <4CA2F5D0.5040704@alec.pl> Message-ID: <131682.4427.qm@web37104.mail.mud.yahoo.com> Thank you very much Alec for help. --- On Wed, 9/29/10, A.L.E.C wrote: > From: A.L.E.C > Subject: Re: [lms-en] lms - tariff/type values > To: lms-en at lists.lms.org.pl > Date: Wednesday, September 29, 2010, 11:16 AM > On 29.09.2010 10:12, Munteanu > Alexandru wrote: > > > In database i found field "type" in table tariffs, but > there are > > values like 1,2,3,4. What i need is the file where i > can modify > > values from drop-down list: "internet, hosting, > service, other" > > $TARIFFTYPES in lib/definitions.php > > -- > Aleksander 'A.L.E.C' Machniak http://alec.pl gg:2275252 > LAN Management System Developer http://lms.org.pl > Roundcube Webmail Developer http://roundcube.net > _______________________________________________ > lms-en mailing list > lms-en at lists.lms.org.pl > http://lists.lms.org.pl/mailman/listinfo/lms-en > From munteanu.alexandru at yahoo.com Wed Sep 29 12:56:49 2010 From: munteanu.alexandru at yahoo.com (Munteanu Alexandru) Date: Wed, 29 Sep 2010 03:56:49 -0700 (PDT) Subject: [lms-en] lms - tariff/type values -part2 In-Reply-To: <131682.4427.qm@web37104.mail.mud.yahoo.com> Message-ID: <4361.74183.qm@web37101.mail.mud.yahoo.com> 1 aditional question, If i want to add more values that only 4 in that list, what other files do i need to modify except 'lib/definitions.php'; I would like to add the 5th element in that list, i have made it in definittions.php, but it seems that i need to modify other files too. Thank you very much. --- On Wed, 9/29/10, Munteanu Alexandru wrote: > From: Munteanu Alexandru > Subject: Re: [lms-en] lms - tariff/type values > To: "LMS users list (english)" > Date: Wednesday, September 29, 2010, 11:24 AM > Thank you very much Alec for help. > > --- On Wed, 9/29/10, A.L.E.C > wrote: > > > From: A.L.E.C > > Subject: Re: [lms-en] lms - tariff/type values > > To: lms-en at lists.lms.org.pl > > Date: Wednesday, September 29, 2010, 11:16 AM > > On 29.09.2010 10:12, Munteanu > > Alexandru wrote: > > > > > In database i found field "type" in table > tariffs, but > > there are > > > values like 1,2,3,4. What i need is the file > where i > > can modify > > > values from drop-down list: "internet, hosting, > > service, other" > > > > $TARIFFTYPES in lib/definitions.php > > > > -- > > Aleksander 'A.L.E.C' Machniak http://alec.pl gg:2275252 > > LAN Management System Developer http://lms.org.pl > > Roundcube Webmail Developer http://roundcube.net > > _______________________________________________ > > lms-en mailing list > > lms-en at lists.lms.org.pl > > http://lists.lms.org.pl/mailman/listinfo/lms-en > > > > > ? ? ? > _______________________________________________ > lms-en mailing list > lms-en at lists.lms.org.pl > http://lists.lms.org.pl/mailman/listinfo/lms-en > From munteanu.alexandru at yahoo.com Wed Sep 29 14:24:33 2010 From: munteanu.alexandru at yahoo.com (Munteanu Alexandru) Date: Wed, 29 Sep 2010 05:24:33 -0700 (PDT) Subject: [lms-en] lms - tariff/type values -part2 In-Reply-To: <4361.74183.qm@web37101.mail.mud.yahoo.com> Message-ID: <500448.37023.qm@web37106.mail.mud.yahoo.com> I have found, i have made a mistake, all modification needed ware in definitions.php, and no other files. --- On Wed, 9/29/10, Munteanu Alexandru wrote: > From: Munteanu Alexandru > Subject: Re: [lms-en] lms - tariff/type values -part2 > To: "LMS users list (english)" > Date: Wednesday, September 29, 2010, 1:56 PM > 1 aditional question, > > If i want to add more values that only 4 in that list, > what other files do i need to modify except > 'lib/definitions.php'; > > I would like to add the 5th element in that list, i have > made it in definittions.php, but it seems that i need to > modify other files too. > > Thank you very much. > > --- On Wed, 9/29/10, Munteanu Alexandru > wrote: > > > From: Munteanu Alexandru > > Subject: Re: [lms-en] lms - tariff/type values > > To: "LMS users list (english)" > > Date: Wednesday, September 29, 2010, 11:24 AM > > Thank you very much Alec for help. > > > > --- On Wed, 9/29/10, A.L.E.C > > wrote: > > > > > From: A.L.E.C > > > Subject: Re: [lms-en] lms - tariff/type values > > > To: lms-en at lists.lms.org.pl > > > Date: Wednesday, September 29, 2010, 11:16 AM > > > On 29.09.2010 10:12, Munteanu > > > Alexandru wrote: > > > > > > > In database i found field "type" in table > > tariffs, but > > > there are > > > > values like 1,2,3,4. What i need is the > file > > where i > > > can modify > > > > values from drop-down list: "internet, > hosting, > > > service, other" > > > > > > $TARIFFTYPES in lib/definitions.php > > > > > > -- > > > Aleksander 'A.L.E.C' Machniak http://alec.pl > gg:2275252 > > > LAN Management System Developer http://lms.org.pl > > > Roundcube Webmail Developer http://roundcube.net > > > _______________________________________________ > > > lms-en mailing list > > > lms-en at lists.lms.org.pl > > > http://lists.lms.org.pl/mailman/listinfo/lms-en > > > > > > > > > ? ? ? > > _______________________________________________ > > lms-en mailing list > > lms-en at lists.lms.org.pl > > http://lists.lms.org.pl/mailman/listinfo/lms-en > > > > > ? ? ? > _______________________________________________ > lms-en mailing list > lms-en at lists.lms.org.pl > http://lists.lms.org.pl/mailman/listinfo/lms-en >