SA-MP Forums Archive
Help please - 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: Help please (/showthread.php?tid=530348)



Help please - xsp1cy3 - 06.08.2014

How can i Remove MySQL DB from a Script cause i have A VPS based on Linux debian 7 And i dont know how to Install Mysql on it


Re: Help please - Blademaster680 - 06.08.2014

The mysql database is not on the script. the saving and loading system is in the script but not the actual database. To remove the loading and saving system just comment out the functions...


Re: Help please - xsp1cy3 - 06.08.2014

So what Should I remove?


Re: Help please - Vince - 06.08.2014

You can't just strip out a major part of a script and expect it to still work okay. If you can't manage a VPS, you should stick with shared hosting.

Note to self: stop replying to topics with stupid titles.


Re: Help please - xsp1cy3 - 06.08.2014

If you dont Have a Good Solution Please dont Post a Desprating Reply here


Re: Help please - Clad - 06.08.2014

Quote:
Originally Posted by xsp1cy3
Посмотреть сообщение
If you dont Have a Good Solution Please dont Post a Desprating Reply here
Vince is preventing you from continuing the rules break series, You got the answer above.


Re: Help please - PawelQ - 06.08.2014

If yours script uses MySQL you need to re-write to use files, for example dini.


Re: Help please - xsp1cy3 - 06.08.2014

So as Vince said It aint going to work ,Then How can I put the Script on A Linux server?


Re : Re: Help please - ManuelNeuer - 06.08.2014

Quote:
Originally Posted by xsp1cy3
Посмотреть сообщение
So as Vince said It aint going to work ,Then How can I put the Script on A Linux server?
You can move it to another type like dini, But it will take you time, Propably the whole GameMode is under MySQL.


Re: Help please - SKAzini - 06.08.2014

Quote:
Originally Posted by xsp1cy3
Посмотреть сообщение
So as Vince said It aint going to work ,Then How can I put the Script on A Linux server?
You install LAMP.