Jump to content

Rusnoff

New Members
  • Posts

    5
  • Joined

  • Last visited

    Never

Everything posted by Rusnoff

  1. the file where the page is looking for does not exist. (users.php) Also check if the map Connections is with capital.
  2. you have there topisc... isn't right. btw, i assume you have only changed the PHP tag? I assume it was there already.
  3. $gettopics = mysql_query('SELECT * FROM topics WHERE ((topics.systems LIKE "'.$system.'") OR (topics.topicid = '.$topic.')) ORDER BY dateline ASC') or die(mysql_error()); I have added the (( )). What error do you get? Or does this work already? Thats how i most of the time write it.
  4. Doesn't work either. Error: Warning: pfsockopen() [function.pfsockopen]: unable to connect to customer-smtp.one.com:25 (Connection timed out) in /customers/geldklikker.eu/geldklikker.eu/httpd.www/mail/class.smtp.php on line 105 Line 100-105: <?php #connect to the smtp server $this->smtp_conn = pfsockopen($host, # the host of the server $port, # the port to use $errno, # error number if any $errstr, # error message if any $tval); # give up after ? secs ?> $host=correct host (works in mailing program). $port = 25
  5. I try to send e-mails with fsockopen, but, the host has blocked fsockopen. I can send the e-mails from another server, but, the stuff is in a database. Is there any alternative to fsockopen?
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.