Register for your free account! | Forgot your password?

You last visited: Today at 20:43

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

Advertisement



ItemSHOP ++ AUTOLOGIN

Discussion on ItemSHOP ++ AUTOLOGIN within the Metin2 PServer Guides & Strategies forum part of the Metin2 Private Server category.

Reply
 
Old 05/26/2012, 22:42   #16
 
.Yunu's Avatar
 
elite*gold: 87
Join Date: Mar 2012
Posts: 1,545
Received Thanks: 600
Sieht ganz gut aus, werde mal ein gutes Design für machen..
.Yunu is offline  
Old 05/26/2012, 22:55   #17
 
elite*gold: 0
Join Date: Jun 2009
Posts: 2,327
Received Thanks: 565
hat der itemshop sicherheits lücken ?
ciao123 is offline  
Old 05/26/2012, 23:15   #18
 
elite*gold: 10
The Black Market: 200/0/3
Join Date: May 2012
Posts: 4,490
Received Thanks: 623
Wenn ich die account.sql einpacke, dann verschwinden meine vorhandene Accounts.
Doch, wenn ich die Query von deinem account.sql nehme und es in die Query Table einfüge
geht es nicht, irgndwas mit Column Fehler. Wenn ich es umgekehrt mache, genau so.
Ich habe auch in "monete" umgesetzt das mit "cash" aber = nope.

Wie gehtn das nun?

Deine account.sql Query:

PHP Code:
SET FOREIGN_KEY_CHECKS=0;

