<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent changes to bugs</title><link href="https://sourceforge.net/p/phpshell/bugs/" rel="alternate"/><link href="https://sourceforge.net/p/phpshell/bugs/feed.atom" rel="self"/><id>https://sourceforge.net/p/phpshell/bugs/</id><updated>2020-07-18T09:44:48.888000Z</updated><subtitle>Recent changes to bugs</subtitle><entry><title>#3 get_magic_quotes_gpc() deprecated</title><link href="https://sourceforge.net/p/phpshell/bugs/3/?limit=25#741d" rel="alternate"/><published>2020-07-18T09:44:48.888000Z</published><updated>2020-07-18T09:44:48.888000Z</updated><author><name>Wolfgang Dautermann</name><uri>https://sourceforge.net/u/dauti/</uri></author><id>https://sourceforge.net25fc22b2d273998526138962273967a1d72c8643</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;status&lt;/strong&gt;: open --&amp;gt; closed&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;</summary></entry><entry><title>#3 get_magic_quotes_gpc() deprecated</title><link href="https://sourceforge.net/p/phpshell/bugs/3/?limit=25#d7d9" rel="alternate"/><published>2020-07-18T09:44:12.948000Z</published><updated>2020-07-18T09:44:12.948000Z</updated><author><name>Wolfgang Dautermann</name><uri>https://sourceforge.net/u/dauti/</uri></author><id>https://sourceforge.net3f83b0681a9a4f09beb5d323027edbd8ac276234</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Fixed by committ &lt;a class="alink" href="/p/phpshell/code/163/"&gt;[r163]&lt;/a&gt;, thank you for the report.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>get_magic_quotes_gpc() deprecated</title><link href="https://sourceforge.net/p/phpshell/bugs/3/" rel="alternate"/><published>2020-06-29T14:48:56.537000Z</published><updated>2020-06-29T14:48:56.537000Z</updated><author><name>Willem Vermin</name><uri>https://sourceforge.net/u/willem_vermin/</uri></author><id>https://sourceforge.net5c796c935603c994adbb78a33050d35c5b637e74</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;It appears that get_magic_quotes_gpc() (used around line 690 in phpshell.php) is deprecated. Fix is simple: just remove:&lt;br/&gt;
if (get_magic_quotes_gpc()) {&lt;br/&gt;
    $_POST = stripslashes_deep($_POST);&lt;br/&gt;
}&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>get_magic_quotes_gpc() deprecated</title><link href="https://sourceforge.net/p/phpshell/bugs/3/" rel="alternate"/><published>2020-06-29T14:48:56.537000Z</published><updated>2020-06-29T14:48:56.537000Z</updated><author><name>Willem Vermin</name><uri>https://sourceforge.net/u/willem_vermin/</uri></author><id>https://sourceforge.netf84471059865bb97647c238bfc3dee74194d0266</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Ticket 3 has been modified: get_magic_quotes_gpc() deprecated&lt;br/&gt;
Edited By: Wolfgang Dautermann (dauti)&lt;br/&gt;
Status updated: u'open' =&amp;gt; u'closed'&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Passwords?</title><link href="https://sourceforge.net/p/phpshell/bugs/2/" rel="alternate"/><published>2008-07-06T06:43:49Z</published><updated>2008-07-06T06:43:49Z</updated><author><name>Anonymous</name><uri>https://sourceforge.net/u/userid-None/</uri></author><id>https://sourceforge.netc5161a597c1a27858cf069df43529b4c231577d2</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;I had the same problem with phpterm.&lt;/p&gt;
&lt;p&gt;After logging in, I get the terminal window.&lt;/p&gt;
&lt;p&gt;&amp;lt;code&amp;gt;&lt;br /&gt;
$ sudo su&lt;br /&gt;
[sudo] password for www-data:&lt;br /&gt;
$&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;/p&gt;
&lt;p&gt;Question 1: What is www-data? No such user exists.&lt;br /&gt;
Question 2: How do I enter a password if it echos [sudo]...  then goes straight to $?&lt;/p&gt;
&lt;p&gt;Thanks in advance!&lt;br /&gt;
-Excited potential user&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Directory names with spaces</title><link href="https://sourceforge.net/p/phpshell/bugs/1/" rel="alternate"/><published>2006-04-30T19:41:19Z</published><updated>2006-04-30T19:41:19Z</updated><author><name>Martin Geisler</name><uri>https://sourceforge.net/u/mgeisler/</uri></author><id>https://sourceforge.neta4c997e5be2366572df972f08f7f7ddef0511445</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;You currently cannot switch to a directory with spaces&lt;br /&gt;
in its name.  Spaces in normal file names are no&lt;br /&gt;
problem, they are handled just like any other shell.&lt;/p&gt;
&lt;p&gt;The problem is that PHP Shell doesn't decode the string&lt;br /&gt;
before passing it to the PHP chdir() function.  So any&lt;br /&gt;
quoting or escaping done by the user is left as-is in&lt;br /&gt;
the call to chdir().&lt;/p&gt;&lt;/div&gt;</summary></entry></feed>