You can subscribe to this list here.
2004 |
Jan
|
Feb
|
Mar
(12) |
Apr
(1) |
May
(19) |
Jun
(5) |
Jul
|
Aug
|
Sep
|
Oct
(2) |
Nov
(26) |
Dec
(3) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2005 |
Jan
(12) |
Feb
|
Mar
(26) |
Apr
(11) |
May
(8) |
Jun
|
Jul
(20) |
Aug
(13) |
Sep
(23) |
Oct
(2) |
Nov
|
Dec
|
2007 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(3) |
Dec
|
2008 |
Jan
|
Feb
(1) |
Mar
|
Apr
|
May
|
Jun
|
Jul
(22) |
Aug
(4) |
Sep
(3) |
Oct
(4) |
Nov
(1) |
Dec
(1) |
2009 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(6) |
Dec
(2) |
2010 |
Jan
(3) |
Feb
(2) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(1) |
Nov
(2) |
Dec
(1) |
2011 |
Jan
(3) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2012 |
Jan
|
Feb
(1) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2013 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(1) |
2016 |
Jan
(1) |
Feb
|
Mar
|
Apr
|
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Slythfox <sly...@us...> - 2008-07-12 23:33:40
|
Update of /cvsroot/phpsqliteadmin/phpsqliteadmin2 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29056/phpsqliteadmin2 Modified Files: include.php Log Message: Added img tags and links Index: include.php =================================================================== RCS file: /cvsroot/phpsqliteadmin/phpsqliteadmin2/include.php,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -d -r1.1.1.1 -r1.2 --- include.php 24 Jul 2005 12:59:38 -0000 1.1.1.1 +++ include.php 12 Jul 2008 23:33:48 -0000 1.2 @@ -59,24 +59,27 @@ <div id="currentdb">Database: {$_SESSION['phpSQLiteAdmin_currentdb']}</div> <p class="sqliteversion">SQLite version: $sqliteversion</p> <br /> -<a href="mainframe.php" target="mainframe">Back</a> | -<a href="table_structure.php?object=$current_table" target="mainframe">Structure</a> | -<a href="table_browse.php?object=$current_table" target="mainframe">Browse</a> | -<a href="query.php?object=$current_table" target="mainframe">Query</a> | -<!--<a href="export.php?object=$current_table" target="mainframe">Export</a> |--> -<a href="dbaction.php?action=empty_table&object=$current_table" target="_top" onclick="return confirm_empty_table();">Empty</a> | -<a href="dbaction.php?action=drop_table&object=$current_table" target="_top" onclick="return confirm_drop_table();">Drop</a> +<a href="mainframe.php" target="mainframe"><img src="images/database.png" alt="" /> Database Info</a> | +<a href="table_structure.php?object=$current_table" target="mainframe"><img src="images/table_structure.png" alt="" /> Structure</a> | +<a href="table_browse.php?object=$current_table" target="mainframe"><img src="images/table_browse.png" alt="" /> Browse</a> | +<a href="query.php?object=$current_table" target="mainframe"><img src="images/query.png" alt="" /> Query</a> | +<a href="row_edit.php?object=$current_table" target="mainframe"><img src="images/row_insert.png" alt=\"\" /> Insert</a> | +<a href="export.php?object=$current_table" target="mainframe"><img src="images/export.png" alt=\"\" /> Export</a> | +<a href="dbaction.php?action=empty_table&object=$current_table" target="_top" onclick="return confirm_empty_table();"><img src="images/table_empty.png" alt=\"\" /> Empty</a> | +<a href="dbaction.php?action=drop_table&object=$current_table" target="_top" onclick="return confirm_drop_table();"><img src="images/table_drop.png" alt=\"\" /> Drop</a> EOT; } function print_table_action_links($current_table) { echo<<<EOT -<a href="table_structure.php?object=$current_table" target="mainframe">Structure</a> | -<a href="table_browse.php?object=$current_table" target="mainframe">Browse</a> | -<a href="query.php?object=$current_table" target="mainframe">Query</a> | -<a href="dbaction.php?action=empty_table&object=$current_table" target="_top" onclick="return confirm_empty_table();">Empty</a> | -<a href="dbaction.php?action=drop_table&object=$current_table" target="_top" onclick="return confirm_drop_table();">Drop</a> +<a href="table_structure.php?object=$current_table" target="mainframe"><img src="images/table_structure.png" alt="" /> Structure</a> | +<a href="table_browse.php?object=$current_table" target="mainframe"><img src="images/table_browse.png" alt="" /> Browse</a> | +<a href="query.php?object=$current_table" target="mainframe"><img src="images/query.png" alt="" /> Query</a> | +<a href="row_edit.php?object=$current_table" target="mainframe"><img src="images/row_insert.png" alt=\"\" /> Insert</a> | +<a href="export.php?object=$current_table" target="mainframe"><img src="images/export.png" alt=\"\" /> Export</a> | +<a href="dbaction.php?action=empty_table&object=$current_table" target="_top" onclick="return confirm_empty_table();"><img src="images/table_empty.png" alt="" /> Empty</a> | +<a href="dbaction.php?action=drop_table&object=$current_table" target="_top" onclick="return confirm_drop_table();"><img src="images/table_drop.png" alt="" /> Drop</a> EOT; } @@ -189,8 +192,10 @@ function insert($user,$alias) { } + /* Strange bug. remove temporarily. function update($this) { } + */ } @@ -205,4 +210,4 @@ $hm_dbpath[] = $hm_dbdir; $hm_dbpath = implode('/',$hm_dbpath); // hoster mode stuff ends here -?> \ No newline at end of file +?> |
From: Slythfox <sly...@us...> - 2008-07-12 23:32:53
|
Update of /cvsroot/phpsqliteadmin/phpsqliteadmin2 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28678/phpsqliteadmin2 Modified Files: changelog.txt Log Message: Updated changelog Index: changelog.txt =================================================================== RCS file: /cvsroot/phpsqliteadmin/phpsqliteadmin2/changelog.txt,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -d -r1.1.1.1 -r1.2 --- changelog.txt 24 Jul 2005 12:59:40 -0000 1.1.1.1 +++ changelog.txt 12 Jul 2008 23:33:00 -0000 1.2 @@ -1,12 +1,20 @@ phpSQLiteAdmin changelog ( see http://phpsqliteadmin.sourceforge.net/ for more details) -0.3 (xx.xx.2005) +0.3 (xx.xx.2008) -- added login -- fixed session problem concerning database names -- added field names on browse -- converted from html 4.01 to xhtml 1.0 transitional -- fixed the alias configurator to return always to the mainframe window and not the "_top" window +- Added really basic multiquery support with the query page. This allows one to copy&paste a sql file and execute it in one go. (chale) +- The query page now displays "x rows affected/returned". Before there was not sort of confirmation when doing non SELECT queries. (chale) +- Fixed query page's inconsistency in that it was not using htmlspecialchars. (chale) +- Added initial implimentation of a table exporter. (chale) +- Added initial support for row adding/editing/deleting. The table must have a primary key in order to edit/delete. (chale) +- Added some icons. phpsla.css has been edited so that images have no border by default. (chale) +- Fixed magic quotes issue with query page. (chale) +- Removed (commented out) function at in includes file around line 192 as it caused an error. (chale) +- Added login +- Fixed session problem concerning database names +- Added field names on browse +- Converted from html 4.01 to xhtml 1.0 transitional +- Fixed the alias configurator to return always to the mainframe window and not the "_top" window 0.2 (05.03.2004) |
From: Slythfox <sly...@us...> - 2008-07-12 23:30:59
|
Update of /cvsroot/phpsqliteadmin/phpsqliteadmin2 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28244/phpsqliteadmin2 Modified Files: query.php Log Message: Fixed magic quote issues, added multiexec, displays rows returned/affected Index: query.php =================================================================== RCS file: /cvsroot/phpsqliteadmin/phpsqliteadmin2/query.php,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -d -r1.1.1.1 -r1.2 --- query.php 24 Jul 2005 12:59:34 -0000 1.1.1.1 +++ query.php 12 Jul 2008 23:31:05 -0000 1.2 @@ -24,36 +24,60 @@ print_top_links($current_table); if ($_POST['sql'] != '') { - $show = trim($_POST['sql']); + if (get_magic_quotes_gpc()) { + $_POST['sql'] = stripslashes($_POST['sql']); + } + $show = trim($_POST['sql']); } else { - $show = "select * from $current_table"; + $show = "select * from $current_table"; } +print "<h3>SQL Query</h3>\n"; + ?> -<form name="query" method="post" action="<?=$_SERVER['PHP_SELF']?>"> -<input type="hidden" name="object" value="<?=$current_table?>" /> +<form name="query" method="post" action="<?php echo $_SERVER['PHP_SELF']; ?>"> +<input type="hidden" name="object" value="<?php echo $current_table; ?>" /> <textarea name="sql" rows="8" cols="80"> -<?=$show?> +<?php echo $show; ?> </textarea><br /> +<input type="checkbox" name="multiquery" value="1"> Execute multiple queries (for non SELECT queries).<br /> <input type="submit" name="submit" value="Execute SQL" /> </form> - <?php if ($_POST['sql'] != '') { print "<br /><table>\n"; - //sqlite_escape_string($_POST['sql']); - $userdbh->query(trim($_POST['sql'])); + if (get_magic_quotes_gpc()) { + $_POST['sql'] = stripslashes($_POST['sql']); + } + //$_POST['sql'] = sqlite_escape_string($_POST['sql']); + // Note: The query will return funky errors if a row by a certain id exists, or a table already exists, and so on... + if ($_POST['multiquery'] == "1") { + // (Procedural sqlite_exec function called because I'm too lazy to edit the sqlite class.) + $result = sqlite_exec($userdbh->_conn, trim($_POST['sql'])); + $rows_affected = sqlite_changes($userdbh->_conn); + if ($rows_affected != 0) { + print $rows_affected. " rows affected."; + } + } else { + $userdbh->query(trim($_POST['sql'])); + $rows_affected = $userdbh->affectedRows(); + if ($rows_affected != 0) { + print $rows_affected. " rows affected."; + } else { + print $userdbh->numRows(). " rows returned."; + } + } while($row = $userdbh->fetchArray()) { $nr_fields = count($row); print "<tr>\n"; for ($i=0; $i<$nr_fields; $i++) { if (strlen($row[$i]) > 50) { - print '<td>'.substr($row[$i],0,50)."...</td>\n"; + print '<td>'.substr(htmlentities($row[$i],ENT_QUOTES,$encoding),0,50)."...</td>\n"; } else { - print "<td>$row[$i]</td>\n"; + print "<td>".htmlentities($row[$i],ENT_QUOTES,$encoding)."</td>\n"; } } print "</tr>\n"; @@ -66,4 +90,4 @@ print "</html>\n"; -?> \ No newline at end of file +?> |
From: Yves G. <yg...@mi...> - 2008-07-12 22:43:27
|
On Friday 11 July 2008, Slythfox wrote: > I'm new to CVS. I'm able to login. But I'm having some trouble > committing to CVS. > Except it won't commit because of no specified CVSROOT. I tried > messing around with CVSROOT and couldn't get anything to work. Did you try to make a new checkout as described here: http://sourceforge.net/cvs/?group_id=101528 ("Developer CVS Access via SSH") hth, Yves > I saw that someone had created a phpsqliteadmin website layout and > logo. It'd be nice to at least have the logo to put in to > phpsqliteadmin. > > On Fri, Jul 11, 2008 at 4:35 AM, Felipe Lopes <ff...@gm...> wrote: > > Welcome to the team, Hale! > > > > On Thu, Jul 10, 2008 at 5:27 PM, Yves Glodt <yg...@mi...> wrote: > > > On Thursday 10 July 2008, Slythfox wrote: > > >> Hey, I'm here to help start up phpSQLiteAdmin again. I started > > >> using it recently and realized there were some lacking features. > > > > > > This is great news, welcome in our small team! > > > > > >> The first problem was the magic quotes issue with queries... > > >> which it seems I've fixed. > > >> I also wanted the ability to see the column names when browsing > > >> tables. > > >> And probably most useful, the ability to easily add and edit > > >> table rows, although it doesn't work perfectly. > > >> I'm sure there's more that needs to be done, too. > > > > > > well for sure... :-) > > > > > >> Apparently the code in the CVS is newer than I code I used to > > >> modify it, so I'll have to look at that. > > > > > > There were some commits done after the 0.2 release... on the road > > > to 0.3 > > > > > > The changelog has them actually: > > > > http://phpsqliteadmin.cvs.sourceforge.net/phpsqliteadmin/phpsqlitea > >dmin/changelog.txt?view=log > > > > > Also, tell me if you are able to commit. Hopefully I set up > > > everything correctly in sf.net for your user > > > > > > Yves > > > > > >> - C Hale > > > > > > ----------------------------------------------------------------- > > >-------- Sponsored by: SourceForge.net Community Choice Awards: > > > VOTE NOW! Studies have shown that voting for your favorite open > > > source project, along with a healthy diet, reduces your potential > > > for chronic lameness and boredom. Vote Now at > > > http://www.sourceforge.net/community/cca08 > > > _______________________________________________ > > > Phpsqliteadmin-devel mailing list > > > Php...@li... > > > https://lists.sourceforge.net/lists/listinfo/phpsqliteadmin-devel > > > > ------------------------------------------------------------------- > >------ Sponsored by: SourceForge.net Community Choice Awards: VOTE > > NOW! Studies have shown that voting for your favorite open source > > project, along with a healthy diet, reduces your potential for > > chronic lameness and boredom. Vote Now at > > http://www.sourceforge.net/community/cca08 > > _______________________________________________ > > Phpsqliteadmin-devel mailing list > > Php...@li... > > https://lists.sourceforge.net/lists/listinfo/phpsqliteadmin-devel |
From: Slythfox <sly...@gm...> - 2008-07-11 21:05:01
|
I'm new to CVS. I'm able to login. But I'm having some trouble committing to CVS. Except it won't commit because of no specified CVSROOT. I tried messing around with CVSROOT and couldn't get anything to work. I saw that someone had created a phpsqliteadmin website layout and logo. It'd be nice to at least have the logo to put in to phpsqliteadmin. On Fri, Jul 11, 2008 at 4:35 AM, Felipe Lopes <ff...@gm...> wrote: > Welcome to the team, Hale! > > On Thu, Jul 10, 2008 at 5:27 PM, Yves Glodt <yg...@mi...> wrote: > > On Thursday 10 July 2008, Slythfox wrote: > >> Hey, I'm here to help start up phpSQLiteAdmin again. I started using > >> it recently and realized there were some lacking features. > > > > This is great news, welcome in our small team! > > > >> The first problem was the magic quotes issue with queries... which it > >> seems I've fixed. > >> I also wanted the ability to see the column names when browsing > >> tables. > >> And probably most useful, the ability to easily add and edit > >> table rows, although it doesn't work perfectly. > >> I'm sure there's more that needs to be done, too. > > > > well for sure... :-) > > > >> Apparently the code in the CVS is newer than I code I used to modify > >> it, so I'll have to look at that. > > > > There were some commits done after the 0.2 release... on the road to 0.3 > > > > The changelog has them actually: > > > http://phpsqliteadmin.cvs.sourceforge.net/phpsqliteadmin/phpsqliteadmin/changelog.txt?view=log > > > > Also, tell me if you are able to commit. Hopefully I set up everything > > correctly in sf.net for your user > > > > Yves > > > >> - C Hale > > > > ------------------------------------------------------------------------- > > Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW! > > Studies have shown that voting for your favorite open source project, > > along with a healthy diet, reduces your potential for chronic lameness > > and boredom. Vote Now at http://www.sourceforge.net/community/cca08 > > _______________________________________________ > > Phpsqliteadmin-devel mailing list > > Php...@li... > > https://lists.sourceforge.net/lists/listinfo/phpsqliteadmin-devel > > > > > > ------------------------------------------------------------------------- > Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW! > Studies have shown that voting for your favorite open source project, > along with a healthy diet, reduces your potential for chronic lameness > and boredom. Vote Now at http://www.sourceforge.net/community/cca08 > _______________________________________________ > Phpsqliteadmin-devel mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpsqliteadmin-devel > |
From: Felipe L. <ff...@gm...> - 2008-07-11 04:35:27
|
Welcome to the team, Hale! On Thu, Jul 10, 2008 at 5:27 PM, Yves Glodt <yg...@mi...> wrote: > On Thursday 10 July 2008, Slythfox wrote: >> Hey, I'm here to help start up phpSQLiteAdmin again. I started using >> it recently and realized there were some lacking features. > > This is great news, welcome in our small team! > >> The first problem was the magic quotes issue with queries... which it >> seems I've fixed. >> I also wanted the ability to see the column names when browsing >> tables. >> And probably most useful, the ability to easily add and edit >> table rows, although it doesn't work perfectly. >> I'm sure there's more that needs to be done, too. > > well for sure... :-) > >> Apparently the code in the CVS is newer than I code I used to modify >> it, so I'll have to look at that. > > There were some commits done after the 0.2 release... on the road to 0.3 > > The changelog has them actually: > http://phpsqliteadmin.cvs.sourceforge.net/phpsqliteadmin/phpsqliteadmin/changelog.txt?view=log > > Also, tell me if you are able to commit. Hopefully I set up everything > correctly in sf.net for your user > > Yves > >> - C Hale > > ------------------------------------------------------------------------- > Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW! > Studies have shown that voting for your favorite open source project, > along with a healthy diet, reduces your potential for chronic lameness > and boredom. Vote Now at http://www.sourceforge.net/community/cca08 > _______________________________________________ > Phpsqliteadmin-devel mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpsqliteadmin-devel > > |
From: Yves G. <yg...@mi...> - 2008-07-10 20:27:37
|
On Thursday 10 July 2008, Slythfox wrote: > Hey, I'm here to help start up phpSQLiteAdmin again. I started using > it recently and realized there were some lacking features. This is great news, welcome in our small team! > The first problem was the magic quotes issue with queries... which it > seems I've fixed. > I also wanted the ability to see the column names when browsing > tables. > And probably most useful, the ability to easily add and edit > table rows, although it doesn't work perfectly. > I'm sure there's more that needs to be done, too. well for sure... :-) > Apparently the code in the CVS is newer than I code I used to modify > it, so I'll have to look at that. There were some commits done after the 0.2 release... on the road to 0.3 The changelog has them actually: http://phpsqliteadmin.cvs.sourceforge.net/phpsqliteadmin/phpsqliteadmin/changelog.txt?view=log Also, tell me if you are able to commit. Hopefully I set up everything correctly in sf.net for your user Yves > - C Hale |
From: Slythfox <sly...@gm...> - 2008-07-10 18:18:17
|
Hey, I'm here to help start up phpSQLiteAdmin again. I started using it recently and realized there were some lacking features. The first problem was the magic quotes issue with queries... which it seems I've fixed. I also wanted the ability to see the column names when browsing tables. And probably most useful, the ability to easily add and edit table rows, although it doesn't work perfectly. I'm sure there's more that needs to be done, too. Apparently the code in the CVS is newer than I code I used to modify it, so I'll have to look at that. - C Hale |
From: Yves G. <yg...@mi...> - 2007-11-10 18:38:23
|
On Saturday 10 November 2007, naruto canada wrote: > hi Hi, > how do I deal with this? > > System database 'phpsla.sqlite' is not writeable by webserver > account. > > which is false: > www 26268 0.0 0.1 3556 1332 ? Ss 01:50 0:00 > /usr/bin/php > > -rw-r--r-- 1 www www 1645 Feb 23 2004 > /www/phpSQLiteAdmin-0.2/phpsla.css -rw------- 1 www www 7168 Mar 6 > 2004 /www/phpSQLiteAdmin-0.2/phpsla.sqlite > > the files are writable by "www" try to make the folder where the DB resides in writeable as well, that helped me IIRC > help appreaciated -- Linux 2.6.22-14-generic #1 SMP Sun Oct 14 23:05:12 GMT 2007 i686 19:37:15 up 21:44, 1 user, load average: 0.21, 0.22, 0.22 |
From: naruto c. <nar...@gm...> - 2007-11-10 17:51:58
|
hi how do I deal with this? System database 'phpsla.sqlite' is not writeable by webserver account. which is false: www 26268 0.0 0.1 3556 1332 ? Ss 01:50 0:00 /usr/bin/php -rw-r--r-- 1 www www 1645 Feb 23 2004 /www/phpSQLiteAdmin-0.2/phpsla.css -rw------- 1 www www 7168 Mar 6 2004 /www/phpSQLiteAdmin-0.2/phpsla.sqlite the files are writable by "www" help appreaciated |
From: naruto c. <nar...@gm...> - 2007-11-10 17:49:05
|
hi any body home? |
From: Yves G. <yg...@mi...> - 2005-10-16 20:37:59
|
On Sunday 16 October 2005 21:54, Firman Wandayandi wrote: > Hi guys, Hi Firman, > Sorry due my jobs peak, I'm away from this project about a month. I > will continue working on it later. Thanks for your work so far and cu later! A project I did finally came to an end, and I have thought about doing some phpsqliteadmin work soon, hopefully I can advance, it would be about time... ;-) If you have patches you would like to have integrated, maybe send them so I can take a look and combine it with my work. best regards, Yves > Cheers. > -- > Firman Wandayandi > Never Dreamt Before (http://firman.dotgeek.org/) > > > ------------------------------------------------------- > This SF.Net email is sponsored by: > Power Architecture Resource Center: Free content, downloads, > discussions, and more. http://solutions.newsforge.com/ibmarch.tmpl > _______________________________________________ > Phpsqliteadmin-devel mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpsqliteadmin-devel -- Linux 2.6.13 #1 Mon Aug 29 22:07:30 CEST 2005 i686 22:34:50 up 12:57, 0 users, load average: 0.55, 0.74, 0.52 |
From: Firman W. <fi...@gm...> - 2005-10-16 19:54:49
|
Hi guys, Sorry due my jobs peak, I'm away from this project about a month. I will continue working on it later. Cheers. -- Firman Wandayandi Never Dreamt Before (http://firman.dotgeek.org/) |
From: Firman W. <fi...@gm...> - 2005-09-30 02:29:02
|
On 9/30/05, Yves Glodt <yg...@mi...> wrote: > On Thursday 29 September 2005 20:42, Firman Wandayandi wrote: > > Ok, here again, due message size problem, I used free images hosting. > > > > Homepage: > > http://img331.imageshack.us/img331/3046/phpslahomev31xd.jpg > > > > Promotion box: > > http://img124.imageshack.us/img124/8743/phpslaboxseries19xh.jpg > > All of these are really cool Firman! > You are very gifted for design, a very good plus for a hacker :-) > Yeah, that's just only my hobby also my job. I really love design and hacki= ng. > I guess for the next release of phpsla, we could use your idea for the > webpage, and also include the logo :-) > Nice, but the homepage is a draft, might be it will be changes next time. But the logo is already to be the phpsla's trademark. > /* > Now if only we all would not be such a bunch of lazy (busy) coders we > could make phpsla rule! ;-) > */ > > Thanks for you contribution! > > regards, > Yves > On 9/30/05, Felipe Lopes <ff...@gm...> wrote: > Agreed > > 1) Firman rules > 2) I'm lazy > > I really enjoyed the idea! Even the "Are you bored using console" > stuff....The phrase sounds perfect to me!! > > I'm public relation (PR) we should make Firman Marketing Chief!! > I'm not good in public relation. > Amazing! You rock Firman! Congrats! > > I'm so glad, you like my stuffs guys, hope it's will make phpsla more professional and better. PS: The new generation of phpsla pattern is about 40% finished. -- Firman Wandayandi Never Dreamt Before (http://php.hm/~firman/) |
From: Felipe L. <ff...@gm...> - 2005-09-30 02:00:51
|
Agreed 1) Firman rules 2) I'm lazy I really enjoyed the idea! Even the "Are you bored using console" stuff....The phrase sounds perfect to me!! I'm public relation (PR) we should make Firman Marketing Chief!! Amazing! You rock Firman! Congrats! On 9/29/05, Yves Glodt <yg...@mi...> wrote: > > On Thursday 29 September 2005 20:42, Firman Wandayandi wrote: > > Ok, here again, due message size problem, I used free images hosting. > > > > Homepage: > > http://img331.imageshack.us/img331/3046/phpslahomev31xd.jpg > > > > Promotion box: > > http://img124.imageshack.us/img124/8743/phpslaboxseries19xh.jpg > > All of these are really cool Firman! > You are very gifted for design, a very good plus for a hacker :-) > > I guess for the next release of phpsla, we could use your idea for the > webpage, and also include the logo :-) > > /* > Now if only we all would not be such a bunch of lazy (busy) coders we > could make phpsla rule! ;-) > */ > > Thanks for you contribution! > > regards, > Yves > > > -- > > Firman Wandayandi > > Never Dreamt Before (http://php.hm/~firman/ <http://php.hm/%7Efirman/>) > > > > > > ------------------------------------------------------- > > This SF.Net email is sponsored by: > > Power Architecture Resource Center: Free content, downloads, > > discussions, and more. http://solutions.newsforge.com/ibmarch.tmpl > > _______________________________________________ > > Phpsqliteadmin-devel mailing list > > Php...@li... > > https://lists.sourceforge.net/lists/listinfo/phpsqliteadmin-devel > > -- > Linux 2.6.13 #1 Mon Aug 29 22:07:30 CEST 2005 i686 > 21:21:56 up 2:35, 0 users, load average: 1.33, 1.44, 1.34 > > > ------------------------------------------------------- > This SF.Net email is sponsored by: > Power Architecture Resource Center: Free content, downloads, discussions, > and more. http://solutions.newsforge.com/ibmarch.tmpl > _______________________________________________ > Phpsqliteadmin-devel mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpsqliteadmin-devel > |
From: Yves G. <yg...@mi...> - 2005-09-29 19:25:48
|
On Thursday 29 September 2005 20:42, Firman Wandayandi wrote: > Ok, here again, due message size problem, I used free images hosting. > > Homepage: > http://img331.imageshack.us/img331/3046/phpslahomev31xd.jpg > > Promotion box: > http://img124.imageshack.us/img124/8743/phpslaboxseries19xh.jpg All of these are really cool Firman! You are very gifted for design, a very good plus for a hacker :-) I guess for the next release of phpsla, we could use your idea for the webpage, and also include the logo :-) /* Now if only we all would not be such a bunch of lazy (busy) coders we could make phpsla rule! ;-) */ Thanks for you contribution! regards, Yves > -- > Firman Wandayandi > Never Dreamt Before (http://php.hm/~firman/) > > > ------------------------------------------------------- > This SF.Net email is sponsored by: > Power Architecture Resource Center: Free content, downloads, > discussions, and more. http://solutions.newsforge.com/ibmarch.tmpl > _______________________________________________ > Phpsqliteadmin-devel mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpsqliteadmin-devel -- Linux 2.6.13 #1 Mon Aug 29 22:07:30 CEST 2005 i686 21:21:56 up 2:35, 0 users, load average: 1.33, 1.44, 1.34 |
From: Firman W. <fi...@gm...> - 2005-09-29 18:42:43
|
Ok, here again, due message size problem, I used free images hosting. Homepage: http://img331.imageshack.us/img331/3046/phpslahomev31xd.jpg Promotion box: http://img124.imageshack.us/img124/8743/phpslaboxseries19xh.jpg -- Firman Wandayandi Never Dreamt Before (http://php.hm/~firman/) |
From: Firman W. <fi...@gm...> - 2005-09-29 18:05:36
|
On 9/30/05, php...@li... <php...@li...> wrote: > Your mail to 'Phpsqliteadmin-devel' with the subject > > Just for fun! > > Is being held until the list moderator can review it for approval. > > The reason it is being held: > > Message body is too big: 227519 bytes but there's a limit of 40 KB > > Either the message will get posted to the list, or you will receive > notification of the moderator's decision. > Hehehe, my message too big, sorry Mr. Moderators ;-) -- Firman Wandayandi Never Dreamt Before (http://php.hm/~firman/) |
From: Firman W. <fi...@gm...> - 2005-09-29 17:58:08
|
Hey guys! It's just for fun part, I made a promo box also a homepage, see the attachm= ents. Comments or suggestions? Cheers, -- Firman Wandayandi Never Dreamt Before (http://php.hm/~firman/) |
From: Firman W. <fi...@gm...> - 2005-09-29 06:07:25
|
On 9/29/05, Yves Glodt <yg...@mi...> wrote: > On Thursday 29 September 2005 06:44, Firman Wandayandi wrote: > > On 9/28/05, Yves Glodt <yg...@mi...> wrote: > > > On Wednesday 21 September 2005 16:41, Felipe Lopes wrote: > > > > Hi there Firman! > > > > we cannot disconsider php4's users...There are much more ppl on > > > > php4 yet if compared to php5. > > > > > > yes and even with php51 next to the door I guess we will see many > > > php4 installs for the next 1 or 2 years... We must stay > > > php4-compatible. Of course, we can have 2 db-layers, but then, php5 > > > also has the sqlite extension and I don't really see a benefit of > > > using pdo right now. I think the sqlite extension has more > > > functions than pdo-sqlite. > > > > Yep, that's true about benefit. Also you right Yves about sqlite > > function has more than pdo, caused I dunno how to create the > > aggregate functions using pdo. Where is it? gone? > > I don't know, but I guess, due to the db-unspecificness of pdo, we will > never see functions that are dbms-specific (e.g. ibase_gen_id() from > firebird) in pdo... > Absolutely, that's what I meant. PDO is easy, simple and maybe faster, also built-in in PHP5, but it's poor with specifics database functions. -- Firman Wandayandi Never Dreamt Before (http://php.hm/~firman/) |
From: Yves G. <yg...@mi...> - 2005-09-29 05:44:10
|
On Thursday 29 September 2005 06:44, Firman Wandayandi wrote: > On 9/28/05, Yves Glodt <yg...@mi...> wrote: > > On Wednesday 21 September 2005 16:41, Felipe Lopes wrote: > > > Hi there Firman! > > > we cannot disconsider php4's users...There are much more ppl on > > > php4 yet if compared to php5. > > > > yes and even with php51 next to the door I guess we will see many > > php4 installs for the next 1 or 2 years... We must stay > > php4-compatible. Of course, we can have 2 db-layers, but then, php5 > > also has the sqlite extension and I don't really see a benefit of > > using pdo right now. I think the sqlite extension has more > > functions than pdo-sqlite. > > Yep, that's true about benefit. Also you right Yves about sqlite > function has more than pdo, caused I dunno how to create the > aggregate functions using pdo. Where is it? gone? I don't know, but I guess, due to the db-unspecificness of pdo, we will never see functions that are dbms-specific (e.g. ibase_gen_id() from firebird) in pdo... > -- > Firman Wandayandi > Never Dreamt Before (http://php.hm/~firman/) > > > ------------------------------------------------------- > This SF.Net email is sponsored by: > Power Architecture Resource Center: Free content, downloads, > discussions, and more. http://solutions.newsforge.com/ibmarch.tmpl > _______________________________________________ > Phpsqliteadmin-devel mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpsqliteadmin-devel -- Linux 2.6.13 #1 Mon Aug 29 22:07:30 CEST 2005 i686 07:41:48 up 13:04, 0 users, load average: 0.26, 0.11, 0.03 |
From: Firman W. <fi...@gm...> - 2005-09-29 04:50:47
|
On 9/28/05, Yves Glodt <yg...@mi...> wrote: > On Wednesday 21 September 2005 16:41, Felipe Lopes wrote: > > Hi there Firman! > > we cannot disconsider php4's users...There are much more ppl on php4 > > yet if compared to php5. > > yes and even with php51 next to the door I guess we will see many php4 > installs for the next 1 or 2 years... We must stay php4-compatible. Of > course, we can have 2 db-layers, but then, php5 also has the sqlite > extension and I don't really see a benefit of using pdo right now. I > think the sqlite extension has more functions than pdo-sqlite. > Yep, that's true about benefit. Also you right Yves about sqlite function has more than pdo, caused I dunno how to create the aggregate functions using pdo. Where is it? gone? -- Firman Wandayandi Never Dreamt Before (http://php.hm/~firman/) |
From: Yves G. <yg...@mi...> - 2005-09-27 17:44:14
|
On Wednesday 21 September 2005 16:41, Felipe Lopes wrote: > Hi there Firman! > we cannot disconsider php4's users...There are much more ppl on php4 > yet if compared to php5. yes and even with php51 next to the door I guess we will see many php4 installs for the next 1 or 2 years... We must stay php4-compatible. Of course, we can have 2 db-layers, but then, php5 also has the sqlite extension and I don't really see a benefit of using pdo right now. I think the sqlite extension has more functions than pdo-sqlite. > On 9/21/05, Firman Wandayandi <fi...@gm...> wrote: > > Hey guys, > > > > It's all about sqlite ext vs pdo (http://pecl.php.net/package/PDO ) > > ext, I'm not sure if we should keep the SQLite > > (http://pecl.php.net/package/SQLite) support, the developers of it > > are focus on PDO. I thought this extension will be removed at the > > future, not sure about that. > > > > But, on the other hand if we only use PDO, that's mean the php4 > > user will be dead, they need to upgraded to php5. > > > > I dunno, but we would eliminate the time cost if we use PDO. > > > > And, I have been made the phpsla's core under sqlite ext ;-S > > > > What do you think guys? > > -- > > Firman Wandayandi > > Never Dreamt Before (http://php.hm/~firman/) > > > > > > ------------------------------------------------------- > > SF.Net email is sponsored by: > > Tame your development challenges with Apache's Geronimo App Server. > > Download it for free - -and be entered to win a 42" plasma tv or > > your very own Sony(tm)PSP. Click here to play: > > http://sourceforge.net/geronimo.php > > _______________________________________________ > > Phpsqliteadmin-devel mailing list > > Php...@li... > > https://lists.sourceforge.net/lists/listinfo/phpsqliteadmin-devel -- Linux 2.6.13 #1 Mon Aug 29 22:07:30 CEST 2005 i686 19:41:07 up 27 min, 0 users, load average: 0.20, 0.18, 0.14 |
From: Firman W. <fi...@gm...> - 2005-09-21 17:00:28
|
On 9/21/05, Felipe Lopes <ff...@gm...> wrote: > Hi there Firman! > > we cannot disconsider php4's users...There are much more ppl on php4 yet = if > compared to php5. > Yeah Felipe, yes that's true. I'm has thought about it again, PDO are not stable yet. It isn't smart choice if we use only PDO at this time, It's too premature. Also my core has based on SQLite ext. Nevermind I just wanna know, what your comments guys. OK let's move on. > On 9/21/05, Firman Wandayandi <fi...@gm...> wrote: > > > > Hey guys, > > > > It's all about sqlite ext vs pdo (http://pecl.php.net/package/PDO ) > > ext, I'm not sure if we should keep the SQLite > > (http://pecl.php.net/package/SQLite) support, the > developers of it are > > focus on PDO. I thought this extension will be removed at the future, > > not sure about that. > > > > But, on the other hand if we only use PDO, that's mean the php4 user > > will be dead, they need to upgraded to php5. > > > > I dunno, but we would eliminate the time cost if we use PDO. > > > > And, I have been made the phpsla's core under sqlite ext ;-S > > > > What do you think guys? -- Firman Wandayandi Never Dreamt Before (http://php.hm/~firman/) |
From: Felipe L. <ff...@gm...> - 2005-09-21 14:41:35
|
Hi there Firman! we cannot disconsider php4's users...There are much more ppl on php4 yet i= f compared to php5. On 9/21/05, Firman Wandayandi <fi...@gm...> wrote: > > Hey guys, > > It's all about sqlite ext vs pdo (http://pecl.php.net/package/PDO ) > ext, I'm not sure if we should keep the SQLite > (http://pecl.php.net/package/SQLite) support, the developers of it are > focus on PDO. I thought this extension will be removed at the future, > not sure about that. > > But, on the other hand if we only use PDO, that's mean the php4 user > will be dead, they need to upgraded to php5. > > I dunno, but we would eliminate the time cost if we use PDO. > > And, I have been made the phpsla's core under sqlite ext ;-S > > What do you think guys? > -- > Firman Wandayandi > Never Dreamt Before (http://php.hm/~firman/) > > > ------------------------------------------------------- > SF.Net email is sponsored by: > Tame your development challenges with Apache's Geronimo App Server. > Download it for free - -and be entered to win a 42" plasma tv or your ver= y > own Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php > _______________________________________________ > Phpsqliteadmin-devel mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpsqliteadmin-devel > |