SA-MP Forums Archive
IPB forum with sa-mp server - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: IPB forum with sa-mp server (/showthread.php?tid=626974)



IPB forum with sa-mp server - MerryDeer - 22.01.2017

Hi,

I retrieve IPB topic message to sa-mp server, but problem is some letters, after i load to sa-mp server, and again update and update post in IPB some letters showing as ?? i think i need to use encode, decode, but what i need to use?


Re: IPB forum with sa-mp server - Vince - 22.01.2017

Do you have a license for that software? 'Cause I categorically refuse aid to people who use pirated software.


Re: IPB forum with sa-mp server - MerryDeer - 22.01.2017

Yes i have.


Re: IPB forum with sa-mp server - azzerking - 22.01.2017

If you have an PHP experience, I would make a small script, that uses CURL and collects the required data from IPB and then encode it differently when passed into samp server.

You can however change the encoding in PAWN, but if you have PHP knowledge it might be easier for you since the functions are already made for you.


Re: IPB forum with sa-mp server - MerryDeer - 22.01.2017

These letters in my country ąčęėįšųū is bad loading in pawn.. I tried
https://sampforum.blast.hk/showthread.php?tid=362764

utf8encode but nothing... What function i need to use?