<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Topics tagged with php]]></title><description><![CDATA[A list of topics that have been tagged with php]]></description><link>http://community.onion.io/tags/php</link><generator>RSS for Node</generator><lastBuildDate>Sat, 14 Mar 2026 16:50:27 GMT</lastBuildDate><atom:link href="http://community.onion.io/tags/php.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 07 Mar 2020 23:47:03 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[[RESOLVED] php-cli can no longer be installed]]></title><description><![CDATA[Thanks! 
]]></description><link>http://community.onion.io/topic/4065/resolved-php-cli-can-no-longer-be-installed</link><guid isPermaLink="true">http://community.onion.io/topic/4065/resolved-php-cli-can-no-longer-be-installed</guid><dc:creator><![CDATA[Jonathan Jefferies]]></dc:creator><pubDate>Sat, 07 Mar 2020 23:47:03 GMT</pubDate></item><item><title><![CDATA[OpenWRT 18.06 no have some packages]]></title><description><![CDATA[@Adrian-Aguirre You may modify also the '/etc/opkg/customfeeds.conf' file and can use also OpenWrt 'snapshots' of course.
Installing OpenWrt development snapshots
In a nutshell:
Q: I am a standard consumer, do I want a development snapshot firmware?
A: No!
In detail: Development builds / snapshots
nano Version: 3.2-1
Dependencies: libc, libssp, libncurses
So - I think - it's much more simple to use the usual method.
Good luck.
]]></description><link>http://community.onion.io/topic/3515/openwrt-18-06-no-have-some-packages</link><guid isPermaLink="true">http://community.onion.io/topic/3515/openwrt-18-06-no-have-some-packages</guid><dc:creator><![CDATA[György Farkas]]></dc:creator><pubDate>Fri, 15 Mar 2019 11:06:09 GMT</pubDate></item><item><title><![CDATA[speech to text]]></title><description><![CDATA[<p dir="auto">I would like to do a speech to text project. Do you know any platform?<br />
I need to process the audio from the microphone and convert it to a text string and its possible in realtime. Many thanks Iam working with php.</p>
]]></description><link>http://community.onion.io/topic/3192/speech-to-text</link><guid isPermaLink="true">http://community.onion.io/topic/3192/speech-to-text</guid><dc:creator><![CDATA[JESUS MARTINEZ]]></dc:creator><pubDate>Thu, 04 Oct 2018 21:07:16 GMT</pubDate></item><item><title><![CDATA[PHP broken on OnionOS after using Overlay to boot from SD card]]></title><description><![CDATA[<p dir="auto">Installed Onion OS fresh boot and then proved PHP working with simple hello world in index.php in /www/php. All works ok. Expand memory using pivot-overlay procedure as detailed <a href="https://docs.onion.io/omega2-docs/boot-from-external-storage.html#the-pivot-overlay-procedure" rel="nofollow">https://docs.onion.io/omega2-docs/boot-from-external-storage.html#the-pivot-overlay-procedure</a>. When trying to open index.php get error "Bad Gateway the process did not produce any result. Double check uhttpd config and looks ok:</p>
<p dir="auto">list interpreter '.php=/usr/bin/php-fcgi'<br />
option index_page 'index.php'</p>
<p dir="auto">Check /usr/bin and php-fcgi is there.</p>
<p dir="auto">Anyone got any ideas?</p>
]]></description><link>http://community.onion.io/topic/2916/php-broken-on-onionos-after-using-overlay-to-boot-from-sd-card</link><guid isPermaLink="true">http://community.onion.io/topic/2916/php-broken-on-onionos-after-using-overlay-to-boot-from-sd-card</guid><dc:creator><![CDATA[andrew mackay]]></dc:creator><pubDate>Tue, 15 May 2018 11:50:38 GMT</pubDate></item><item><title><![CDATA[[resolved] omega2 uhttpd php7-cgi Bad gateway]]></title><description><![CDATA[@Zheng-Han said in omega2 uhttpd php7-cgi Bad gateway:

@Mentor-Gashi try a factory restore firstboot and a clean install of onion-os and oos-app-editor it should configure php for you automatically
make sure you are at the latest firmware build oupgrade -l

