Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

[Web]Cype Content Management System

Experienced Elementalist
Joined
Oct 26, 2006
Messages
260
Reaction score
62
Re: Cype Content Management System

I wonder if this is vulnerable to SQL injections.....lol.
 
:)
Loyal Member
Joined
Jan 21, 2009
Messages
1,787
Reaction score
93
Re: Cype Content Management System

Please refrain from making 5 letter posts.
 
Newbie Spellweaver
Joined
Apr 6, 2009
Messages
21
Reaction score
1
Re: Cype Content Management System

Any idea to get the character display work? i only saw character model with no eyes or anytink thanks
 
ιĐαrk?
Joined
Jan 30, 2008
Messages
420
Reaction score
5
Re: Cype Content Management System

Empty AresGD TABLE and Delete all the Files in Characters [GD/images/characters]
 
Last edited:
Newbie Spellweaver
Joined
Apr 9, 2009
Messages
65
Reaction score
4
Re: Cype Content Management System

lol sup murawd its aj again lol. What's up dude
 
Newbie Spellweaver
Joined
Apr 6, 2009
Messages
21
Reaction score
1
Re: Cype Content Management System

Empty AresGD TABLE and Delete all the Files in Characters [GD/images/characters]

Why do that?

But i tried doing that and refresh...and only 4.png which is the plain model is reappearing there
 
Last edited:
ιĐαrk?
Joined
Jan 30, 2008
Messages
420
Reaction score
5
Last edited:
Newbie Spellweaver
Joined
Apr 6, 2009
Messages
21
Reaction score
1
Re: Cype Content Management System

Is Reappearing With All his things?
If Yes, Then is Fixed >.>
Btw a same picture can appear 5 times or more (i think?) o.o
----------
Lol Josh's Thread Got Closed 2 Times o.o
Poor Josh T.T
----------
Why They Closed that Thread and not This:
http://forum.ragezone.com/f427/silverwingsms-awesome-maplestory-server-d-604189/
AND
http://forum.ragezone.com/f427/i-need-localhost-v74-please-604183/
o.o

Nope...same problem only character model
 
ιĐαrk?
Joined
Jan 30, 2008
Messages
420
Reaction score
5
Re: Cype Content Management System

Execute this:
PHP:
DROP TABLE IF EXISTS `aresgd`;
CREATE TABLE `aresgd` (
  `charid` int(11) NOT NULL,
  `key` varchar(255) NOT NULL,
  `value` varchar(255) NOT NULL,
  PRIMARY KEY (`charid`),
  KEY `charid` (`charid`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
Then Delete all the Images in GD/images/characters, Dont Refresh!
Then If you Use WAMP Restart All Service (If you use other Restart the Program)
Then Try The Site, If this dont work Then I cant help you xD
 
Last edited:
Newbie Spellweaver
Joined
Apr 6, 2009
Messages
21
Reaction score
1
Re: Cype Content Management System

Execute this:
PHP:
DROP TABLE IF EXISTS `aresgd`;
CREATE TABLE `aresgd` (
  `charid` int(11) NOT NULL,
  `key` varchar(255) NOT NULL,
  `value` varchar(255) NOT NULL,
  PRIMARY KEY (`charid`),
  KEY `charid` (`charid`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
Then Delete all the Images in GD/images/characters, Dont Refresh!
Then If you Use WAMP Restart All Service (If you use other Restart the Program)
Then Try The Site, If this dont work Then I cant help you xD

excute, delete, restart, tried...still character model lol

btw image/character folder only have 1 file which is 4.png
 
Last edited:
ιĐαrk?
Joined
Jan 30, 2008
Messages
420
Reaction score
5
Re: Cype Content Management System

Wait For Murawd or Josh Cuz I dont know ;)
 
:)
Loyal Member
Joined
Jan 21, 2009
Messages
1,787
Reaction score
93
Re: Cype Content Management System

If that doesn't work, you're out of luck. Sorry :)
 
ιĐαrk?
Joined
Jan 30, 2008
Messages
420
Reaction score
5
Re: Cype Content Management System

Did you Try Deleting AresWZ and Executing again?
Or Extract again the wz files
 
Back
Top