patches with some new features

2010-09-22 Thread Jan Kanis
Hi PHP Shell people, PHP Shell didn't do what I wanted it to do, so I made some modifications. Among others: a 'download' command and better cd handling. See https://bitbucket.org/JanKanis/phpshell for all changes. (check the 'default' branch, not the one 'tip' is pointing to). So, could someone m

Re: I still love this web app.. but no developer activity!?

2012-06-03 Thread Jan Kanis
Hi John, I haven't seen any activity on this list in a long time, and neither in the repository. I've made some changes to phpshell myself, but they're not in the sf repository since I don't have commit access. You can find them at bitbucket.org/JanKanis/phpshell. I happened to include one thing y

Re: I still love this web app.. but no developer activity!?

2012-06-05 Thread Jan Kanis
Wolfgang, I only now saw that there has been activity in the phpshell repository during the last two years. I have some changes that I made in october 2010. I sent a mail off to this list to have them incorporated in the official repo, but nobody ever answered so I assumed the project was dead. I

Re: I still love this web app.. but no developer activity!?

2012-06-13 Thread Jan Kanis
On Sun, Jun 10, 2012 at 10:37 PM, Wolfgang Dautermann < da...@oeh.tu-graz.ac.at> wrote: > Am 06.06.2012 00:11, schrieb Jan Kanis: > > Wolfgang, > > > > I only now saw that there has been activity in the phpshell > > repository during the last two years. > >

Re: I still love this web app.. but no developer activity!?

2012-06-13 Thread Jan Kanis
ed using phpshell I also needed that. On Wed, Jun 13, 2012 at 9:20 PM, Wolfgang Dautermann < da...@oeh.tu-graz.ac.at> wrote: > > > Am 13.06.2012 09:46, schrieb Jan Kanis: > > Hi Wolfgang, > > > > SVN access would be easiest for me. > > Hi Jan! > You are

Re: I still love this web app.. but no developer activity!?

2012-06-14 Thread Jan Kanis
I don't get exactly what you intend to communicate in this mail, but converting phpshell to a different language would not be a good idea. I use phpshell for crappy webhosts that don't provide normal ssh access (or do it very poorly). These webhosts often have just php available and no other script

Re: I still love this web app.. but no developer activity!?

2012-06-18 Thread Jan Kanis
specialized password hash functions that use a configurable number of rounds of an underlying cryptographic hash. On Fri, Jun 15, 2012 at 6:51 PM, Wolfgang Dautermann < da...@oeh.tu-graz.ac.at> wrote: > > > Am 13.06.2012 22:37, schrieb Jan Kanis: > > Thanks! I'll have a l

Anyone using phpshell on windows server?

2012-06-25 Thread Jan Kanis
I have some changes (currently in my branch 'jan') that will break phpshell's compatibility with windows servers (if it ever had any, I've never tested it). The reason is that with these changes phpshell avoids open_basedir restrictions, and there are some other minor features as well. So, is ther

Re: Anyone using phpshell on windows server?

2012-06-29 Thread Jan Kanis
Since nobody has responded to my previous mail I have taken the liberty to merge my branch into trunk. There are quite a few changes compared to trunk, so anyone looking at the code may have to get used to the differences. Jan On Tue, Jun 26, 2012 at 1:29 AM, Jan Kanis wrote: > I have s

php codesmell profile?

2012-07-09 Thread Jan Kanis
Wolfgang, I saw you used phpcs on the code. I'm not familiar with that tool, but I gave it a try, but what profile (if any) are you using? Jan -- Live Security Virtual Conference Exclusive live event will cover all the wa

Re: php codesmell profile?

2012-07-10 Thread Jan Kanis
On Tue, Jul 10, 2012 at 8:58 AM, Wolfgang Dautermann < da...@oeh.tu-graz.ac.at> wrote: > Am 09.07.2012 22:39, schrieb Jan Kanis: > > Wolfgang, > > > > I saw you used phpcs on the code. > > And concerning the subject - the tool I use is called "PHP_CodeS

Re: I would like to join the PHP shell team

2012-08-21 Thread Jan Kanis
Hi Harding, I had not responded yet due to vacation. I'm also not sure if someone else has already answered you (or if you even sent this message to other people as well). I don't have admin rights, so I can't give you commit access. For that you will need to contact Wolfgang Dautermann. But I ca

Re: I would like to join the PHP shell team

2012-08-21 Thread Jan Kanis
On Tue, Aug 21, 2012 at 11:14 PM, Wolfgang Dautermann wrote: > He already have SVN commit permissions - perhaps Martin Geisler has > added these permissions. Martin added them yesterday. -- Live Security Virtual Conferen

Re: PHP shell 2.4.1

2012-08-24 Thread Jan Kanis
Hi Harding, Great to see what you did and that the subprocess approach can actually be used on windows as well. Too bad of all the necessary encoding stuff. I had a look through most of the code (though I didn't test it). Here are a number of things I noticed. First of all regarding the encoding

Re: PHP shell 2.4.1

2012-08-29 Thread Jan Kanis
:-) > > / Jimmy And I think you have svn access now right? Then I won't do any commits for you. If you don't want to commit to the main repo yet, you could also consider creating a branch while you're still working on it. That way it would be easier for me and others to s

Re: Wild card "*" works for "echo" and "ls" but not "cd"

2012-10-04 Thread Jan Kanis
Yes, that is known behaviour. In v2.4, cd commands are not actually executed by the shell, but by php itself using the chdir() function, so it does not do wildcard expansion. But in SVN trunk 'cd' handling works very differently, and it should do wildcard expansion. Jan On Thu, Oct 4, 2012 at 12

Re: Wild card "*" works for "echo" and "ls" but not "cd"

2012-12-19 Thread Jan Kanis
as to be debugged using a remote > linux webserver. The code is small enough to be on my tech blog thingy: > http://www.oddmuse.org/cgi-bin/oddmuse/John_Bessa > > Ta, John > > > > > > > > On Thu, Oct 4, 2012 at 4:57 AM, Jan Kanis wrote: > >> Yes, that

Fwd: Future of php-shell

2012-12-20 Thread Jan Kanis
ay to go if one supports a constructive web, as I do. So, I guess I am > suggesting, that php shell go into GIT and discussion be on a wiki, > independent or through wiki media foundation. > > What do you think? > > John > > > > On Wed, Dec 19, 2012 at 6:04 PM, J