Jump to content

Mystery

Community Contributors
  • Content Count

    2635
  • Joined

  • Last visited

  • Days Won

    88

Reputation Activity

  1. Upvote
    Mystery got a reaction from Mahaku in Hi everyone!   
    Welcome
  2. Upvote
    Mystery got a reaction from Tio Akima in Hercules Ultimate Localization Design   
  3. Upvote
    Mystery got a reaction from keyofclara in [Showcase] Website and Other Things   
    Here's another design:
     
    New~ SakuraRO (If you don't like pink, oh well xD)

  4. Upvote
    Mystery got a reaction from Senos in January Digest 2015   
    January Digest 2015
    The following digest covers the month of January 1st - January 31st 2015.
     
    Team Changes
    [*]None

     
    Development Highlights
    [*]Minor channel system refactoring (Commit) [*]Moved the Hercules Channel System to its own file/interface (Commit) [*]Channel refactoring: join, search, map_join, quit/leave/delete, guild_* [*]Added: 'channelmes'
    [*]Conversion Tool: quest_db.txt -> quest_db.conf (Commit) [*]Connection history redesign (Commit)
    [*]Drops ~250kb in memory usage from each server, speeds up lookup/insertion and the cleanup timer will iterate thru the list rather than that ~65k array loop
    [*]Extending of files to support plugins: skill.c, battle.c [*]Add npcdb_checkid (Commit) [*]Removal of certain commands: alias save, alias enablearena/disablearena, cmdothernpc, isday()


     
    Scripting Highlights
    [*]Added new Eclage quests/NPCs/instances (Commit) [*]Update lvl4_weapon_quest (Commit)

     
    Database Highlights
    [*]Added new Eclage skills used in items (Commit) [*]Official drops info (Commit) [*]2010 Headgears (Commit)

     
    January Statistics
    [*]During the period there were 99 Commits. [*]Of these 99 commits, 9 included bug-fixes. [*]20 Commits from Pull Requests [*]In this month, there were 69,047 Additions and 56,100 Deletions.


  5. Upvote
    Mystery got a reaction from Roberto in Hercules Ultimate Localization Design   
    I'm pretty sure it's more than welcomed But of course, just like any other pull request, it'd be under review.
  6. Upvote
    Mystery got a reaction from PonyVPS in Seriously, where do you host your server?   
    Please have this disputed amongst yourselves. As the reviewee, you are making a point-blunt attack without providing enough evidence to support your case. This can then mean that people will take your review with a grain of salt.
     
    I do not want this topic turning into a case conference. Keep it on topic or the topic will be closed.
  7. Upvote
    Mystery reacted to Jguy in HAT - The Hercules Admin Tool!   
    Greetings all,
     
    Today, I am introducing a project I've been envisioning and working on for a couple of months that is finally in a usable and sharing state where multiple people could potentially contribute to the project.
     
    Introducing HAT!
     
    What is HAT?!
    HAT, or Hercules Admin Tool, is an administration tool for your RO server running the Hercules emulator. It is coded in PHP and Javascript and uses backends of CodeIgniter and Twitter Bootstrap to present information in a secure and meaningful way. Written by a server owner for a server owner. It is completely Open Source and hosted on Github, released under the Apache license.
     
    Another Control Panel? Too many! Stop making these damn things!
    Yes, another one. However, this one is different. A lot of Control Panels today are written as a CMS for your users as well as administration for your GM's. HAT is not designed to be accessed by your users, similar to the PHPMyAdmin tool. Your users will never know its there, therefore already enhancing security. However, contrary to PHPMyAdmin, you can more deeply control what your GM's have access to.
     
    Oooh, control? I'm a control freak, tell me more!
    HAT has a separate database of users for your GM's that have access to your panel. You're not relying on the login table of your server and their group level to provide access. Instead, a separate user database allows access, with a fully customisable set of permission settings on what those GM's can do and not do. 98 different permission sets are possible. So, you can have an in-game support GM with some limited powers in game, and they don't have to have access to your admin panel. Likewise, you can have a developer who only needs access to some server functions and your item/mob DB's without access to your server's accounts.
     
    What other features does it have?
    HAT gives you the ability to administrate just about everything on your Hercules server or its databases. It's a backend tool designed to be installed to the same server as your running Hercules server, giving you error tracking, server restarting and GM commands through a web interface without needing to login to SSH. With its fully responsive interface, its suitable for access via mobile, tablet or desktop without comprising access to information you need.
     
    So far, a somewhat complete list of the features already done:
    Account Management including: Changing account name, email, reset passwords/PINs, manage bans, account notes, account flags, manage account storage Character Management including: Change character name, stats, levels, jobs, items, flags Guild Management including: Change guild name, leader Server Management including: Viewing server console logs, start/stop/restart running Hercules server, reload item/mob db's, scripts and battleconf, viewing server performance data Admin Management including: Add/disable/delete GM's, assign/delete/change permission sets (groups)

    More features being added almost every week!
     
    How can I use it?
    Note that the panel is still in constant development and could be unstable. We would appreciate more testers and bug reports regarding the panel. While I try to write and test code that I know will work before pushing it to Github, sometimes I miss something or it doesn't work as expected in another environment. If you're willing to contribute by using and reporting bugs, you can find the panel to download here:
     
    https://github.com/jguy1987/HercAdminTool
     
    I found a bug! How do I report it to you?!
    You can use the Github issue tracker to report bugs: https://github.com/jguy1987/HercAdminTool/issues
     
    I want XYZ feature! Can you make it?
    Maybe. Use the Gitbhub issue tracker to give me the suggestion and I'll see if I can/want to add it: https://github.com/jguy1987/HercAdminTool/issues
     
    You lied! My panel completely destroyed my server!
    Take backups. As mentioned above, you're using something that is constantly in development. If you encounter a bug, please report it. If you encounter an issue that leads to the destruction of data, this is a beta product, and I'm sorry, but I cannot and will not be held responsible.
     
    What are the system and server requirements for running the HAT?!
     
    The following system I run my testing on, let me know if you have similar results with a system with different packages or such:
    * Linux, specifically Ubuntu 14.04. Windows or BSD at this moment is completely untested. I plan on hopefully testing this weekend.
    * apache2, version 3.4.7
    * php5, version 5.5.9
    * php5-mcrypt needs to be installed and enabled. You can do such by adding to your php.ini: `extension=mcrypt.so`.
    * php5-mysql extension. MySQL can be installed on a different machine if you so desire but you must have the php5 extension installed on the machine
    * apache needs to be configured to include the mod_rewrite extension. In addition, your per directory settings for apache configuration must allow "follow symlinks" and "AllowOverride all".
    * You can optimize Apache to use a bit less memory so that your Hercules server can expand if you do not anticipate many people using your panel by taking the following steps:
    - Install apache2-mpm-prefork.
    - Reduce the amount of clients your apache can serve and reduce the amount of servers it starts up in httpd.conf/apache2.conf.
     
    So....
    Github: https://github.com/jguy1987/HercAdminTool
    IRC: irc.rizon.net @ #hercadmintool - if you want to talk to me about it or submit features or poke me to do more work.
    Demo available at: http://hatdemo.jemstuff.com
    The demo can be access with username/password: admin/admin. You can do most things in the demo so feel free to play around. I know there's not much data there to experiment with, but feel free to play.
  8. Upvote
    Mystery got a reaction from iCORE in [FREE SETUP] RAGNAROK VPS/Server Hosting with DDOS PROTECTION   
    You are making a point-blunt attack without providing enough evidence to support your case. This can then mean that people will take your review with a grain of salt.
     
     
    If you have any disruptions about the service, please make a private message between the topic owner and yourself. Resolve any disputes amongst yourselves before coming out with a inaccurate review (especially without proper evidence to support your case).
  9. Upvote
    Mystery got a reaction from JulioCF in January Digest 2015   
    January Digest 2015
    The following digest covers the month of January 1st - January 31st 2015.
     
    Team Changes
    [*]None

     
    Development Highlights
    [*]Minor channel system refactoring (Commit) [*]Moved the Hercules Channel System to its own file/interface (Commit) [*]Channel refactoring: join, search, map_join, quit/leave/delete, guild_* [*]Added: 'channelmes'
    [*]Conversion Tool: quest_db.txt -> quest_db.conf (Commit) [*]Connection history redesign (Commit)
    [*]Drops ~250kb in memory usage from each server, speeds up lookup/insertion and the cleanup timer will iterate thru the list rather than that ~65k array loop
    [*]Extending of files to support plugins: skill.c, battle.c [*]Add npcdb_checkid (Commit) [*]Removal of certain commands: alias save, alias enablearena/disablearena, cmdothernpc, isday()


     
    Scripting Highlights
    [*]Added new Eclage quests/NPCs/instances (Commit) [*]Update lvl4_weapon_quest (Commit)

     
    Database Highlights
    [*]Added new Eclage skills used in items (Commit) [*]Official drops info (Commit) [*]2010 Headgears (Commit)

     
    January Statistics
    [*]During the period there were 99 Commits. [*]Of these 99 commits, 9 included bug-fixes. [*]20 Commits from Pull Requests [*]In this month, there were 69,047 Additions and 56,100 Deletions.


  10. Upvote
    Mystery got a reaction from milk in January Digest 2015   
    January Digest 2015
    The following digest covers the month of January 1st - January 31st 2015.
     
    Team Changes
    [*]None

     
    Development Highlights
    [*]Minor channel system refactoring (Commit) [*]Moved the Hercules Channel System to its own file/interface (Commit) [*]Channel refactoring: join, search, map_join, quit/leave/delete, guild_* [*]Added: 'channelmes'
    [*]Conversion Tool: quest_db.txt -> quest_db.conf (Commit) [*]Connection history redesign (Commit)
    [*]Drops ~250kb in memory usage from each server, speeds up lookup/insertion and the cleanup timer will iterate thru the list rather than that ~65k array loop
    [*]Extending of files to support plugins: skill.c, battle.c [*]Add npcdb_checkid (Commit) [*]Removal of certain commands: alias save, alias enablearena/disablearena, cmdothernpc, isday()


     
    Scripting Highlights
    [*]Added new Eclage quests/NPCs/instances (Commit) [*]Update lvl4_weapon_quest (Commit)

     
    Database Highlights
    [*]Added new Eclage skills used in items (Commit) [*]Official drops info (Commit) [*]2010 Headgears (Commit)

     
    January Statistics
    [*]During the period there were 99 Commits. [*]Of these 99 commits, 9 included bug-fixes. [*]20 Commits from Pull Requests [*]In this month, there were 69,047 Additions and 56,100 Deletions.


  11. Upvote
    Mystery reacted to Dastgir in Plugin Collections   
    Hello Community,
     I am feeling like, there's many plugin on forum, but not been actively used, due to out-of-date plugin
     
    I have updated Shikazu's Plugin first(as it was requested on the thread from 25th April), maybe Shikazu busy on his rl.
    Also I have included My Plugins there.
     
    I would like to add more plugins there(which are not updated on hercules forum <- please suggest if you find some outdated plugin and want me to update it )
     
    List of Plugins and Owners:
    https://github.com/dastgir/HPM-Plugins/blob/master/README.md  
    Repository: https://github.com/dastgir/HPM-Plugins
     
    Thanks.
  12. Upvote
    Mystery got a reaction from malufett in Follow some rathena stuff   
    You were really never here o_o. What do you mean you'll come back? xD
  13. Upvote
    Mystery got a reaction from Neneka in [Help]My inventory is too long.   
    This is a client side issue. Topic moved.
  14. Upvote
    Mystery got a reaction from milk in December Digest 2014   
    December Digest 2014
    The following digest covers the month of December 1st - December 31st 2014.
    Team Changes
    [*]GmOcean has been awarded a Community Contributor title for continuous contribution throughout Hercules.

     
    Development Highlights
    [*]Official offensive skill formulas of KG/OB (Commit) [*]Added RE Version of size_fix.txt (Commit) [*]Speeding up calc aspd process in renewal (Commit) [*]Save Sex in DB (Commit) [*]Channel Configs to Plugin Support (Commit) [*]item_data,mob_db,mob_data structs to plugin (Commit) [*]Updated KG/OB Spirit Charms to official behavior (Commit) [*]Song Aegis Behavior Update (Commit) [*]Now songs auto-refreshes every 3 seconds [*]Musical Lesson bonus rounded down for BA_ASSASSINCROSS
    [*]Move check is item usable or not to separate method (Commit)
    [*]New method: itemdb_is_item_usable [*]Can be used as: itemdb->is_item_usable(item)
    [*]Additional Script Commands & Functions:
    [*]Change per character gender function (Commit) [*]setnpcdistance N (Commit) [*]getnpcclass (Commit) [*]getnpcdir and setnpcdir functions (Commit) [*]Extend script command getareausers (Commit) [*]Add function what call OnUntouch event (Commit) [*]Add function what called if player leave npc area (Commit)
    [*]Renewal Updates (Commit):
    [*]Homunculus Official Statuses [*]Updated RE @mobinfo to show proper status data [*]Some official behaviors
    [*]Removal of certain commands: jump_zero, petheal, checkquest, setriding/checkriding, setmadogear/checkmadogear, setdragon/checkdragon


     
    Scripting Highlights
    [*]Fixed an issue in the Doha's Secret Orders Quest (Commit)

     
    Database Highlights
    [*]Splitting of mob sql database into mob_db and mob_db_re (Commit)

     
    December Statistics
    [*]During the period there were 71 Commits. [*]Of these 71 commits, 10 included bug-fixes. [*]17 Commits from Pull Requests [*]In this month, there were 3,328 Additions and 2,861 Deletions.



      Happy New Years!
  15. Upvote
    Mystery got a reaction from JulioCF in December Digest 2014   
    December Digest 2014
    The following digest covers the month of December 1st - December 31st 2014.
    Team Changes
    [*]GmOcean has been awarded a Community Contributor title for continuous contribution throughout Hercules.

     
    Development Highlights
    [*]Official offensive skill formulas of KG/OB (Commit) [*]Added RE Version of size_fix.txt (Commit) [*]Speeding up calc aspd process in renewal (Commit) [*]Save Sex in DB (Commit) [*]Channel Configs to Plugin Support (Commit) [*]item_data,mob_db,mob_data structs to plugin (Commit) [*]Updated KG/OB Spirit Charms to official behavior (Commit) [*]Song Aegis Behavior Update (Commit) [*]Now songs auto-refreshes every 3 seconds [*]Musical Lesson bonus rounded down for BA_ASSASSINCROSS
    [*]Move check is item usable or not to separate method (Commit)
    [*]New method: itemdb_is_item_usable [*]Can be used as: itemdb->is_item_usable(item)
    [*]Additional Script Commands & Functions:
    [*]Change per character gender function (Commit) [*]setnpcdistance N (Commit) [*]getnpcclass (Commit) [*]getnpcdir and setnpcdir functions (Commit) [*]Extend script command getareausers (Commit) [*]Add function what call OnUntouch event (Commit) [*]Add function what called if player leave npc area (Commit)
    [*]Renewal Updates (Commit):
    [*]Homunculus Official Statuses [*]Updated RE @mobinfo to show proper status data [*]Some official behaviors
    [*]Removal of certain commands: jump_zero, petheal, checkquest, setriding/checkriding, setmadogear/checkmadogear, setdragon/checkdragon


     
    Scripting Highlights
    [*]Fixed an issue in the Doha's Secret Orders Quest (Commit)

     
    Database Highlights
    [*]Splitting of mob sql database into mob_db and mob_db_re (Commit)

     
    December Statistics
    [*]During the period there were 71 Commits. [*]Of these 71 commits, 10 included bug-fixes. [*]17 Commits from Pull Requests [*]In this month, there were 3,328 Additions and 2,861 Deletions.



      Happy New Years!
  16. Upvote
    Mystery got a reaction from Zirius in December Digest 2014   
    December Digest 2014
    The following digest covers the month of December 1st - December 31st 2014.
    Team Changes
    [*]GmOcean has been awarded a Community Contributor title for continuous contribution throughout Hercules.

     
    Development Highlights
    [*]Official offensive skill formulas of KG/OB (Commit) [*]Added RE Version of size_fix.txt (Commit) [*]Speeding up calc aspd process in renewal (Commit) [*]Save Sex in DB (Commit) [*]Channel Configs to Plugin Support (Commit) [*]item_data,mob_db,mob_data structs to plugin (Commit) [*]Updated KG/OB Spirit Charms to official behavior (Commit) [*]Song Aegis Behavior Update (Commit) [*]Now songs auto-refreshes every 3 seconds [*]Musical Lesson bonus rounded down for BA_ASSASSINCROSS
    [*]Move check is item usable or not to separate method (Commit)
    [*]New method: itemdb_is_item_usable [*]Can be used as: itemdb->is_item_usable(item)
    [*]Additional Script Commands & Functions:
    [*]Change per character gender function (Commit) [*]setnpcdistance N (Commit) [*]getnpcclass (Commit) [*]getnpcdir and setnpcdir functions (Commit) [*]Extend script command getareausers (Commit) [*]Add function what call OnUntouch event (Commit) [*]Add function what called if player leave npc area (Commit)
    [*]Renewal Updates (Commit):
    [*]Homunculus Official Statuses [*]Updated RE @mobinfo to show proper status data [*]Some official behaviors
    [*]Removal of certain commands: jump_zero, petheal, checkquest, setriding/checkriding, setmadogear/checkmadogear, setdragon/checkdragon


     
    Scripting Highlights
    [*]Fixed an issue in the Doha's Secret Orders Quest (Commit)

     
    Database Highlights
    [*]Splitting of mob sql database into mob_db and mob_db_re (Commit)

     
    December Statistics
    [*]During the period there were 71 Commits. [*]Of these 71 commits, 10 included bug-fixes. [*]17 Commits from Pull Requests [*]In this month, there were 3,328 Additions and 2,861 Deletions.



      Happy New Years!
  17. Upvote
    Mystery got a reaction from anacondaq in Midgard-Community   
    What is Midgard Community?

    - Midgard Community is a Ragnarok Online community that provides various information regarding the world of Ragnarok. We have a Ragnarok Server Listing service that provides space for server owners to list their Ragnarok Online Private Server with us. We provide a download system to the Ragnarok Community which houses multiple files that range from NPC sprites, Class Sprites, Palettes, Maps, Items, Monsters, Cutins/Illustrations, Models, etc. !

     
    Does Midgard Community have a Database?

    - Midgard Community provides both a Renewal and Pre-Renewal database for our community. Unfortunately, the database is not integrated with the main site. In both databases, you'll find information regarding various Ragnarok items, monsters, and maps. We also have various calculators and informational tables.

     
    What is Midgard Community's Download system?

    - The download system found in Midgard Community's forum houses tons of files that range from NPC sprites, Class Sprites, Palettes, Maps, Items, Monsters, Cutins/Illustrations, Models, etc. In order to get any files from the system, you must be an active member in the forum. The plan for the download system is to be the #1 stop to get files for a server owner's Ragnarok Server.

     
    API (Application Programming Interface)

    - As suggested by a member of the community, I've worked diligently with a fellow friend on implementing an API for Midgard's database. When you send a request for either an item or monster, you'll get different structured outputs returned back to you depending on what you've searched for.

     Item

     


    Monster
     


    However, not anyone can fetch what they want. When you create an account through the main site, if setup, there will be a token assigned to your username. You will need this token in order to fetch data from the database.
     
    Required Fields:
    api_key id (Item / Monster ID)  
    ​Optional Field:
    type - If no type is given, you'll directly get an item. To get monster, set Type's value to 1.
     
    Site Links & Information
    Homepage: http://www.midgard-community.com Forums: http://www.board.midgard-community.com Download System: http://www.board.midgard-community.com/files/ Pre-Renewal Database: http://www.database.midgard-community.com Renewal Database: http://www.database.midgard-community.com/renewal
  18. Upvote
    Mystery got a reaction from cJei in November Digest 2014   
    Hi everyone! I would just like to apologize for the wait on this digest... I was busy last week finishing up assignments and handing them in before our christmas break begins. So, here it is!
     

    November Digest 2014
    The following digest covers the month of November 1st - November 30th 2014.
     
    Team Changes
    [*]None

     
    Development Highlights
    [*]Introduction of 2014-10-22, Roulette, and Per-Char Gender!  (Commit) (Topic) [*]Roulette rewards can be defined in db/roulette_db.conf [*]As we understand the coins are points that you obtain by consuming an item, while such an item is not yet available (will be in a upcoming commit), you can set these values with @set command, they're TmpRouletteBronze,TmpRouletteSilver and TmpRouletteGold -- e.g. @set TmpRouletteBronze 5 [*]Requires PACKETVER 20141022 or higher [*]Sex is now a character table field, which can be defined as 'M', 'F' or 'U'. 'U' being the default value, meaning undefined, which means the accounts gender takes precedence [*](upcoming) a script command to change a characters gender [*]Requires PACKETVER 20141022 or higher
    [*]Missing 'type' field in itemdb now defaults to IT_ETC (Commit) [*]Added missing type check to skill_delunitgroup (Commit) [*]Re-issuing conflicted-out content on battle.c (see history/follow up) (Commit) [*]No cell stacking implemented (official version) (Commit) [*]Function for creating NPC (Commit) [*]Removal of certain commands: jump_zero, petheal, checkquest [*]Various Additions / Fixes authored by 4144 (Andrei Karas). Here are some:
    [*]Allow use all char server interfaces from plugins (Commit) [*]Added missing interface methods initialization in char.c (Commit) [*]Added ability to add deprecated commands from scripts and plugins (Commit) [*]Add function for parse or report about unknown object in parsing script file (Commit)



     
    Scripting Highlights
    [*]Fixed Typo in breeder.txt (Commit)

     
    Database Highlights
    [*]Addition of Roulette Items (Commit#1, Commit#2)

     
    November Statistics
    [*]During the period there were 141 Commits. [*]Of these 141 commits, 6 included bug-fixes. [*]17 Commits from Pull Requests  [*]In this month, there were 31,717 Additions and 12,154 Deletions.

  19. Upvote
    Mystery got a reaction from Angelmelody in IND please!   
    I think a lot of people will definitely like what we have planned for them so patience is the key
  20. Upvote
    Mystery got a reaction from luis.seifert in Quest Tab (alt+u) null   
    Please try not to duplicate your topic in another language. One topic should be more than suffice. 
     
    Other topic: http://herc.ws/board/topic/8087-quest-tab-altu-null/
  21. Upvote
    Mystery got a reaction from milk in IND please!   
    I think a lot of people will definitely like what we have planned for them so patience is the key
  22. Upvote
    Mystery got a reaction from milk in November Digest 2014   
    Hi everyone! I would just like to apologize for the wait on this digest... I was busy last week finishing up assignments and handing them in before our christmas break begins. So, here it is!
     

    November Digest 2014
    The following digest covers the month of November 1st - November 30th 2014.
     
    Team Changes
    [*]None

     
    Development Highlights
    [*]Introduction of 2014-10-22, Roulette, and Per-Char Gender!  (Commit) (Topic) [*]Roulette rewards can be defined in db/roulette_db.conf [*]As we understand the coins are points that you obtain by consuming an item, while such an item is not yet available (will be in a upcoming commit), you can set these values with @set command, they're TmpRouletteBronze,TmpRouletteSilver and TmpRouletteGold -- e.g. @set TmpRouletteBronze 5 [*]Requires PACKETVER 20141022 or higher [*]Sex is now a character table field, which can be defined as 'M', 'F' or 'U'. 'U' being the default value, meaning undefined, which means the accounts gender takes precedence [*](upcoming) a script command to change a characters gender [*]Requires PACKETVER 20141022 or higher
    [*]Missing 'type' field in itemdb now defaults to IT_ETC (Commit) [*]Added missing type check to skill_delunitgroup (Commit) [*]Re-issuing conflicted-out content on battle.c (see history/follow up) (Commit) [*]No cell stacking implemented (official version) (Commit) [*]Function for creating NPC (Commit) [*]Removal of certain commands: jump_zero, petheal, checkquest [*]Various Additions / Fixes authored by 4144 (Andrei Karas). Here are some:
    [*]Allow use all char server interfaces from plugins (Commit) [*]Added missing interface methods initialization in char.c (Commit) [*]Added ability to add deprecated commands from scripts and plugins (Commit) [*]Add function for parse or report about unknown object in parsing script file (Commit)



     
    Scripting Highlights
    [*]Fixed Typo in breeder.txt (Commit)

     
    Database Highlights
    [*]Addition of Roulette Items (Commit#1, Commit#2)

     
    November Statistics
    [*]During the period there were 141 Commits. [*]Of these 141 commits, 6 included bug-fixes. [*]17 Commits from Pull Requests  [*]In this month, there were 31,717 Additions and 12,154 Deletions.

  23. Upvote
    Mystery got a reaction from JulioCF in Midgard-Community   
    Hey everyone! I think it's time to add some more 'liveness' to our main page by bringing in more servers to register with us! For this, I'm offering free ad spots for a whole free month!
     
    If you visit our ad page, you'll notice I have two advertisement spots labeled. One being Kafra's Bulletin and Kafra's Cover. For new servers that are going to be listed, I'll be giving them a spot (server owner chooses) in Kafra's Bulletin for a full 30 days for free*! 
     
    * Terms & Guidelines
    Before getting your ad listed with us, there are a few guidelines a server owner must adhere to:
    [*]Ad Dimension: 700 x 90 [*]Your server must be newly listed with us [*]You must have a 24/7 up server [*]Must follow our Server Owner Rules [*]You must have a link on your server's homepage that redirects users to review your site on Midgard-Community [*]You must email us at [email protected] with the following criteria (taken from our ad spot): [*]Your username registered here at Midgard-Community [*]You must show your server’s banner (As an attachment or as a link) [*]Name of Advertisement section(s) (names are listed below) [*]Target URL (i.e. landing page) [*]and, the spot you are going to choose for that specific advertisement section (i.e. from review listing, review listing: low rate, etc).



    I will only be accepting the first 25 newly listed servers! This will be a first come first served basis. Please check the availability down below for available spots.
     
    Availability
    To keep track of available spots, here is the current list:
    [*]Review Listing (Lists all servers) – (5 / 5) Slots Available [*]Review Listing: Low Rate – (5 / 5) Slots Available [*]Review Listing: Mid Rate – (5 / 5) Slots Available [*]Review Listing: High Rate – (5 / 5) Slots Available [*]Review Listing: Super High Rate – (5 / 5) Slots Available

  24. Upvote
    Mystery got a reaction from GmOcean in Midgard-Community   
    Hey everyone! I think it's time to add some more 'liveness' to our main page by bringing in more servers to register with us! For this, I'm offering free ad spots for a whole free month!
     
    If you visit our ad page, you'll notice I have two advertisement spots labeled. One being Kafra's Bulletin and Kafra's Cover. For new servers that are going to be listed, I'll be giving them a spot (server owner chooses) in Kafra's Bulletin for a full 30 days for free*! 
     
    * Terms & Guidelines
    Before getting your ad listed with us, there are a few guidelines a server owner must adhere to:
    [*]Ad Dimension: 700 x 90 [*]Your server must be newly listed with us [*]You must have a 24/7 up server [*]Must follow our Server Owner Rules [*]You must have a link on your server's homepage that redirects users to review your site on Midgard-Community [*]You must email us at [email protected] with the following criteria (taken from our ad spot): [*]Your username registered here at Midgard-Community [*]You must show your server’s banner (As an attachment or as a link) [*]Name of Advertisement section(s) (names are listed below) [*]Target URL (i.e. landing page) [*]and, the spot you are going to choose for that specific advertisement section (i.e. from review listing, review listing: low rate, etc).



    I will only be accepting the first 25 newly listed servers! This will be a first come first served basis. Please check the availability down below for available spots.
     
    Availability
    To keep track of available spots, here is the current list:
    [*]Review Listing (Lists all servers) – (5 / 5) Slots Available [*]Review Listing: Low Rate – (5 / 5) Slots Available [*]Review Listing: Mid Rate – (5 / 5) Slots Available [*]Review Listing: High Rate – (5 / 5) Slots Available [*]Review Listing: Super High Rate – (5 / 5) Slots Available

  25. Upvote
    Mystery got a reaction from Haru in Midgard-Community   
    Hey everyone! I think it's time to add some more 'liveness' to our main page by bringing in more servers to register with us! For this, I'm offering free ad spots for a whole free month!
     
    If you visit our ad page, you'll notice I have two advertisement spots labeled. One being Kafra's Bulletin and Kafra's Cover. For new servers that are going to be listed, I'll be giving them a spot (server owner chooses) in Kafra's Bulletin for a full 30 days for free*! 
     
    * Terms & Guidelines
    Before getting your ad listed with us, there are a few guidelines a server owner must adhere to:
    [*]Ad Dimension: 700 x 90 [*]Your server must be newly listed with us [*]You must have a 24/7 up server [*]Must follow our Server Owner Rules [*]You must have a link on your server's homepage that redirects users to review your site on Midgard-Community [*]You must email us at [email protected] with the following criteria (taken from our ad spot): [*]Your username registered here at Midgard-Community [*]You must show your server’s banner (As an attachment or as a link) [*]Name of Advertisement section(s) (names are listed below) [*]Target URL (i.e. landing page) [*]and, the spot you are going to choose for that specific advertisement section (i.e. from review listing, review listing: low rate, etc).



    I will only be accepting the first 25 newly listed servers! This will be a first come first served basis. Please check the availability down below for available spots.
     
    Availability
    To keep track of available spots, here is the current list:
    [*]Review Listing (Lists all servers) – (5 / 5) Slots Available [*]Review Listing: Low Rate – (5 / 5) Slots Available [*]Review Listing: Mid Rate – (5 / 5) Slots Available [*]Review Listing: High Rate – (5 / 5) Slots Available [*]Review Listing: Super High Rate – (5 / 5) Slots Available

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.