Customizing SMF > SMF Coding Discussion

Converting SA_auth to SMF

<< < (6/7) > >>

emanuele:
lol

emanuele:
Are you sure you can use CURL?

Asking becaue that's the error I got.
Probably the code could be rewritten to use fetch_web_data, but at the moment I'm pretty busy...

Also, probably you'd get more answers if the discussion was in the board SMF coding discussions, if you want I can move the topic there.

wargames:

--- Quote from: emanuele on June 13, 2012, 04:27:04 PM ---Are you sure you can use CURL?

Asking becaue that's the error I got.
Probably the code could be rewritten to use fetch_web_data, but at the moment I'm pretty busy...

Also, probably you'd get more answers if the discussion was in the board SMF coding discussions, if you want I can move the topic there.

--- End quote ---

I have no clue if I can sue curl, I am running Centos on the vps and if you think it would help you can move it.

emanuele:
Try creating a file with this content and see what it says:

--- Code: ---<?php
if (function_exists('curl_init'))
    echo 'It should work';
else
    echo 'It will not work';
--- End code ---

wargames:
It came back as its should world. http://mwo.gooncave.com/new.php [nofollow]

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version