Register for your free account! | Forgot your password?

You last visited: Today at 23:18

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

Advertisement



[HowTo] Easy register in game

Discussion on [HowTo] Easy register in game within the Metin2 PServer Guides & Strategies forum part of the Metin2 Private Server category.

Reply
 
Old   #1
 
Zetsu WoC™'s Avatar
 
elite*gold: 0
Join Date: Jan 2013
Posts: 212
Received Thanks: 178
[HowTo] Easy register in game

Hi epvp,

today i will show you how to make a register page in game (python) using simple codes... (you must do copy+paste ).

With this HowTo you can learn some python..etc...

Let's start:

I don't wanna make you confuse with hard way...

1. Extract root.epk/eix
2. Open intrologin.py
3. search

Code:
	def __init__(self):
under it add:

Code:
self.systemOptionDlg = None
4. Search:

Code:
self.GetChild("key_at").SetToggleUpEvent(lambda : self.__VirtualKeyboard_SetAlphabetMode())
under add:

Code:
	
		self.zetsu = ui.Button()
		self.zetsu.SetParent(self)
		self.zetsu.SetUpVisual('d:/ymir work/ui/game/taskbar/community_button_01.sub')
		self.zetsu.SetOverVisual('d:/ymir work/ui/game/taskbar/community_button_02.sub')
		self.zetsu.SetDownVisual('d:/ymir work/ui/game/taskbar/community_button_03.sub')
		self.zetsu.SetText("R")
		self.zetsu.SetPosition(11,10+4+32)
		self.zetsu.SetEvent(self.__Web)
		self.zetsu.Show()
5. Go down and add on last line:

Code:
def __Web(self):
		import uiweb
		f = open("pack/index", "r+").read()
		if f.find("locale_df") != -1:
			url = "http://www.website/register.php"   # add link
		else:
			url = "http://www.website/register.php"   # add link
		self.mallWindow = uiweb.WebWindow()
		self.mallWindow.LoadWindow()
		self.mallWindow.Open(url)
7. Add your register link in line with # add link
Zetsu WoC™ is offline  
Thanks
12 Users
Old 04/23/2013, 18:17   #2
 
.RazerX's Avatar
 
elite*gold: 0
Join Date: Mar 2013
Posts: 188
Received Thanks: 149
Thanks Given!
.RazerX is offline  
Thanks
2 Users
Old 04/23/2013, 19:34   #3
 
elite*gold: 0
Join Date: May 2010
Posts: 563
Received Thanks: 90
Super du öffnest im Client ne Seite. So weit war ich vor 2 Jahren.
load01 is offline  
Thanks
2 Users
Old 04/23/2013, 20:00   #4
 
twixx-'s Avatar
 
elite*gold: 18
Join Date: Aug 2011
Posts: 544
Received Thanks: 169
Quote:
Originally Posted by load01 View Post
Super du öffnest im Client ne Seite. So weit war ich vor 2 Jahren.
Ich nicht, die Welt dreht sich nicht nur um dich.

Thanks for the Tut.
twixx- is offline  
Thanks
2 Users
Old 04/23/2013, 20:23   #5
 
.Hiяo's Avatar
 
elite*gold: 0
Join Date: Apr 2010
Posts: 1,712
Received Thanks: 1,075
Very useful Thanks.
.Hiяo is offline  
Thanks
1 User
Old 04/24/2013, 08:26   #6
 
monsterbacke778's Avatar
 
elite*gold: 0
Join Date: Sep 2010
Posts: 328
Received Thanks: 87
Thank you^^
Its already public, but its nice to learn how to do that^^
monsterbacke778 is offline  
Old 04/24/2013, 13:38   #7
 
DasSchwarzeT's Avatar
 
elite*gold: 399
Join Date: Sep 2011
Posts: 5,323
Received Thanks: 3,938
I think that's senseless. There's a better version out there by DasKuchen (I think) from 2011! With your solution 99% of the registers for servers might get buggy.
DasSchwarzeT is offline  
Old 04/24/2013, 16:52   #8
 
KyrieAnn's Avatar
 
