Register for your free account! | Forgot your password?

You last visited: Today at 08:39

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



Itemshop Script based on Laravel

Discussion on Itemshop Script based on Laravel within the Metin2 PServer Designs, Websites & Scripts forum part of the Metin2 Private Server category.

Reply
 
Old   #1

 
elite*gold: 0
Join Date: Jul 2009
Posts: 2,471
Received Thanks: 5,622
Itemshop Script like Official (Rubinum/Shiro)

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:
.Alpha. is offline  
Thanks
13 Users
Old 12/27/2016, 15:40   #2
 
Ideal-Cloud's Avatar
 
elite*gold: 0
Join Date: Sep 2015
Posts: 261
Received Thanks: 42
install info ?
Ideal-Cloud is offline  
Old 12/27/2016, 15:46   #3

 
elite*gold: 0
Join Date: Jul 2009
Posts: 2,471
Received Thanks: 5,622
Sorry almost forgot added it.
.Alpha. is offline  
Old 12/29/2016, 06:15   #4
 
elite*gold: 0
Join Date: Jul 2016
Posts: 1
Received Thanks: 0
install ?? guide??
ElGero95 is offline  
Old 12/29/2016, 19:57   #5


 
Zander#'s Avatar
 
elite*gold: 14
Join Date: Feb 2011
Posts: 1,450
Received Thanks: 1,044
Quote:
Originally Posted by ElGero95 View Post
install ?? guide??
You should read the post above you :P
I assume it's self explaining
Zander# is offline  
Old 12/30/2016, 18:26   #6
 
fcsk_aim's Avatar
 
elite*gold: 100
Join Date: Dec 2014
Posts: 93
Received Thanks: 51
Best guy. Always.
Thanks
fcsk_aim is offline  
Old 01/12/2017, 08:06   #7
 
elite*gold: 2
Join Date: Jun 2013
Posts: 1,063
Received Thanks: 1,725
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:
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:


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.
ProfessorEnte is offline  
Thanks
1 User
Old 01/12/2017, 22:08   #8
 
elite*gold: 35
Join Date: Jun 2009
Posts: 2,187
Received Thanks: 6,906
yo brudi

1. rar? cmon you know how to use git
2. laravel? laravel's routing is **** and not really good for bigger projects. use symfony instead
CranK™ is offline  
Old 01/13/2017, 11:28   #9
 
elite*gold: 0
Join Date: Jul 2013
Posts: 29
Received Thanks: 12
Hello,
Do you have a image or a preview link ?
Wish3r is offline  
Old 01/13/2017, 19:53   #10

 
elite*gold: 0
Join Date: Jul 2009
Posts: 2,471
Received Thanks: 5,622
Quote:
Originally Posted by CranK™ View Post
yo brudi

1. rar? cmon you know how to use git
2. laravel? laravel's routing is **** 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.
.Alpha. is offline  
Thanks
3 Users
Old 01/14/2017, 15:17   #11
 
elite*gold: 35
Join Date: Jun 2009
Posts: 2,187
Received Thanks: 6,906
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
CranK™ is offline  
Old 01/15/2017, 21:16   #12
 
.Stefan's Avatar
 
elite*gold: 12
Join Date: Jun 2009
Posts: 2,620
Received Thanks: 1,239
Wer hat Lust es bei mir einzurichten ?
.Stefan is offline  
Old 01/20/2017, 09:40   #13
 
.He3o Copy™'s Avatar
 
elite*gold: 1
Join Date: Apr 2013
Posts: 273
Received Thanks: 236
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.
.He3o Copy™ is offline  
Old 07/08/2017, 20:24   #14
 
elite*gold: 0
Join Date: Jul 2012
Posts: 8
Received Thanks: 0
screnshoot pls
memett4545 is offline  
Old 08/07/2017, 12:25   #15
 
BizepsSupportAccount's Avatar
 
elite*gold: 0
Join Date: Dec 2014
Posts: 1,015
Received Thanks: 498
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:
can we get a more detailled installation guide for users which are not experienced in freebsd, would be amazing great work btw.
BizepsSupportAccount is offline  
Reply


Similar Threads Similar Threads
Laravel 5 Hilfe
02/13/2016 - Web Development - 4 Replies
Hallo liebe Leute, ich habe ein CMS das mit Laravel 5 Framework läuft, habe damit keine erfahrung es ist alles installiert, die Webseite bleibt jedoch weiß. Würde mich freuen wenn jemand der da Erfahrung hat mir unter die arme greifen könnte. OS: Ununtu 14.04 Thanks
Hen Script Itemshop Bilder
07/05/2012 - Metin2 Private Server - 5 Replies
Hallo, ich hab schon einige Threads durchsucht, jedoch keine funktionierende Antwort gefunden. Ich will das man die Icons der Items im Itemshop sieht, jedoch weiss ich nicht welches Format die Bilder in is_img haben sollen und was ich genau in die DB Spalte "Bild" schreiben soll. kann mir jemand ein beispiel sagen?
Hen Script|| Itemshop Bug
06/22/2011 - Metin2 Private Server - 0 Replies
Hi guys i test very homepages of hen and i have only the same problem. The Problem: when i buy something in itemshop the functions buys 2 times and remove 2 times the credits and put 2 things on mall. Please help me!!!!
Werdernators Hp Script Itemshop URL
04/19/2011 - Metin2 Private Server - 0 Replies
Hi E*pvp, Ich habe es irgendwo gelesen finde es aber net mehr und zwar die Url für den Itemshop. Möchte nämlich einen Ingame Itemshop machen und brauche dafür leider die URL. Wäre nett wenn mir vllt einer helfen könnt =) Edit: Habs rausgefunden ist: http://euredomain.de/scripts/itemshop/index.php kann geclosed werden MFG
itemshop script
05/31/2010 - Metin2 Private Server - 6 Replies
hat das script ein itemshop bug ? http://www.elitepvpers.com/forum/metin2-pserver-gui des-strategies/417417-how-full-itemshop-auf-deutsc h-mit-bildern-etc.html



All times are GMT +1. The time now is 08:39.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2024 elitepvpers All Rights Reserved.