DROP TABLE IF EXISTS `account`;
CREATE TABLE `account` (
  `
idint(11NOT NULL auto_increment,
  `
loginvarchar(30NOT NULL default '',
  `
passwordvarchar(45NOT NULL default '',
  `
real_namevarchar(16) default '',
  `
social_idvarchar(13NOT NULL default '',
  `
emailvarchar(64NOT NULL default '',
  `
phone1varchar(16) default NULL,
  `
phone2varchar(16) default NULL,
  `
addressvarchar(128) default NULL,
  `
zipcodevarchar(7) default '',
  `
create_timedatetime NOT NULL default '0000-00-00 00:00:00',
  `
question1varchar(48) default NULL,
  `
answer1varchar(48) default NULL,
  `
question2varchar(48) default NULL,
  `
answer2varchar(48) default NULL,
  `
is_testortinyint(1NOT NULL default '0',
  `
statusvarchar(8NOT NULL default 'OK',
  `
securitycodevarchar(192) default '',
  `
newslettertinyint(1) default '0',
  `
empiretinyint(4NOT NULL default '0',
  `
name_checkedtinyint(1NOT NULL default '0',
  `
availDtdatetime NOT NULL default '0000-00-00 00:00:00',
  `
mileageint(11NOT NULL default '0',
  `
moneteint(11NOT NULL default '0',
  `
gold_expiredatetime NOT NULL default '0000-00-00 00:00:00',
  `
silver_expiredatetime NOT NULL default '0000-00-00 00:00:00',
  `
safebox_expiredatetime NOT NULL default '0000-00-00 00:00:00',
  `
autoloot_expiredatetime NOT NULL default '0000-00-00 00:00:00',
  `
fish_mind_expiredatetime NOT NULL default '0000-00-00 00:00:00',
  `
marriage_fast_expiredatetime NOT NULL default '0000-00-00 00:00:00',
  `
money_drop_rate_expiredatetime NOT NULL default '0000-00-00 00:00:00',
  `
ttl_cashint(11NOT NULL default '0',
  `
ttl_mileageint(11NOT NULL default '0',
  `
channel_companyvarchar(30NOT NULL default '',
  `
last_playdatetime NOT NULL,
  
PRIMARY KEY  (`id`),
  
UNIQUE KEY `login` (`login`),
  
KEY `social_id` (`social_id`)
ENGINE=MyISAM AUTO_INCREMENT=52169 DEFAULT CHARSET=ascii;

INSERT INTO `accountVALUES ('1''Test''La Mia Password''Test''0000000''La Mia E-Mail'nullnullnullnull'2012-05-13 22:16:56'nullnullnullnull'0''OK''''0''0''0''0000-00-00 00:00:00''0''0''2020-12-12 12:12:12''2020-12-12 12:12:12''2020-12-12 12:12:12''2020-12-12 12:12:12''2020-12-12 12:12:12''2020-12-12 12:12:12''2020-12-12 12:12:12''0''0''''2012-05-13 10:11:19'); 
LEL0UCH' is offline  
Old 05/26/2012, 23:32   #19
 
elite*gold: 0
Join Date: Dec 2009
Posts: 1,807
Received Thanks: 866
kan mir einer veraten wie ich mein lcient dazu bekomme das er auch automatisch einloggt ?

hab in denn CONFIG´s :
MAAL_URL: shop.name.de

wenn ich ingame öffne kommt seitenfehler , weil er ja nur auf ishop verbindet und nicht auf ishop.php.

Könnte einer helfen ?
Luna.Host is offline  
Old 05/27/2012, 00:12   #20
 
.Risan.'s Avatar
 
elite*gold: 30
Join Date: Jul 2010
Posts: 1,627
Received Thanks: 1,450
natoll.. nun ist ingame is auch nichts besonderes mehr..
Egal die meisten bekommen ihn eh nicht zum laufen ;D
.Risan. is offline  
Thanks
1 User
Old 05/27/2012, 00:15   #21
 
elite*gold: 0
Join Date: May 2012
Posts: 329
Received Thanks: 31
Sehr schönes Ding
Trrooper[Y] is offline  
Old 05/28/2012, 11:45   #22
 
GATGAT's Avatar
 
elite*gold: 0
Join Date: Dec 2007
Posts: 231
Received Thanks: 23
Danke dir
GATGAT is offline  
Old 07/25/2012, 15:50   #23
 
elite*gold: 0
Join Date: May 2012
Posts: 51
Received Thanks: 27
Any one can reupload this?
thomaswebdesigner is offline  
Old 07/25/2012, 16:08   #24
 
elite*gold: 0
Join Date: Jan 2012
Posts: 193
Received Thanks: 99
link??
JackieSoS is offline  
Old 07/25/2012, 16:23   #25
 
elite*gold: 0
Join Date: May 2012
Posts: 51
Received Thanks: 27
yes!
thomaswebdesigner is offline  
Old 07/25/2012, 16:33   #26
 
elite*gold: 0
Join Date: Apr 2009
Posts: 14
Received Thanks: 0
Du you can reupload to another server ?
thanks
wks9100 is offline  
Old 07/25/2012, 17:45   #27
 
elite*gold: 0
Join Date: Feb 2011
Posts: 109
Received Thanks: 162
link dead man
mt2bowded is offline  
Old 07/25/2012, 18:57   #28
 
Red Firestar's Avatar
 
elite*gold: 0
The Black Market: 185/0/0
Join Date: Jul 2012
Posts: 5,520
Received Thanks: 1,350
ist auf Inforge o.O aber danke *-*
Red Firestar is offline  
Old 07/25/2012, 20:07   #29
 
elite*gold: 0
Join Date: Mar 2012
Posts: 17
Received Thanks: 0
Nostale!
masahuku is offline  
Old 07/28/2012, 20:10   #30
 
CZMadman's Avatar
 
elite*gold: 0
Join Date: Sep 2010
Posts: 61
Received Thanks: 3
can somebody reupload this please ?
CZMadman is offline  
Reply


Similar Threads Similar Threads
Epic Ingame Itemshop mit Adminpannel und Autologin
01/28/2014 - Metin2 Trading - 43 Replies
Hallo Leute, endlich ist es soweit, DE hat nichts mehr das ein P-server nicht besser kann. http://www.elitepvpers.com/forum/attachment.php?a ttachmentid=130019&stc=1&d=1338857450 Dieser Ingame Itemshop funktioniert bei jeden Clienten ohne Veränderungen. Was er kann: Auto-Login beim Klick auf die Münze Itemshop voll bebildert und klar struckturiert
Metin2 ItemShop Autologin
05/22/2012 - Metin2 Private Server - 1 Replies
Allso ich bin Beim Itemshop der sol Sich Automatisch Anmelden und Sicher was isch schon gemacht habe ist if (!isset($_SESSION) && !(isset($_GET) && isset($_GET) && isset($_GET))) exit; if (!isset($_SESSION) && (!is_numeric($_GET) || !is_numeric($_GET))) exit; include("lang.inc.php"); include($config."common.inc.php");



All times are GMT +2. The time now is 20:43.


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.