elite*gold: 0
Join Date: Oct 2011
Posts: 69
Received Thanks: 138
Nice. Is it possible to pop up in a new browser window?
KyrieAnn is offline  
Old 04/24/2013, 17:14   #9
 
Zetsu WoC™'s Avatar
 
elite*gold: 0
Join Date: Jan 2013
Posts: 212
Received Thanks: 178
Quote:
Originally Posted by KyrieAnn View Post
Nice. Is it possible to pop up in a new browser window?
i think yes cause M2M had buttons as you said in minimap :-? .. i will post code when i found it
Zetsu WoC™ is offline  
Old 04/24/2013, 20:06   #10
 
Fever.'s Avatar
 
elite*gold: 182
Join Date: May 2010
Posts: 1,367
Received Thanks: 243
It's already public, but thanks.
Fever. is offline  
Old 04/24/2013, 20:43   #11
 
elite*gold: 0
Join Date: Apr 2013
Posts: 23
Received Thanks: 22
Nice job, thank you!
CDiem is offline  
Old 04/25/2013, 14:53   #12
 
elite*gold: 0
Join Date: Jun 2012
Posts: 56
Received Thanks: 97
review?
Pasha3 is offline  
Old 04/25/2013, 16:06   #13
 
Zetsu WoC™'s Avatar
 
elite*gold: 0
Join Date: Jan 2013
Posts: 212
Received Thanks: 178
Quote:
Originally Posted by Pasha3 View Post
review?
what?
Zetsu WoC™ is offline  
Old 04/25/2013, 16:14   #14
 
elite*gold: 0
Join Date: Jun 2012
Posts: 56
Received Thanks: 97
Quote:
Originally Posted by Zetsu WoC™ View Post
what?
screen or video
Pasha3 is offline  
Old 04/27/2013, 11:35   #15
 
Zetsu WoC™'s Avatar
 
elite*gold: 0
Join Date: Jan 2013
Posts: 212
Received Thanks: 178
Quote:
Originally Posted by Pasha3 View Post
screen or video
don't need :| just a button.. why do you need screen? try it
Zetsu WoC™ is offline  
Reply


Similar Threads Similar Threads
New register page [easy to use]
07/22/2012 - SRO Private Server - 25 Replies
http://img845.imageshack.us/img845/3130/configo.pn g Just edit this and its will work :) http://img822.imageshack.us/img822/7541/regv.png Download: ClicKTOChecK :: DOWNLOAD
[Tool]Pokemon World Online - Easy Register
05/19/2012 - Pokemon - 10 Replies
http://s14.directupload.net/images/120418/fiffjd2v .png Was ist PWO-Easy Register? Der PWO-Easy Register ist ein kleines Tool für das Online Game "Pokemon World Online". Es erstellt dir schnell & einfach den benötigten Registrierungs-Code. Was bringt mir das? Da sehr Viele mit der Registrierung "überfordert" sind oder einfach keine Lust haben, immer wieder den Code mühsam um zu wandeln, für denen ist das Programm perfekt. Es gibt auch viele Personen, die die Registrierung nicht...
[HowTo]Register @ EmpireMt2
12/11/2009 - Metin2 PServer Guides & Strategies - 12 Replies
In diesem Tutorial zeige ich euch wie ihr auf dem neuen italienischen P Server " EmpireMt2 " spielen könnt. 1. Informationen : -Der Server ist ein italienischer Server -Er hat einen Itemshop -Er hat 2 Server ( Serv1 ist gerade off, aber Serv2 ist on ) -Nur Italiener Map1 zu finden -Im Chat wird nur italienisch gesprochen -Es gibt GameMaster/GameAdmins auf dem Server
[HowTo] Register @ Newlongju @
07/21/2009 - Metin2 PServer Guides & Strategies - 58 Replies
Hey alle zusammen , So mache nochmal ein Thread auf wo alles viel besser beschrieben ist ^^ 1.Die Hompage des Servers Darf man nicht nach regeln geben:( sorry 2. Die Regrestrierung http://img404.imageshack.us/i/clubmt2startseite.p ng/ Jetzt klickt auf "REGISTER" wie auf dem Bild Blau makiert ^^ und jetzt kommt sowas



All times are GMT +2. The time now is 23:18.


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.