Thanks, the -l flag did indeed upgrade the firmware despite the regular check was claiming the firmware was up to date.
Going to give it a try if I can get a use of it 
]]></description><link>http://community.onion.io/topic/2873/resolved-omega2-uhttpd-php7-cgi-bad-gateway</link><guid isPermaLink="true">http://community.onion.io/topic/2873/resolved-omega2-uhttpd-php7-cgi-bad-gateway</guid><dc:creator><![CDATA[Mentor Gashi]]></dc:creator><pubDate>Tue, 08 May 2018 12:19:34 GMT</pubDate></item><item><title><![CDATA[Wifi Scan]]></title><description><![CDATA[Finally found a solution:
If you use your own custom webserver to setup the omega and want to display nearby Networks.
&lt;?php
echo shell_exec("ubus call onion wifi-scan \"{'device':'ra0'}\"");
?&gt;

^ This DOESN'T work! because:
the php-interpreter doesn't have enaught ram to excute the command. It'll take a eternity.
Solution:
in /etc/php.ini
set memory_limit form 8M to 32M
memory_limit = 32M      ; Maximum amount of memory a script may consume.

now the scan only takes about 5sec.
]]></description><link>http://community.onion.io/topic/2765/wifi-scan</link><guid isPermaLink="true">http://community.onion.io/topic/2765/wifi-scan</guid><dc:creator><![CDATA[Fabian Nydegger 0]]></dc:creator><pubDate>Fri, 04 May 2018 11:21:14 GMT</pubDate></item><item><title><![CDATA[Controlling the USB port on the mini dock using PHP?]]></title><description><![CDATA[@Yvan-Gagnon  I've mentioned this a couple times in response to other posts and do not remember if one of those posts was yours, if so, I apologize for bringing it up again, but, it is possible to gain access to all the pins by using a female header with long pins. just insert the female header into each header of the mini dock and then insert [carefully] the omega2+ into the long pin female headers. this will leave all pins exposed that you can then use various methods to attach wires from your project to the appropriate pins. granted it is a "garage style" method and care must be taken to not damage the long pin headers, however it worked for any project i saw hooked up this way at a local hackerspace.
]]></description><link>http://community.onion.io/topic/2726/controlling-the-usb-port-on-the-mini-dock-using-php</link><guid isPermaLink="true">http://community.onion.io/topic/2726/controlling-the-usb-port-on-the-mini-dock-using-php</guid><dc:creator><![CDATA[Douglas Kryder]]></dc:creator><pubDate>Sun, 18 Feb 2018 20:16:40 GMT</pubDate></item><item><title><![CDATA[Cannot install any javascript packages by NPM install]]></title><description><![CDATA[FYI even when I do /overlay and make a 2GB swap file, the version of node does crash on some instances like installing "azure-iot-device-amqp" the nodejs run time has its own buffer that needs to be increased, though from the error they posted I dont think its this issue.
Another thing about npm installs is that in some cases you need python or some other dependency like git and npm builds the module on the onion, that takes a lot of resources. For my application I use 81% file storage and have 4.7mb left but I have these modules installed:
azure-iot-common
colors
popsicle
azure-iot-device
file-queue
raven
azure-iot-device-amqp
graceful-fs
serialport
better-queue
node-json-db
client-oauth2
omega2-io-pro
If you want to do RESTful messages using Oauth2, I have successfully done so using "client-oauth2" and "popcicile"
]]></description><link>http://community.onion.io/topic/2723/cannot-install-any-javascript-packages-by-npm-install</link><guid isPermaLink="true">http://community.onion.io/topic/2723/cannot-install-any-javascript-packages-by-npm-install</guid><dc:creator><![CDATA[brolly759]]></dc:creator><pubDate>Thu, 15 Feb 2018 21:35:53 GMT</pubDate></item><item><title><![CDATA[PHP IMAP extensions &#x2F; CURL question]]></title><description><![CDATA[<ol>
<li>I've been experimenting with interfacing with a gmail email inbox using PHP's IMAP functions.  I've succeeded in getting it working on my shared hosting environment (which has a more robust PHP configuration), ... but it looks like I might need to have the PHP IMAP extension installed on the Omega2+  --- but that it might not exist for the particular Linux distro that's installed on it. So far I've tried all of the following ... but none of them have worked.</li>
</ol>
<p dir="auto">opkg install php-imap<br />
opkg install php7-imap<br />
opkg install php7.0-imap</p>
<p dir="auto">Am I missing anything here? Or do these packages not exist for the Omega2+?</p>
<ol>
<li>I got my device registered and interfacing with the Onion Cloud, and am noticing that the Device Explorer spits out some CURL commands that serve as API calls.  My question is .. how would I translate one of these CURL commands so that it can be run using a PHP script that can be run on my shared hosting environment?</li>
</ol>
<p dir="auto">In other words, .. I don't have access to the command line on my shared hosting environment, and would like to be able to run these same CURL commands in a PHP script that get's served up as a web page.  How would I go about doing that?</p>
<ul>
<li>Yvan</li>
</ul>
]]></description><link>http://community.onion.io/topic/2668/php-imap-extensions-curl-question</link><guid isPermaLink="true">http://community.onion.io/topic/2668/php-imap-extensions-curl-question</guid><dc:creator><![CDATA[Yvan Gagnon]]></dc:creator><pubDate>Mon, 22 Jan 2018 20:49:37 GMT</pubDate></item><item><title><![CDATA[Newbie questions about Onion Omega2+]]></title><description><![CDATA[I apologize for the misunderstanding. I wasn't really lamenting -- I was just explaining my current limitations and trying to figure out how to just leverage my current PHP configuration (which appears to also be pretty limited, I'm discovering) ..  so I can somehow communicate with the Onion from outside of my local network.  As it stands right now, it looks like I might need to have certain PHP extensions installed (such as the imap extension for php7) .. but that they might not exist for the particular Linux distro that's installed on the Omega.  So far I've tried all of the following ... but none of them have worked.
opkg install php-imap
opkg install php7-imap
opkg install php7.0-imap
Am I missing anything here?  Or am I correct in assuming that these packages simply don't exist for the Omega's Linux distro?
Thanks,

Yvan

]]></description><link>http://community.onion.io/topic/2663/newbie-questions-about-onion-omega2</link><guid isPermaLink="true">http://community.onion.io/topic/2663/newbie-questions-about-onion-omega2</guid><dc:creator><![CDATA[Yvan Gagnon]]></dc:creator><pubDate>Sun, 21 Jan 2018 21:10:41 GMT</pubDate></item><item><title><![CDATA[WiFi RC Car - Php + Html]]></title><description><![CDATA[<p dir="auto">Hi,</p>
<p dir="auto">I start playing with my kids RC car, adding to it control using Omega2. I decided to develop most of the functions using Php just for fun and because i don't se many people here using it <img src="http://community.onion.io/plugins/nodebb-plugin-emoji/emoji/android/1f642.png?v=ic093v0mjao" class="not-responsive emoji emoji-android emoji--slightly_smiling_face" title=":)" alt="🙂" /><br />
I have reused and modified libraries i have found all around web.</p>
<p dir="auto">Principle is simple. Php script on omega is running as daemon communicating with browser via web socket. In browser -   open Html (served from omega2) and use touch screen of your mobile to point direction + speed by moving your finger up, down left right <img src="http://community.onion.io/plugins/nodebb-plugin-emoji/emoji/android/1f642.png?v=ic093v0mjao" class="not-responsive emoji emoji-android emoji--slightly_smiling_face" title=":)" alt="🙂" /> . If you run webcam on omega, you can get video feed over screen and controls are still working.</p>
<p dir="auto">I still need to write details and how did I wire it <img src="http://community.onion.io/plugins/nodebb-plugin-emoji/emoji/android/1f642.png?v=ic093v0mjao" class="not-responsive emoji emoji-android emoji--slightly_smiling_face" title=":)" alt="🙂" /> If somebody is interested you can check at: <a href="https://github.com/kreso975/BayMaxCar" rel="nofollow">Github</a>. Be aware, it's still just working demo. It works, my kids are playing with it, but still, i did not clean up code.</p>
]]></description><link>http://community.onion.io/topic/2561/wifi-rc-car-php-html</link><guid isPermaLink="true">http://community.onion.io/topic/2561/wifi-rc-car-php-html</guid><dc:creator><![CDATA[Kresimir Kokanovic]]></dc:creator><pubDate>Tue, 12 Dec 2017 13:33:49 GMT</pubDate></item><item><title><![CDATA[room control from anywhere]]></title><description><![CDATA[<p dir="auto">hellow everyone I put an onion omega+ in my room and connect it to a raspberry pi that is functioning as a proxy server, I made a nice website for you can control the light of my room and a led, also there is a camera connected to the proxy server which opens the php page  in the omega and the omega console to the Internet</p>
<p dir="auto">enter to the console and use the GPIO app. put the GPIO 0 and 1 as OUTPUT and control.the user and password is root, onioneer<br />
<a href="http://control1.theonionomegafarm2.pagekite.me/" rel="nofollow">http://control1.theonionomegafarm2.pagekite.me/</a></p>
<p dir="auto">and control with php my light with this link<br />
<a href="http://control1.theonionomegafarm2.pagekite.me/pages/SwitchLeds.php" rel="nofollow">http://control1.theonionomegafarm2.pagekite.me/pages/SwitchLeds.php</a><br />
if they want they can see the camera here and control the pins on the other link<br />
please be patient, it is a bit slow, also enter these links with a pc for a better experience</p>
<p dir="auto"><img src="/assets/uploads/files/1505741208341-omegafarm-resized.png" alt="0_1505741144434_omegafarm.png" class="img-responsive img-markdown" /> <img src="/assets/uploads/files/1505741226290-omegafarm1-resized.png" alt="0_1505741155015_omegafarm1.png" class="img-responsive img-markdown" /> <img src="/assets/uploads/files/1505741934486-img_8561-resized.jpg" alt="0_1505741848571_IMG_8561.jpg" class="img-responsive img-markdown" /> <img src="/assets/uploads/files/1505742005354-img_8564-resized.jpg" alt="0_1505741920170_IMG_8564.jpg" class="img-responsive img-markdown" /></p>
]]></description><link>http://community.onion.io/topic/2370/room-control-from-anywhere</link><guid isPermaLink="true">http://community.onion.io/topic/2370/room-control-from-anywhere</guid><dc:creator><![CDATA[Jared Chinchilla]]></dc:creator><pubDate>Mon, 18 Sep 2017 13:43:00 GMT</pubDate></item><item><title><![CDATA[Accessing HTML PHP file from anywhere over the internet]]></title><description><![CDATA[<p dir="auto">Hi</p>
<p dir="auto">ive read all the tutrials on setting up apache server, loading html php etc. and it works<br />
i type 192.168.3.1:300 and it displays "it working" on browers. i even added and my.php file and i type 192.168.3.1:300/my.php it does exactly what i expected.</p>
<p dir="auto">above i followed the instruction (<a href="https://wiki.onion.io/Tutorials/How-To-Install-LAMP-Stack-on-the-Omega" rel="nofollow">https://wiki.onion.io/Tutorials/How-To-Install-LAMP-Stack-on-the-Omega</a>) i selected port value of 300</p>
<p dir="auto">now to access this through the web. This is NOT working.</p>
<p dir="auto">My setup is i have is , a WLAN router that my omega is connected to and my omega is setup as a AP.</p>
<p dir="auto">I go to my routers setup, i go to port - forwarding section and i set the the port forwarding rules. i set all the firewall rules to accept see below</p>
<hr />
<p dir="auto">config defaults<br />
option syn_flood    1<br />
option input        ACCEPT<br />
option output       ACCEPT<br />
option forward      ACCEPT</p>
<h1>Uncomment this line to disable ipv6 rules</h1>
<pre><code>option disable_ipv6 1
</code></pre>
<p dir="auto">config zone<br />
option name     lan<br />
list   network      'wlan'<br />
option input        ACCEPT<br />
option output       ACCEPT<br />
option forward      ACCEPT</p>
<p dir="auto">config zone<br />
option name     wan<br />
list   network      'wwan'<br />
#list   network     'wan6'<br />
option input        ACCEPT<br />
option output       ACCEPT<br />
option forward      ACCEPT<br />
option masq     1<br />
option mtu_fix      1</p>
<p dir="auto">config forwarding<br />
option src      lan<br />
option dest     wan</p>
<h1>We need to accept udp packets on port 68,</h1>
<h1>see <a href="https://dev.openwrt.org/ticket/4108" rel="nofollow">https://dev.openwrt.org/ticket/4108</a></h1>
<p dir="auto">config rule<br />
option name     Allow-DHCP-Renew<br />
option src      wan<br />
option proto        udp<br />
option dest_port    68<br />
option target       ACCEPT<br />
option family       ipv4</p>
<h1>Allow IPv4 ping</h1>
<p dir="auto">config rule<br />
option name     Allow-Ping<br />
option src      wan<br />
option proto        icmp<br />
option icmp_type    echo-request<br />
option family       ipv4<br />
option target       ACCEPT</p>
<h1>Allow DHCPv6 replies</h1>
<h1>see <a href="https://dev.openwrt.org/ticket/10381" rel="nofollow">https://dev.openwrt.org/ticket/10381</a></h1>
<p dir="auto">config rule<br />
option name     Allow-DHCPv6<br />
option src      wan<br />
option proto        udp<br />
option src_ip       fe80::/10<br />
option src_port     547<br />
option dest_ip      fe80::/10<br />
option dest_port    546<br />
option family       ipv6<br />
option target       ACCEPT</p>
<h1>Allow essential incoming IPv6 ICMP traffic</h1>
<p dir="auto">config rule<br />
option name     Allow-ICMPv6-Input<br />
option src      wan<br />
option proto    icmp<br />
list icmp_type      echo-request<br />
list icmp_type      echo-reply<br />
list icmp_type      destination-unreachable<br />
list icmp_type      packet-too-big<br />
list icmp_type      time-exceeded<br />
list icmp_type      bad-header<br />
list icmp_type      unknown-header-type<br />
list icmp_type      router-solicitation<br />
list icmp_type      neighbour-solicitation<br />
list icmp_type      router-advertisement<br />
list icmp_type      neighbour-advertisement<br />
option limit        1000/sec<br />
option family       ipv6<br />
option target       ACCEPT</p>
<h1>Allow essential forwarded IPv6 ICMP traffic</h1>
<p dir="auto">config rule<br />
option name     Allow-ICMPv6-Forward<br />
option src      wan<br />
option dest     *<br />
option proto        icmp<br />
list icmp_type      echo-request<br />
list icmp_type      echo-reply<br />
list icmp_type      destination-unreachable<br />
list icmp_type      packet-too-big<br />
list icmp_type      time-exceeded<br />
list icmp_type      bad-header<br />
list icmp_type      unknown-header-type<br />
option limit        1000/sec<br />
option family       ipv6<br />
option target       ACCEPT</p>
<h1>include a file with users custom iptables rules</h1>
<p dir="auto">config include<br />
option path /etc/firewall.user</p>
<h3>EXAMPLE CONFIG SECTIONS</h3>
<h1>do not allow a specific ip to access wan</h1>
<p dir="auto">#config rule</p>
<h1>option src      lan</h1>
<h1>option src_ip   192.168.45.2</h1>
<h1>option dest     wan</h1>
<h1>option proto    tcp</h1>
<h1>option target   REJECT</h1>
<h1>block a specific mac on wan</h1>
<p dir="auto">#config rule</p>
<h1>option dest     wan</h1>
<h1>option src_mac  00:11:22:33:44:66</h1>
<h1>option target   REJECT</h1>
<h1>block incoming ICMP traffic on a zone</h1>
<p dir="auto">#config rule</p>
<h1>option src      lan</h1>
<h1>option proto    ICMP</h1>
<h1>option target   DROP</h1>
<h1>port redirect port coming in on wan to lan</h1>
<p dir="auto">#config redirect</p>
<h1>option src          wan</h1>
<h1>option src_dport    80</h1>
<h1>option dest         lan</h1>
<h1>option dest_ip      192.168.16.235</h1>
<h1>option dest_port    80</h1>
<h1>option proto        tcp</h1>
<h1>port redirect of remapped ssh port (22001) on wan</h1>
<p dir="auto">#config redirect</p>
<h1>option src      wan</h1>
<h1>option src_dport    22001</h1>
<h1>option dest     lan</h1>
<h1>option dest_port    22</h1>
<h1>option proto        tcp</h1>
<h1>allow IPsec/ESP and ISAKMP passthrough</h1>
<p dir="auto">#config rule</p>
<h1>option src      wan</h1>
<h1>option dest     lan</h1>
<h1>option protocol     esp</h1>
<h1>option target       ACCEPT</h1>
<p dir="auto">#config rule</p>
<h1>option src      wan</h1>
<h1>option dest     lan</h1>
<h1>option src_port     500</h1>
<h1>option dest_port    500</h1>
<h1>option proto        udp</h1>
<h1>option target       ACCEPT</h1>
<h3>FULL CONFIG SECTIONS</h3>
<p dir="auto">#config rule</p>
<h1>option src      lan</h1>
<h1>option src_ip   192.168.45.2</h1>
<h1>option src_mac  00:11:22:33:44:55</h1>
<h1>option src_port 80</h1>
<h1>option dest     wan</h1>
<h1>option dest_ip  194.25.2.129</h1>
<h1>option dest_port    120</h1>
<h1>option proto    tcp</h1>
<h1>option target   REJECT</h1>
<p dir="auto">#config redirect</p>
<h1>option src      lan</h1>
<h1>option src_ip   192.168.45.2</h1>
<h1>option src_mac  00:11:22:33:44:55</h1>
<h1>option src_port     1024</h1>
<h1>option src_dport    80</h1>
<h1>option dest_ip  194.25.2.129</h1>
<h1>option dest_port    120</h1>
<h1>option proto    tcp</h1>
<hr />
<p dir="auto">as a test i created a server on the esp8266 using port 301. and it works PERFECTLY from everywhere. !![0_1499509968309_errorforward.png](Uploading 100%)<br />
i tried almost all all ip values in the ip block to make it work eg 192.168.3.1       192.168.3.249 etc. nothing is working</p>
<p dir="auto">please any help will be much appropriated on fixing the problem , accessing html page on the omega from anywhere in the world over the internet.</p>
]]></description><link>http://community.onion.io/topic/2196/accessing-html-php-file-from-anywhere-over-the-internet</link><guid isPermaLink="true">http://community.onion.io/topic/2196/accessing-html-php-file-from-anywhere-over-the-internet</guid><dc:creator><![CDATA[rinel bhownath]]></dc:creator><pubDate>Sat, 08 Jul 2017 10:45:38 GMT</pubDate></item><item><title><![CDATA[Installing PostgreSQL and connecting to DB]]></title><description><![CDATA[I also have  a similar problem, i was trying to get python' s psycopg2 to work on omega2+ but i cant seem to get pg_config for the omega installed, i also have opened a ticket ~1.5 months ago #7929 but still no reply/news from onion side
]]></description><link>http://community.onion.io/topic/2150/installing-postgresql-and-connecting-to-db</link><guid isPermaLink="true">http://community.onion.io/topic/2150/installing-postgresql-and-connecting-to-db</guid><dc:creator><![CDATA[Zheng Tean]]></dc:creator><pubDate>Sat, 17 Jun 2017 04:05:14 GMT</pubDate></item><item><title><![CDATA[error with phpmyadmin]]></title><description><![CDATA[Have you checked version of MYSQL and PHPadmin. MYSQL 5.1.73-2 in the dist-feeds may only play nicely with PHPadmin 4.0.10.20
]]></description><link>http://community.onion.io/topic/1965/error-with-phpmyadmin</link><guid isPermaLink="true">http://community.onion.io/topic/1965/error-with-phpmyadmin</guid><dc:creator><![CDATA[andrew mackay]]></dc:creator><pubDate>Fri, 21 Apr 2017 13:42:55 GMT</pubDate></item><item><title><![CDATA[Omega2 : probleme installation php7 with nginx]]></title><description><![CDATA[Ugh LITERALLY just figured it out
For whatever reason, the document root is also specified in the /etc/php.ini file. (this is DUMB DUMB DUMB) See more here:
https://community.onion.io/post/8605
]]></description><link>http://community.onion.io/topic/1786/omega2-probleme-installation-php7-with-nginx</link><guid isPermaLink="true">http://community.onion.io/topic/1786/omega2-probleme-installation-php7-with-nginx</guid><dc:creator><![CDATA[Matthew Butch]]></dc:creator><pubDate>Sun, 23 Jul 2017 00:41:11 GMT</pubDate></item><item><title><![CDATA[Pulling info from my Personal Weather Station via Wunderground]]></title><description><![CDATA[@Joris-Mulliez I agree that PHP is of no use here, however I have plans to take this further, and wanted to start with the PHP base to work into.  I am taking small steps into this whole new computing world for me.  Yes, I could have just had the Python write out to "index.htm" and left it there, however what I am now doing is even beyond that.  I want the initial page to allow for the selection of ZIP, City, PWS, Lat/Long and to set the refresh rate.  This is only a backbone to grow from.
]]></description><link>http://community.onion.io/topic/1673/pulling-info-from-my-personal-weather-station-via-wunderground</link><guid isPermaLink="true">http://community.onion.io/topic/1673/pulling-info-from-my-personal-weather-station-via-wunderground</guid><dc:creator><![CDATA[Brad Buskey]]></dc:creator><pubDate>Wed, 15 Feb 2017 02:34:04 GMT</pubDate></item><item><title><![CDATA[Fast-Gpio and Html&#x2F;php?]]></title><description><![CDATA[<p dir="auto">Hey everyone . I would like to turn my onion omega 2 to a receiver for my rc car. My smartphone is the transmitter. How can I use the gpios via html or php?<br />
sry for my bad english</p>
]]></description><link>http://community.onion.io/topic/1629/fast-gpio-and-html-php</link><guid isPermaLink="true">http://community.onion.io/topic/1629/fast-gpio-and-html-php</guid><dc:creator><![CDATA[pedator92]]></dc:creator><pubDate>Wed, 08 Feb 2017 16:34:40 GMT</pubDate></item><item><title><![CDATA[Access php from outside the local network?]]></title><description><![CDATA[@Victor-Tagayun I don't know specific guides, this is more about experience with the services and reading man pages.
Notice that you want to embrace a lot right now, you may desperate in some point. Hang on there.

