<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-gb">
	<link rel="self" type="application/atom+xml" href="https://forum.eggheads.org/app.php/feed/topic/19524" />

	<title>egghelp/eggheads community</title>
	<subtitle>Discussion of eggdrop bots, shell accounts and tcl scripts.</subtitle>
	<link href="https://forum.eggheads.org/index.php" />
	<updated>2013-10-07T08:02:03-04:00</updated>

	<author><name><![CDATA[egghelp/eggheads community]]></name></author>
	<id>https://forum.eggheads.org/app.php/feed/topic/19524</id>

		<entry>
		<author><name><![CDATA[heartbroken]]></name></author>
		<updated>2013-10-07T08:02:03-04:00</updated>

		<published>2013-10-07T08:02:03-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=102083#p102083</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=102083#p102083"/>
		<title type="html"><![CDATA[exec with php script (not running)]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=102083#p102083"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>bind raw * notice portsifre  proc portsifre {from keyword arg} {    global tj   if {[string match -nocase "*Client connecting*" $arg]} {    set phpfile "scripts/portdegistir.php"      set port [lindex $arg 8]     set nick [lindex $arg 9]     set command "php -f $phpfile DEBUG"    catch {eval exec $command}   }   return 0 } </code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=11703">heartbroken</a> — Mon Oct 07, 2013 8:02 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Keen]]></name></author>
		<updated>2013-10-06T22:02:43-04:00</updated>

		<published>2013-10-06T22:02:43-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=102082#p102082</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=102082#p102082"/>
		<title type="html"><![CDATA[exec with php script (not running)]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=102082#p102082"><![CDATA[
Hello i try to run a php script that writes random string in a file but nothing changes when i use this tcl with eggdrop. I can see that php file can write a string into dosya.conf when i enter command php -f portdegistir.php<br><br>Can you help me please i just want to run that php script correcty. I hope you understand sorry for my bad english.<br><div class="codebox"><p>Code: </p><pre><code>bind raw * notice portsifreproc portsifre {from keyword arg} {  global tj    if {[string match -nocase "*Client connecting*" $arg]} {    #Girişte notice sorgusu alalımset port [lindex $arg 8]       set nick [lindex $arg 9]set command "/home/sohbetka/eggdrop/scripts/portdegistir.php"exec php -f $command}}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10458">Keen</a> — Sun Oct 06, 2013 10:02 pm</p><hr />
]]></content>
	</entry>
	</feed>
