- Joined
- Apr 10, 2008
- Messages
- 27
- Reaction score
- 0
Hello ~~
I dont know if this Guide have been released before but tell me if it has...
This simple guild will let you use the old or new maplestory mouse at you website.
Credits go to nexon for making everything.
Note: It mabye not work on all CMS, didnt worked on JCMSS v0.1
Tested with :
FlareCMS
First of all open your index.php file with notepad or w/e you use to open php with.
Now find <body> under <body> add:
This to get the new boring glove:
Or this to get the old nice mouse:
If this dont work try add it at the end of the file.
Btw... this is made by nexon so might be buggy when load site.
for more nexon banners go to
I dont know if this Guide have been released before but tell me if it has...
This simple guild will let you use the old or new maplestory mouse at you website.
Credits go to nexon for making everything.
Note: It mabye not work on all CMS, didnt worked on JCMSS v0.1
Tested with :
FlareCMS
First of all open your index.php file with notepad or w/e you use to open php with.
Now find <body> under <body> add:
This to get the new boring glove:
Code:
[COLOR=mediumturquoise]<style type="text/css">[/COLOR]
[COLOR=mediumturquoise]body {[/COLOR]
[COLOR=mediumturquoise]cursor: url([URL]http://advimages.nexon.net/MapleStory/leafgear/image/cursor/hand_shadow.cur[/URL]), auto;[/COLOR]
[COLOR=mediumturquoise]}[/COLOR]
[COLOR=mediumturquoise]A {[/COLOR]
[COLOR=mediumturquoise]cursor: url([URL]http://advimages.nexon.net/MapleStory/leafgear/image/cursor/hand_anim_shadow.ani[/URL]), url([URL]http://advimages.nexon.net/MapleStory/leafgear/image/cursor/hand1.cur[/URL]), auto;[/COLOR]
[COLOR=mediumturquoise]}[/COLOR]
[COLOR=mediumturquoise]</style>[/COLOR]
Or this to get the old nice mouse:
Code:
[COLOR=blue]<style type="text/css">[/COLOR]
[COLOR=purple]body {[/COLOR]
[COLOR=purple]cursor: url([/COLOR][URL="http://advimages.nexon.net/MapleStory/leafgear/image/cursor/compass.cur"][COLOR=purple]http://advimages.nexon.net/MapleStory/leafgear/image/cursor/compass.cur[/COLOR][/URL][COLOR=purple]), auto;[/COLOR]
[COLOR=purple]}[/COLOR]
[COLOR=purple]A {[/COLOR]
[COLOR=purple]cursor: url([/COLOR][URL="http://advimages.nexon.net/MapleStory/leafgear/image/cursor/compass_anim.ani"][COLOR=purple]http://advimages.nexon.net/MapleStory/leafgear/image/cursor/compass_anim.ani[/COLOR][/URL][COLOR=purple]), url([/COLOR][URL="http://advimages.nexon.net/MapleStory/leafgear/image/cursor/compass_over.cur"][COLOR=purple]http://advimages.nexon.net/MapleStory/leafgear/image/cursor/compass_over.cur[/COLOR][/URL][COLOR=purple]), auto;[/COLOR]
[COLOR=purple]}[/COLOR]
[COLOR=purple]</style>[/COLOR]
If this dont work try add it at the end of the file.
Btw... this is made by nexon so might be buggy when load site.
for more nexon banners go to
To view the content, you need to sign in or register