Remove console: The default web pages the Omega2 comes with are stored in some .../www directory, and the web server will have some info about the webpage to serve. All that may come in the docs, find them (you may encounter them while setting your own web) and then delete them, because if they are still up, someone from the internet could attack your Omega2 through the onion console.
SSH no root login: ssh service must have a configuration file, for example in /etc/ssh.conf (I don't know if that is the file). Inside it, many parameters for the service, like the port to listen to, the possibility to login with name and password, if that login can be the user root, etc. The idea is that nobody can access as root from the internet, neither you, use serial to act as root. Also the web service shouldn't run as root, that's why you add another user, for example omega, with less privileges.

Search google topic by topic, "ssh non root login", "linux add new user", "web service firewall recommended configuration", etc.
]]></description><link>http://community.onion.io/topic/1429/access-php-from-outside-the-local-network</link><guid isPermaLink="true">http://community.onion.io/topic/1429/access-php-from-outside-the-local-network</guid><dc:creator><![CDATA[José Luis Cánovas]]></dc:creator><pubDate>Mon, 06 Mar 2017 13:28:50 GMT</pubDate></item><item><title><![CDATA[[Resolved] Omega 2+ &#x2F;&#x2F; php change DOCUMENT_ROOT ? No input file specified.]]></title><description><![CDATA[@Roman-Sierikov Just had the same problem but I see no reply. What worked for me is to add multiple entries:
...
doc_root = "/www"
doc_root = "/www/project1"
doc_root = "/www/project2"
...
]]></description><link>http://community.onion.io/topic/1317/resolved-omega-2-php-change-document_root-no-input-file-specified</link><guid isPermaLink="true">http://community.onion.io/topic/1317/resolved-omega-2-php-change-document_root-no-input-file-specified</guid><dc:creator><![CDATA[Razvan Fatu]]></dc:creator><pubDate>Sun, 17 Dec 2017 21:04:54 GMT</pubDate></item></channel></rss>