Niinii Corporation

Sharing tutorial, game and knowledge

  • Home
  • CSS
  • Components
  • JavaScript
  • Customize
  • About Us
  • Contact Us
  • Tutorial
  • Games
    • Digimon Master Online

Monday, December 29, 2014

Datamon Map Through Wall

4 comments : Posted by Donny Agus at 8:43 PM Labels: Digimon Master Online , Games
Datamon Map Through Wall download here
Read More

Sunday, December 28, 2014

Red Quadcore Necklace

5 comments : Posted by Donny Agus at 9:37 AM Labels: Digimon Master Online , Games
Red Quadcore Necklace - The fu*king suprise again from joymax, anyway almost like miracle ring special this was cost about 300T -> i was got it with gathering  and buying from another seller about @25T. Overall i almost retired to get this one sh*t but dont know why always me got this curse.
For now i think its the best option for againts datamon hero since i was use miracle special full attack, will not changing for now
Cheers
Read More

Tuesday, December 23, 2014

How to hide aspx extension with url routing on asp.net 3.5 C#

2 comments : Posted by Donny Agus at 12:57 PM Labels: ASP.Net , C# , Programming , Tutorial

After ton's of searching finally i got how to hiding aspx extension, of course on .net framework 3.5. Below here i will guide you how to step by step. Introducing with url routing, this is core of .net library which is function to masked your address into nice url/seo friendly.

First step add this .net reference to your web by clicking add reference

System.Web.Routing version 3.5.0.0

Next step go to your web.config, find and add

<httpmodules>
...
<add name="UrlRoutingModule" type="System.Web.Routing.UrlRoutingModule, System.Web.Routing, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
</httpmodules>


And this

<system.webServer>
...
<modules>
...
<remove name="UrlRoutingModule"/><add name="UrlRoutingModule" type="System.Web.Routing.UrlRoutingModule, System.Web.Routing, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
   
</modules>
...
</system.webServer>


It was done for adding library and web.config, now continuing for adding some code into your web application, next step we need to add a global.asax file into web application by adding new item -> global application class, now add a new method below Application_End

void RegisterRoutes(RouteCollection routes)
        {
            routes.Add(
               "Client Data",
                  new Route("ClientData", new ClientDataRouteHandler())
               );

            //Another route
            //routes.Add(
               //"Task List",
                  //new Route("TaskList", new TaskListRouteHandler())
               //);
        }


Dont forget to add using System.Web.Routing on header global.asax, i was create method RegisterRoutes, first route has 2 paratemer, first parameter ex : "Client Data" to give a unique name for route instance and secound parameter for giving an alias to out aspx file, notice that we have class name ClientDataRouteHandler and we need create it first.

Next create new class ClientDataRouteHandler in your solution in any directory

    public class ClientDataRouteHandler : IRouteHandler
    {
        public IHttpHandler GetHttpHandler(RequestContext requestContext)
        {
            return BuildManager.CreateInstanceFromVirtualPath("~/ClientDataForm.aspx", typeof(Page)) as Page;
        }
    }


Don't forget too, add using System.Web.Routing, System.Web.Compilation and System.Web.UI, the real aspx one was ClientDataForm.aspx but i was masked it into ClientData

Last step we need to call RegisterRoute function on Application_Start global.asax

        protected void Application_Start(object sender, EventArgs e)
        {
            RegisterRoutes(RouteTable.Routes);
        }


Ok finnaly, try access your url with this route for example i will access with http://localhost:port/ClientData

Thanks, if you have any question please comment below




Read More

Saturday, December 20, 2014

PF clone 15/15 Silphymon Jogress

3 comments : Posted by Donny Agus at 9:07 AM Labels: Digimon Master Online , Games
PF clone 15/15 Silphymon Jogress
Read More

Friday, December 12, 2014

MC Skin - Apocalymon mini

No comments : Posted by Donny Agus at 10:00 PM Labels: Digimon Master Online , Games
Apocalymon mini digimon master online skin. Download below here
Read More

Friday, November 28, 2014

PF Clone 15/15 Apocalymon Betamon

2 comments : Posted by Donny Agus at 10:10 PM Labels: Digimon Master Online , Games

Read More

PF Clone 15/15 Lucemon Satan Mode

No comments : Posted by Donny Agus at 10:06 PM Labels: Digimon Master Online , Games

Read More

How to import and export oracle database dump file with command prompt

No comments : Posted by Donny Agus at 10:12 AM Labels: Oracle , Programming , Tutorial


Here i will show you how to imp or exp database dump file (.dmp) with command prompt, first you must have a dmp file and a oracle database (LOL)

Import
First step : make sure you already created user schema for import and make sure you grant the user at least have dba, if you didnt know how to grant look this tutorial

Second step : put your dmp file at dpdump folder at ..\product\youroracleversion\admin\servicename\dpdump

Last step : run command prompt as administrator and type this
impdp userschema/userschemapass@servicename -dumpfile=yourdumpfilename.dmp -directory=data_pump_dir

