[Tut] How to add nexon mouse at your website. Web 

Status
Not open for further replies.
Newbie Spellweaver
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:

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
 
Re: [Guide][Simple] How to add nexon mouse at your website.

add it at the bottom of index and test it out it should work
 
Re: [Guide][Simple] How to add nexon mouse at your website.

it also works for kakaCMS here is a live demo
 
Status
Not open for further replies.
Back