SA-MP Forums Archive
[Tool/Web/Other] Samp Front - A web template for SA:MP related websites. - 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: Filterscripts (https://sampforum.blast.hk/forumdisplay.php?fid=17)
+---- Forum: Tools and Files (https://sampforum.blast.hk/forumdisplay.php?fid=82)
+---- Thread: [Tool/Web/Other] Samp Front - A web template for SA:MP related websites. (/showthread.php?tid=661572)



Samp Front - A web template for SA:MP related websites. - Eoussama - 08.12.2018


Samp Front
A web template for SA:MP related websites.

Description
Samp Front is a basic starter landing page template for SA:MP communities related websites. It's always better to craft your stuff from scratch, however, for the oblivious, it's life-saving to have a starter prototype filling your hands at your debut.
Of course, Samp Front can be customized to meet your needs, that's the reason for affixing it with the word “template”. However, note that the credits should remain untouched so that the contributors are at least acknowledged.
Preview
I apologize in advance I couldn't get the template live for demo-ing it, all I could do was provide these video clips:
Download
Simply pay a visit to this repository and either clone or download it.


Setup
The installation is pretty easy, navigate to the config folder, there you'll find a file named config.ini, open it up on edit mode and tweaks the settings in there to your liking, then simply save it and the website will reflect those changes.
As for the logo, replace the logo.png file that's located under public/assets/img
Features
  • Live server/players statistic preview.
  • Dark/Light themes.
  • Discord sever embed.
  • CRUD for news articles.
  • Image gallery.
Contribution
Any help is welcomed, feel free to fire an issue or a pull request any time.
A contribution is also counted if all you did was simply report bugs or suggest new features, the best way to voice your idea is by filing an issue here.


Credits
Big thanks to David Weston for SampQueryAPI.



Re: Samp Front - A web template for SA:MP related websites. - Freaksken - 08.12.2018

Damn, looks good!


Re: Samp Front - A web template for SA:MP related websites. - NelsonC - 08.12.2018

Good work.


Re: Samp Front - A web template for SA:MP related websites. - UFF - 08.12.2018

Looks good!


Re: Samp Front - A web template for SA:MP related websites. - DrakeyDeveloper - 08.12.2018

Nice work!


Re: Samp Front - A web template for SA:MP related websites. - Eduardoefu - 08.12.2018

Not bad, nice work!
Btw

Код:
echo $server_info['password'] == 0 ? "No" : "Yes";
If server isn't passwored it will say "Yes" instaed "No", i tried this and worked.
Код:
echo $server_info['password'] > 0 ? "Yes" : "No";



Re: Samp Front - A web template for SA:MP related websites. - SyS - 09.12.2018

Nice


Re: Samp Front - A web template for SA:MP related websites. - Chilli9434 - 09.12.2018

This will save people a lot of time who want to focus on their scripts!

Nice to see something that has a decent design as well, nice work


Re: Samp Front - A web template for SA:MP related websites. - Chaprnks - 09.12.2018

Great work, but where's the database?




Re: Samp Front - A web template for SA:MP related websites. - Eoussama - 09.12.2018

Quote:
Originally Posted by Chaprnks
Посмотреть сообщение
Great work, but where's the database?

That's for you to create, have it as flexible as you want, and then provide that connection information in that config file for the website to connect to.
The sole purpose from a database connection is to store and manage your news articles.
In the Database.
Create a table in your database called `news`, in case you want to name it something else, make sure to change the private field $table in the News.php model (located at the models folder) to whatever you're calling your table.


Re: Samp Front - A web template for SA:MP related websites. - AdamBryant95 - 10.12.2018

Hello!

Please tell me, how can i install this thing. I copied every file and folder to /web/htdocs4/****/home/www/ but when i trying to acces i get error.


Re: Samp Front - A web template for SA:MP related websites. - Gammix - 10.12.2018

4-star

Good design and animation.


Re: Samp Front - A web template for SA:MP related websites. - Eoussama - 10.12.2018

Quote:
Originally Posted by AdamBryant95
Посмотреть сообщение
Hello!

Please tell me, how can i install this thing. I copied every file and folder to /web/htdocs4/****/home/www/ but when i trying to acces i get error.
Download or clone the repository, and put it on a server environment.
By server environment, I mean you either host it on a web server or locally using tools like (xampp, wamp...).
No setup is required aside from tweaking the config.ini to your liking.
Make sure to have a MySQL server running as well as a web server (apache).
Also, note that you will have to create a database for the website to connect to. Make sure you the public folder is the root of your website for safety.

Quote:
Originally Posted by Gammix
Посмотреть сообщение
4-star

Good design and animation.
Thanks you.


Re: Samp Front - A web template for SA:MP related websites. - AdamBryant95 - 11.12.2018

Yeah, thanks. But i get a 403 Forbidden error.
https://lsc-rp.hu

(755 Permission settings)


Re: Samp Front - A web template for SA:MP related websites. - Eoussama - 11.12.2018

Quote:
Originally Posted by AdamBryant95
Посмотреть сообщение
Yeah, thanks. But i get a 403 Forbidden error.
https://lsc-rp.hu

(755 Permission settings)
If you have discord, drop me a message at EOussama#9634, I might be able to help you.


Re: Samp Front - A web template for SA:MP related websites. - cSharp - 11.12.2018

Did you just store the database credentials in a public accessed configuration file?

Quote:
Common practices for this problem include putting the database credentials in a configuration file that is not PHP, such as a .ini file.....

To add extra security you should also put the configuration file outside of the web root, so that you can be sure no one can access the file by navigating directly to it.




Re: Samp Front - A web template for SA:MP related websites. - Eoussama - 11.12.2018

Quote:
Originally Posted by cSharp
Посмотреть сообщение
Only the public folder should be served, hence the name.


Re: Samp Front - A web template for SA:MP related websites. - AdamBryant95 - 16.12.2018

Hello, still dont work. Check this please: https://lsc-rp.hu