Register for your free account! | Forgot your password?

You last visited: Today at 12:31

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

Advertisement



Metin2CMS v2.0

Discussion on Metin2CMS v2.0 within the Metin2 PServer Designs, Websites & Scripts forum part of the Metin2 Private Server category.

Reply
 
Old 03/20/2018, 18:51   #46


 
danke.'s Avatar
 
elite*gold: 71
The Black Market: 101/0/0
Join Date: Mar 2012
Posts: 921
Received Thanks: 305
after i created "web_admin"-column in account database, it creates some more columns like ("coins", "jcoins", "deletion_token", "passlost_token", "email_token".
Now it creates no more accounts about "Register". the other things are working... pls help :/
danke. is offline  
Old 03/21/2018, 19:07   #47
 
elite*gold: 0
Join Date: Mar 2013
Posts: 42
Received Thanks: 25
Quote:
Originally Posted by .Snipes' View Post
after i created "web_admin"-column in account database, it creates some more columns like ("coins", "jcoins", "deletion_token", "passlost_token", "email_token".
Now it creates no more accounts about "Register". the other things are working... pls help :/
add default values to all columns in account
IonutPop is offline  
Thanks
2 Users
Old 03/26/2018, 14:07   #48
 
elite*gold: 0
Join Date: Mar 2013
Posts: 42
Received Thanks: 25
Quote:
Originally Posted by Ex0dia View Post
He's definitly right...



Hi,

don't take it personally but this api request is collecting data.
On your site you can just use '$_SERVER['REMOTE_ADDR']' and you can save the ip address including all your other details in the query string.
At least the ip address are logged in the access log from your web server.

"I work on frameworks like laravel and symfony"
That time waste then...

I just gave u some suggestions how u can improve it.
If you are clever enough u will notice it on your own that no one should use this in a production environment.

To improve some basic things like moving pages to oop objects takes not much time.
Improving the router and using a template engine for the html stuff should not be that hard.

I'm not gonna say anything more because u feel offended.
That's it.

Kind regards
Ex0dia
I'm not offended. I really thank you for the advice. The API only uses it for statistics, I would not use it for other purposes. I'll try to apply your tips, but as I said, it's not worth using framwork for metin2. Thx.
IonutPop is offline  
Old 03/27/2018, 23:50   #49
 
elite*gold: 0
Join Date: Mar 2013
Posts: 42
Received Thanks: 25
Update v2.11
  • Fixed Vote4Coins
  • Select currency for each donation
  • Reward players
  • Fixed referrals system
  • Updated phpmailer
  • The code was reorganized
IonutPop is offline  
Thanks
2 Users
Old 10/06/2018, 15:28   #50
 
elite*gold: 0
Join Date: Oct 2018
Posts: 4
Received Thanks: 0
What is the admin login? I login to my [HA] in server and i dont have admin options in page.
shiterap is offline  
Old 10/07/2018, 12:57   #51
 
elite*gold: 0
Join Date: Mar 2013
Posts: 42
Received Thanks: 25
Quote:
Originally Posted by shiterap View Post
What is the admin login? I login to my [HA] in server and i dont have admin options in page.
Set web_admin 9 to your account
IonutPop is offline  
Thanks
1 User
Old 10/07/2018, 18:39   #52
 
elite*gold: 0
Join Date: Oct 2018
Posts: 4
Received Thanks: 0
Quote:
Originally Posted by IonutPop View Post
Set web_admin 9 to your account
where is the web_admin 9? i don't have it in ftp.
shiterap is offline  
Old 10/07/2018, 19:22   #53


 
elite*gold: 0
Join Date: Aug 2013
Posts: 1,701
Received Thanks: 1,385
Quote:
Originally Posted by shiterap View Post
where is the web_admin 9? i don't have it in ftp.
Navicat > Account (DB) > Account (Table) > web_admin (column) > change 0 to 9
/exit is offline  
Thanks
1 User
Old 10/07/2018, 19:34   #54
 
elite*gold: 0
Join Date: Oct 2018
Posts: 4
Received Thanks: 0
Quote:
Originally Posted by /exit View Post
Navicat > Account (DB) > Account (Table) > web_admin (column) > change 0 to 9
That work. Thank You i search it on ftp that not nice idea
shiterap is offline  
Old 10/10/2018, 12:59   #55
 
elite*gold: 0
Join Date: Oct 2018
Posts: 4
Received Thanks: 0
Wtf? I edited all files and its problem in pictures below. I click on the information page then the website is repeired. Adress - - click on information and check...

@ - i repeired it. Sorry for spam... I have certificate ssl - https and i paste in file http...
shiterap is offline  
Old 10/15/2018, 23:52   #56
 
elite*gold: 0
Join Date: Oct 2018
Posts: 52
Received Thanks: 3
Installierte das CMS nun bei 2 Leuten schon, diese sind zufrieden da es einfach gehalten worden ist.
Danke für dieses CMS.
Fasthosting is offline  
Old 06/07/2021, 18:55   #57
 
elite*gold: 0
Join Date: Jun 2021
Posts: 1
Received Thanks: 0
Thank you so much
softway is offline  
Old 09/29/2022, 00:30   #58
 
elite*gold: 0
Join Date: Feb 2013
Posts: 16
Received Thanks: 2
how can i add custome page ?
imbamt3 is offline  
Old 09/29/2022, 03:04   #59


 
elite*gold: 1810
Join Date: Jan 2012
Posts: 2,180
Received Thanks: 1,617
Quote:
Originally Posted by imbamt3 View Post
how can i add custome page ?
It's not supposed for normal users to add custom pages. This is a ready to use cms for admins who don't have money for a professional website.


If you really want to try it, you have to be familiar with ionut's (author) code. There is no framework, no PSR (php standard recommendation) and ofc no guideline how to do use it, so you have to study this ****** code yourself.


index.php
Code:
include 'pages/'.$page.'.php';
In the directory: "/pages" you have to add a new php file (it's something like a code mess of view and controller logic). Via the $page variable the php specific file will be included.

The $page variable will be declared here:
"include 'include/functions/pages.php';"

Create a new case in this pages.php file such as:
Code:
case 'news':
			$page = 'news';
			$title = $lang['news'];
			include 'include/functions/news.php';
			break;
From my point of view I highly recommend everyone to not use it.
MaxChri is offline  
Old 10/04/2022, 14:22   #60
 
elite*gold: 0
Join Date: Feb 2013
Posts: 16
Received Thanks: 2
Quote:
Originally Posted by MaxChri View Post
It's not supposed for normal users to add custom pages. This is a ready to use cms for admins who don't have money for a professional website.


If you really want to try it, you have to be familiar with ionut's (author) code. There is no framework, no PSR (php standard recommendation) and ofc no guideline how to do use it, so you have to study this ****** code yourself.


index.php
Code:
include 'pages/'.$page.'.php';
In the directory: "/pages" you have to add a new php file (it's something like a code mess of view and controller logic). Via the $page variable the php specific file will be included.

The $page variable will be declared here:
"include 'include/functions/pages.php';"

Create a new case in this pages.php file such as:
Code:
case 'news':
			$page = 'news';
			$title = $lang['news'];
			include 'include/functions/news.php';
			break;
From my point of view I highly recommend everyone to not use it.
thanks for your reply . i need custom page for terms .
imbamt3 is offline  
Reply

Tags
cms, homepage, hp, metin2cms, metin2cms.cf


Similar Threads Similar Threads
[Online Tool] Metin2CMS ItemsDB
01/26/2024 - Metin2 Guides & Templates - 18 Replies
https://i.imgur.com/xPwzlqM.png Hello! This is a site where you can find an interactive database objects in Metin2. I know there are already so, but this list contains the list of objects to date and in addition has been added search function object name I hope it will help you! Metin2CMS - Items DB



All times are GMT +1. The time now is 12:31.


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.