Export
Run command prompt as administrator and type this
expdp userschema/userschemapass@servicename -dumpfile=yourdumpfilename.dmp -directory=data_pump_dir
Database dump file will located at ..\product\youroracleversion\admin\servicename\dpdump

Read More

My DMO Profile

No comments : Posted by Donny Agus at 9:20 AM Labels: Digimon Master Online





IGN : Niinii
Digimon Starter : Agumon
Tamer : Taichi
Guild : SoulCore






Read More

PF Clone 15/15 Omegamon

5 comments : Posted by Donny Agus at 9:11 AM Labels: Digimon Master Online

Read More

How to completely shutdown in windows 8

No comments : Posted by Donny Agus at 9:02 AM Labels: Tutorial

However, shutdown user interface at windows 8 was not completely shutdown. At least shutdown but still in hibernate state

I will show you how to shutdown with command prompt, go to command prompt.exe you can access this by user interface program or shortcut with run windows, just press Windows+R and type cmd then enter

Type this

shutdown /s /t 0

* 0 means in second if you set for example 3600 it was 1 hours countdown time to  shutdown
Read More

Thursday, November 6, 2014

MC Skin Apocalymon no click and skill removed

No comments : Posted by Donny Agus at 10:56 AM Labels: Digimon Master Online , Games
Apocalymon no click and skill removed download here
Read More

Tuesday, October 21, 2014

Desert raid skin

No comments : Posted by Donny Agus at 9:24 PM Labels: Digimon Master Online , Games
Feature =>
  • Skullgreymon skill off and turn black
  • Etemon change to astamon reduce lag (WTF ete with the singing skill)
Download here
Read More

MC 2 and 3 turn dot

No comments : Posted by Donny Agus at 9:22 PM Labels: Digimon Master Online , Games
Download here
Read More

Saturday, October 4, 2014

MC skin cherubimon invisible and tiger turn dot

1 comment : Posted by Donny Agus at 4:47 PM Labels: Digimon Master Online , Games
Download below here =>

Download
Read More

Thursday, October 2, 2014

MC Skin AO Omega Jogress Luce no click + no miss

No comments : Posted by Donny Agus at 10:06 PM Labels: Digimon Master Online , Games
Download below mc skin, with no click jogress + luce and no event miss for jogress + luce (giving hope at least LOL)

Download


Read More

How to sharing internet connection windows 8

No comments : Posted by Donny Agus at 10:01 PM Labels: Tutorial
Step 1 :
  • At least you must have internet to share (ofc LOL)
  • Go to Command Prompt right click and run as administrator



Step 2 :

  • Make sure your hosted network supported = yes, check by typed netsh wlan show drivers -> enter








Step 3 :
  •  Type netsh wlan set hostednetwork mode=allow ssid=yourwifiname key=yourwifipass
    -> enter
Step 4 :
  • Type netsh wlan start hostednetwork
    -> enter

 Step 5 :
  • Open network and sharing center, you will see your new hosted network





Step 6 :

  • Go to your primary connection properties which want to share for ex : ethernet connection, go to properties -> tab sharing and check the Allow share then choose share to the new hostednetwork







Done, Thanks :)
Read More

Tuesday, September 23, 2014

PF Clone 15/15 AO

No comments : Posted by Donny Agus at 8:48 PM Labels: Digimon Master Online , Games

Total spend =>
  • 195 clon s
  • 175 backup
  • 11 reset normal
Read More

Monday, September 8, 2014

AO wing+skill removed

2 comments : Posted by Donny Agus at 11:04 PM Labels: Digimon Master Online , Games
Download wing and skill removed
Read More

Friday, September 5, 2014

Etemon seal opened

No comments : Posted by Donny Agus at 10:49 PM Labels: Digimon Master Online , Games

Read More

Thursday, July 3, 2014

Miracle Ring No Comment Hate This Game

3 comments : Posted by Donny Agus at 8:56 PM Labels: Digimon Master Online , Games

Wasted over 1000T and 600Psilk thx
Read More

Thursday, June 5, 2014

Kune Lv5

No comments : Posted by Donny Agus at 6:40 PM Labels: Digimon Master Online , Games

Read More

Sunday, May 25, 2014

Devimon seal open

No comments : Posted by Donny Agus at 10:13 AM Labels: Digimon Master Online , Games

Read More

Friday, May 16, 2014

Lucemon satan mode skill remove

3 comments : Posted by Donny Agus at 9:28 PM Labels: Digimon Master Online , Games
Download below here =>

Effect Remove

*note : if your luce still giving a lag skill, patch this pack completely removed all lag click >> here

Don't forget to patch spawn normal again at post click >> here
Read More

Sunday, May 11, 2014

Togemon Lv5

No comments : Posted by Donny Agus at 12:37 PM Labels: Digimon Master Online , Games

Read More

Biyomon Lv5

No comments : Posted by Donny Agus at 12:28 PM Labels: Digimon Master Online , Games

