Itemshop Script based on Laravel

12/27/2016 15:36 .Alpha.#1
Hello,

today I release the old version of my itemshop script,
all buyers will receive the new updated version as soon as it is done.

Please dont judge the code quality its not that great :c

The Laravel Framework Version is 4.2

It includes:
  • Old Metin2 Itemshop Design
  • Various Settings
  • Dynamic Categories
  • Adjustable Bonus Percentage on Payment
  • Logging of bought items
  • Item Suggestions
  • Automatic Item Setting adjustments for item_award
  • Wheel of Fortune
  • Base Code for the item "tombola"
  • Players can see what they bought
  • Includes item storage and distribution for wheel items
  • Easily extendable with some php knowledge and usage of the laravel documentation.

Installation:
  1. Install composer on your server
  2. Change into the directory with the composer.json file
  3. Execute composer update/install
  4. After that adjust the db settings in app/config/database.php
  5. Now execute "php artisan migrate" to install the database
  6. You are done
  7. The Virtual Host has to point to the public directory of the installation

Notes:
Might need some edits uses a extended item_award table with the abillity to adjust more item attributes than usual. If needed I will include the fix for that.

Download:
[Only registered and activated users can see links. Click Here To Register...]
12/27/2016 15:40 Ideal-Cloud#2
install info ?
12/27/2016 15:46 .Alpha.#3
Sorry almost forgot added it.
12/29/2016 06:15 ElGero95#4
install ?? guide??
12/29/2016 19:57 Zander##5
Quote:
Originally Posted by ElGero95 View Post
install ?? guide??
You should read the post above you :P
I assume it's self explaining
12/30/2016 18:26 fcsk_aim#6
Best guy. Always.
Thanks
01/12/2017 08:06 ProfessorEnte#7
Quote:
Originally Posted by .Alpha. View Post
Hello,

today I release the old version of my itemshop script,
all buyers will receive the new updated version as soon as it is done.

Please dont judge the code quality its not that great :c

The Laravel Framework Version is 4.2

It includes:
  • Old Metin2 Itemshop Design
  • Various Settings
  • Dynamic Categories
  • Adjustable Bonus Percentage on Payment
  • Logging of bought items
  • Item Suggestions
  • Automatic Item Setting adjustments for item_award
  • Wheel of Fortune
  • Base Code for the item "tombola"
  • Players can see what they bought
  • Includes item storage and distribution for wheel items
  • Easily extendable with some php knowledge and usage of the laravel documentation.

Installation:
  1. Install composer on your server
  2. Change into the directory with the composer.json file
  3. Execute composer update/install
  4. After that adjust the db settings in app/config/database.php
  5. Now execute "php artisan migrate" to install the database
  6. You are done
  7. The Virtual Host has to point to the public directory of the installation

Notes:
Might need some edits uses a extended item_award table with the abillity to adjust more item attributes than usual. If needed I will include the fix for that.

Download:
[Only registered and activated users can see links. Click Here To Register...]
I hope that you will use an other type of authentication for your next itemshop. :S

You should tell the servers to change the salt key.

as example:
[Only registered and activated users can see links. Click Here To Register...]

this url will never change unless the salt key is changed. You should also use the password to generate the "sas" parameter. Something that the user is able to change himself.

You can log into the itemshop if you know the username of the account by generating the sas parameter yourself and testing the url.

Got into an account after 4 hours by executing a python script.

Servers like rubinum still use the same salt key like the key in your release.
01/12/2017 22:08 CranK™#8
yo brudi

1. rar? cmon you know how to use git
2. laravel? laravel's routing is shit and not really good for bigger projects. use symfony instead
01/13/2017 11:28 Wish3r#9
Hello,
Do you have a image or a preview link ?
01/13/2017 19:53 .Alpha.#10
Quote:
Originally Posted by CranK™ View Post
yo brudi

1. rar? cmon you know how to use git
2. laravel? laravel's routing is shit and not really good for bigger projects. use symfony instead
2. Laravel actually uses Symfony Routing

________
Wegen dem SAS Key das stimmt soweit ich habe mich hierbei am Offiziellen Server orientiert.
01/14/2017 15:17 CranK™#11
Quote:
Originally Posted by .Alpha. View Post
2. Laravel actually uses Symfony Routing
i know
but setting routings with php code has nothing to do with modern coding
and if you have 20-30 different routes it will be pretty messy and ugly
01/15/2017 21:16 .Stefan#12
Wer hat Lust es bei mir einzurichten :) ?
01/20/2017 09:40 .He3o Copy™#13
Quote:
Originally Posted by .Alpha. View Post
2. Laravel actually uses Symfony Routing

________
Wegen dem SAS Key das stimmt soweit ich habe mich hierbei am Offiziellen Server orientiert.
Laravel Routing System is not up to date.
Maybe looking for Slim3 and build your own Routing System on top.
07/08/2017 20:24 memett4545#14
screnshoot pls
08/07/2017 12:25 BizepsSupportAccount#15
Quote:
Originally Posted by .Alpha. View Post
Hello,

today I release the old version of my itemshop script,
all buyers will receive the new updated version as soon as it is done.

Please dont judge the code quality its not that great :c

The Laravel Framework Version is 4.2

It includes:
  • Old Metin2 Itemshop Design
  • Various Settings
  • Dynamic Categories
  • Adjustable Bonus Percentage on Payment
  • Logging of bought items
  • Item Suggestions
  • Automatic Item Setting adjustments for item_award
  • Wheel of Fortune
  • Base Code for the item "tombola"
  • Players can see what they bought
  • Includes item storage and distribution for wheel items
  • Easily extendable with some php knowledge and usage of the laravel documentation.

Installation:
  1. Install composer on your server
  2. Change into the directory with the composer.json file
  3. Execute composer update/install
  4. After that adjust the db settings in app/config/database.php
  5. Now execute "php artisan migrate" to install the database
  6. You are done
  7. The Virtual Host has to point to the public directory of the installation

Notes:
Might need some edits uses a extended item_award table with the abillity to adjust more item attributes than usual. If needed I will include the fix for that.

Download:
[Only registered and activated users can see links. Click Here To Register...]
can we get a more detailled installation guide for users which are not experienced in freebsd, would be amazing great work btw.