Jump to content

ShogS

Members
  • Posts

    91
  • Joined

  • Last visited

Everything posted by ShogS

  1. SIr Jupeto help me on how to put the Admin Menu's on a Drop Down List hmm how about on Sub Menu? here's the code for Admin's Menu <?php if (!empty($adminMenuItems) && Flux::config('AdminMenuNewStyle')): ?> <form name="form1"> <strong>Admin</strong>: <select name="menu1" onChange="window.location.href=this.value"> <option value="javascript:void(0);">Choose Menu</option> <?php foreach ($adminMenuItems as $menuItem) : ?> <option value="<?php echo $menuItem['url']; ?>"><?php echo $menuItem['name']; ?></option> <?php endforeach; ?> </select> </form> <?php endif ?>
  2. @sir Jupeto - hmmmm how about on SubMenus and Page Menus?
  3. @jupeto it works now sir. asahan mo po creds ko seo for this website hehehe tnx a lot
  4. Sir jupeto the drop down menu works but it won't redirect me on every menu i choose sample who is online. it won't go.
  5. still not working sir when i put you code the page won't load anymore
  6. Question I just want to put a Admin menu in a List/Menu or Jump Menu Here's my code but it won't work for me <form name="form1"> <select name="menu1" onChange="MM_jumpMenu('parent',this,0)"> <?php $mItems = array(); foreach ($adminMenuItems as $menuItem) $mItems[] = sprintf('<a href="%s">%s</a>', $menuItem['url'], $menuItem['name']) ?> <strong>Admin</strong>: <option><?php echo implode(' • ', $mItems) ?></option></select> <?php endif ?> </form> it only appears like this Admin: Who's Online • Item Database • eA Logs • CP Logs • IP Ban List • Accounts • Characters • Guilds • Reload • Send Mail • News • Pages Any one can help me pls? tnx in advance
  7. ShogS

    Flux PVP Ranking

    can you share this one dude? with the NPC script also? ^^ tnx in advance
  8. working naman po sakin sir EA po kc gamit ko. sinundan ko lang po yung guide ni sir jupeto
  9. ShogS

    Flux PVP Ranking

    @wakoko can you share this to me? I realy need this one.
  10. No sir. all you need to do is to recall the guild who needs a Package. and the only person who can do that in that map is the Admin only. so first if you required a Guild should consist 10+ members so you need to count them first before recalling them. Suggestions are appreciated. for Script Updates
  11. File Name: Guild Pack Giver File Submitter: ShogS File Submitted: 05 Sep 2012 File Category: Utilities Content Author: ShogS This NPC will Give a Package for each Guild Member take Note: this NPC will record each player IP address to avoid abuse on players side by getting 2 Package in 1 IP. Click here to download this file
  12. Version 1.0

    1584 downloads

    This NPC will Give a Package for each Guild Member take Note: this NPC will record each player IP address to avoid abuse on players side by getting 2 Package in 1 IP.
    Free
  13. I'll try look some other ways sir ah. makaka pag intay ka naman siguro?
  14. Hehe sorry sir emistry I just suggest that if a player want's to change or to new the password he forgotten maybe he should put some validations to secure the players password ^^ that's all hehe
  15. Try to Replace this one - script poringwin -1,{ OnMobKilled: dispbottom "Poring : Congratulations. You've got me."; killmonster "poring_w01","All"; getitem 30005,30; goto L_Start; end; } To This one - script poringwin -1,{ OnMobKilled: killmonster "poring_w01.gat","All"; mapannounce "poring_w01","Poring Banker: You Got Me",0; atcommand "@doommap"; getitem 30005,30; goto L_Start; end; }
  16. OPEN your server folder ../conf/battle OPEN client.conf Look for this line hide_woe_damage: yes SET this to hide_woe_damage: no Now WOE Damage will be shown.
  17. I think you should add a validation just like What is your Pet's name upon setting up the password. To avoid hacking.
  18. tnx again sir jupeto. I will try this tomorrow. antok na kc ako hehehe tnx again for the reply. I send you back if this work. This help's me a lot sir jupeto. thank you it works now. thank again for helping me
  19. WoW ceres is getting better now I might switch to ceres soon
×
×
  • Create New...