Read More

Sunday, May 4, 2014

Murmukusmon Lv5

No comments : Posted by Donny Agus at 12:42 AM Labels: Digimon Master Online , Games

Read More

Thursday, May 1, 2014

PF Clon Luce

1 comment : Posted by Donny Agus at 12:27 AM Labels: Digimon Master Online , Games

After reclon my luce it takes 15 reset normal
Read More

Sunday, April 27, 2014

MC Skin DMO

8 comments : Posted by Donny Agus at 9:04 AM Labels: Digimon Master Online , Games
Here link download for mc monster card skin Digimon Master Online

DG[ON] << Download link

Spawn Normal << Download link

Step to install
  1. Backup your dmo first(if you lazy to backup all just backup the Pack01.hf and Pack01.pf to another drive at directory ../Joymax/DMO/Data )
  2. Close DMO client first and put the pack01(DG[ON]) at directory ../Joymax/DMO and start the launcer to update close the launcer
  3. Put the pack01(Spawn Normal) at directory ../Joymax/DMO and start the launcer to update close the launcer
  4. Enjoy
Note : If you want restore to default dmo skin delete the Pack01.hf and Pack01.pf and copy Pack01.hf and Pack01.pf from your last backup

Satan Skill Removed
Read More

Wednesday, April 23, 2014

Red Arcane Quad-core

No comments : Posted by Donny Agus at 10:59 PM Labels: Digimon Master Online , Games
Huft finally after reset number so many times got pre-max stats for my quad :)

Cheer Jesus Bless You
Read More
Newer Posts Older Posts Home
Subscribe to: Posts ( Atom )

Popular Posts

  • PF Clone 15/15 Impmon Beezelmon (Revised)
    PF Clone 15/15 Impmon Beezelmon, thanks to anonymous who was warned me before, impmon(rookie) has bug when clone AT Level 2 better use Meg...
  • Advanced Skill Break with ASPD
    Good days everyone long time no post again, today i will post how to advanced skill break a.k.a asb with aspd actualy using buff Burst U...
  • MC Skin DMO
    Here link download for mc monster card skin Digimon Master Online DG[ON] << Download link Spawn Normal << Download lin...

Blog Archive

  • 2016 ( 1 )
    • December ( 1 )
  • 2015 ( 2 )
    • March ( 1 )
    • January ( 1 )
  • 2014 ( 30 )
    • December ( 5 )
      • Datamon Map Through Wall
      • Red Quadcore Necklace
      • How to hide aspx extension with url routing on asp...
      • PF clone 15/15 Silphymon Jogress
      • MC Skin - Apocalymon mini
    • November ( 7 )
      • PF Clone 15/15 Apocalymon Betamon
      • PF Clone 15/15 Lucemon Satan Mode
      • How to import and export oracle database dump file...
      • My DMO Profile
      • PF Clone 15/15 Omegamon
      • How to completely shutdown in windows 8
      • MC Skin Apocalymon no click and skill removed
    • October ( 5 )
      • Desert raid skin
      • MC 2 and 3 turn dot
      • MC skin cherubimon invisible and tiger turn dot
      • MC Skin AO Omega Jogress Luce no click + no miss
      • How to sharing internet connection windows 8
    • September ( 3 )
      • PF Clone 15/15 AO
      • AO wing+skill removed
      • Etemon seal opened
    • July ( 1 )
      • Miracle Ring No Comment Hate This Game
    • June ( 1 )
      • Kune Lv5
    • May ( 6 )
      • Devimon seal open
      • Lucemon satan mode skill remove
      • Togemon Lv5
      • Biyomon Lv5
      • Murmukusmon Lv5
      • PF Clon Luce
    • April ( 2 )
      • MC Skin DMO
      • Red Arcane Quad-core
  • 2011 ( 1 )
    • November ( 1 )

Pages

  • Home
  • Digimon Master Online
  • Software
  • Tutorial
  • Games
  • Contact Us
  • About Us

Social Icons

facebooktwitter

Yahoo Messenger

About Me

My photo
Donny Agus
View my complete profile

Followers

Featured Posts


Labels

  • ASP.Net
  • C#
  • Digimon Master Online
  • Dynamics CRM
  • Games
  • MB2-712
  • Microsoft Exam Certification
  • Oracle
  • Programming
  • Tutorial

Popular Posts

  • PF Clone 15/15 Impmon Beezelmon (Revised)
    PF Clone 15/15 Impmon Beezelmon, thanks to anonymous who was warned me before, impmon(rookie) has bug when clone AT Level 2 better use Meg...
  • Advanced Skill Break with ASPD
    Good days everyone long time no post again, today i will post how to advanced skill break a.k.a asb with aspd actualy using buff Burst U...
  • MC Skin DMO
    Here link download for mc monster card skin Digimon Master Online DG[ON] << Download link Spawn Normal << Download lin...

© Niinii Corporation 2014 . Powered by Blogger templates and RWD Testing Tool