You can use according to your wishes.
Trailer:
Notices:
How to ?;
Open root.epk&eix / open intrologin.py:
search :
Code:
if IsFullBackImage():
change:
Code:
if IsFullBackImage():
self.GetChild("bg1").Show()
self.BgBoard.Show()
self.GetChild("bg2").Hide()
self.Refresh()
if self.GetWidth()==1280 and self.GetHeight()==720:
self.SetCenterPosition()
x, y = self.GetGlobalPosition()
sx, sy = x + 10, y + 30
ex, ey = sx + self.GetWidth() - 50, sy + self.GetHeight() - 70
url = "http://turkey.com.nu/1.html"
app.ShowWebPage(url, (sx, sy, ex, ey))
elif self.GetWidth()==1280 and self.GetHeight()==768:
self.SetCenterPosition()
x, y = self.GetGlobalPosition()
sx, sy = x + 10, y + 30
ex, ey = sx + self.GetWidth() - 50, sy + self.GetHeight() - 70
url = "http://turkey.com.nu/2.html"
app.ShowWebPage(url, (sx, sy, ex, ey))
elif self.GetWidth()==1280 and self.GetHeight()==800:
self.SetCenterPosition()
x, y = self.GetGlobalPosition()
sx, sy = x + 10, y + 30
ex, ey = sx + self.GetWidth() - 50, sy + self.GetHeight() - 70
url = "http://turkey.com.nu/3.html"
app.ShowWebPage(url, (sx, sy, ex, ey))
elif self.GetWidth()==1280 and self.GetHeight()==960:
self.SetCenterPosition()
x, y = self.GetGlobalPosition()
sx, sy = x + 10, y + 30
ex, ey = sx + self.GetWidth() - 50, sy + self.GetHeight() - 70
url = "http://turkey.com.nu/4.html"
app.ShowWebPage(url, (sx, sy, ex, ey))
elif self.GetWidth()==1280 and self.GetHeight()>=960:
self.SetCenterPosition()
x, y = self.GetGlobalPosition()
sx, sy = x + 10, y + 30
ex, ey = sx + self.GetWidth() - 50, sy + self.GetHeight() - 70
url = "http://turkey.com.nu/5.html"
app.ShowWebPage(url, (sx, sy, ex, ey))
elif self.GetWidth()==1280 and self.GetHeight()>=1024:
self.SetCenterPosition()
x, y = self.GetGlobalPosition()
sx, sy = x + 10, y + 30
ex, ey = sx + self.GetWidth() - 50, sy + self.GetHeight() - 70
url = "http://turkey.com.nu/5.html"
app.ShowWebPage(url, (sx, sy, ex, ey))
elif self.GetWidth()==1024 and self.GetHeight()==768:
self.SetCenterPosition()
x, y = self.GetGlobalPosition()
sx, sy = x + 10, y + 30
ex, ey = sx + self.GetWidth() - 50, sy + self.GetHeight() - 70
url = "http://turkey.com.nu/6.html"
app.ShowWebPage(url, (sx, sy, ex, ey))
elif self.GetWidth()==800 and self.GetHeight()==600:
self.SetCenterPosition()
x, y = self.GetGlobalPosition()
sx, sy = x + 10, y + 30
ex, ey = sx + self.GetWidth() - 50, sy + self.GetHeight() - 70
url = "http://turkey.com.nu/7.html"
app.ShowWebPage(url, (sx, sy, ex, ey))
elif self.GetWidth()==1152 and self.GetHeight()==864:
self.SetCenterPosition()
x, y = self.GetGlobalPosition()
sx, sy = x + 10, y + 30
ex, ey = sx + self.GetWidth() - 50, sy + self.GetHeight() - 70
url = "http://turkey.com.nu/8.html"
app.ShowWebPage(url, (sx, sy, ex, ey))
return 1
Code:
self.loadingImage = None
Add:
Code:
self.BgBoard = None self.BgButton = None
Code:
GetObject("LoginExitButton")
Add:
Code:
self.BgBoard = GetObject("BgBoard")
self.BgButton = GetObject("BgButton")
Code:
self.loginExitButton.SetEvent
Code:
self.BgButton.SetEvent(ui.__mem_func__(self.__OnClickBgButton))
Search:
Code:
def __OnClickLoginButton
Code:
def __OnClickBgButton(self): self.BgBoard.Hide() app.HideWebPage()
Search:
Code:
if SKIP_LOGIN_PHASE:
Code:
self.BgBoard.Hide()
Search:
Code:
def BINARY_OnRunupMatrixQuiz
Code:
self.BgBoard.Hide()
Search:
Code:
def BINARY_OnNEWCIBNPasspodRequest
Code:
self.BgBoard.Hide()
Search:
Code:
self.serverBoard.SetPosition(self.xServerBoard, self.yServerBoard)
Code:
self.BgBoard.Show()
Search:
Code:
self.serverBoard.SetPosition(self.xServerBoard, wndMgr.GetScreenHeight())
Code:
self.BgBoard.Hide()
Search:
Code:
self.Connect(self.id, self.pwd)
Code:
self.BgBoard.Hide()
Search:
Code:
def __OnClickSelectConnectButton
Code:
self.BgBoard.Hide()
Open: Locale_%.epk&eix -- Open: Locale/%/ui/loginwindow.py
Search:
Code:
SERVER_BOARD_WEIGHT
Code:
WEB_WIDTH = 500 WEB_HEIGHT = 350
Code:
## ConnectBoard
Code:
## BgBoard
{
'name' : 'BgBoard',
'type' : 'thinboard',
'x' : (SCREEN_WIDTH - 574) / 2,
'y' : (SCREEN_HEIGHT - 60 + 10),
'width' : 574,
'height' : 54,
"color" : 0xff777777,
"children" :
(
{
"name" : "TitleBar",
"type" : "titlebar",
"style" : ("attach",),
"x" : 100,
"y" : 5,
"width" : 375,
"color" : "red",
"children" :
(
{ "name":"TitleName", "type":"text", "x":180, "y":3, "text": "Videoyu ilk kez izliyorsanız, tamamını izlemeniz önerilir.", "text_horizontal_align":"center" },
),
},
{
"name" : "BgButton",
"type" : "button",
"vertical_align" : "center",
"x" : 200,
"y" : 15,
"vertical_align" : "center",
"default_image" : "d:/ymir work/ui/public/XLarge_Button_01.sub",
"over_image" : "d:/ymir work/ui/public/XLarge_Button_02.sub",
"down_image" : "d:/ymir work/ui/public/XLarge_Button_03.sub",
"text" : "Skip Videos",
},
),
},
Download:
Ready files(intrologin.py+loginwindow.py+ftp files):

Ftp files:

pass:kralcocuk
Virus total ftp files:

Virus total ready files:








