That scripts will use callRemote too ?
Yeah ^^ I'm fan of callRemote lol
Hmm i was on your server, why you don't trigger when someone registers on the server, he's registered on the forums too, i think that's possible(Is it?).
Look here : https://community.multitheftauto.com/ind ... ls&id=2136
And here : http://venom.isgreat.org/dxgui/
It would be nice if that dxGUI functions could be upgraded in GUIEditor, ofcourse with Owner permission.
The user from the server and deliver is specified site.
Hm no... The sender is the website and the deliver is the IMAP protocol (hotmail, yahoo, gmail ...)
The server send only informations for the website (subject, message...)
If you website accept the function mail(), the sender will be "[email protected]".
You can change this informations in mail.php
$header = "From: \"MTA Team\"<[email protected]>".$passage_ligne;
$header.= "Reply-to: \"MTA Team\" <[email protected]>".$passage_ligne;
$header.= "MIME-Version: 1.0".$passage_ligne;
$header.= "Content-Type: multipart/alternative;".$passage_ligne." boundary=\"$boundary\"".$passage_ligne;
Any plans for the future ?
For the 1.1 i've make any changes, you can download the PHP files here:
Download link
This is the PHP SDK library of MTA. I've include it on the PHP files.
Community page
Where i can locate MTA sdk in MTA folder ?