<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><br><div><div>On 13/06/2009, at 15:17, ik wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div dir="ltr"><br clear="all"><br><div class="gmail_quote">&nbsp;Sat, Jun 13, 2009 at 3:10 PM, Herouth Maoz <span dir="ltr">&lt;<a href="mailto:herouth@spamcop.net">herouth@spamcop.net</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"> <div style="">First off, run<div><br></div><div>php -i | grep prepend</div><div><br></div><div>...to see if it is trying to run any prepend file which is set up in php.ini</div></div></blockquote><div><br># php -i | grep prepend<br> auto_prepend_file =&gt; no value =&gt; no value<br>error_prepend_string =&gt; no value =&gt; no value<br><br>So it means that it does not set any path to execute before things should run ? <br><br></div><blockquote class="gmail_quote" style="border-left-width: 1px; border-left-style: solid; border-left-color: rgb(204, 204, 204); margin-top: 0pt; margin-right: 0pt; margin-bottom: 0pt; margin-left: 0.8ex; padding-left: 1ex; position: static; z-index: auto; "> <div style=""><div></div></div></blockquote></div></div></blockquote></div><br><div>It means that it doesn't run any automatic php script before every one of your scripts. I suspected that it did - but it doesn't, which means that access to the network comes from one of the modules installed. I suppose you could check which one it is through a process of elimination.</div><div><br></div><div>Herouth</div></body></html>