Search results

  1. Morus

    What happens when...

    I changed it in core the numbers to 55 but it didnt show me 55, still 1 (just to check). I was looking at newest members plugin to modify it to my needs. need to just understand it :)
  2. Morus

    What happens when...

    How can I can display more than 1 Featured members? I'm trying modify that line in /sources/misc/skin.php but no luck. // Featured member if ($CONF['featured_member'] && $TMPL['num_members']) { $result = $DB->select_limit("SELECT username, url, title, description, banner_url...
  3. Morus

    www.votezone.eu

    www.votezone.eu
  4. Morus

    http://www.l2.votezone.eu/images/votezone_logo.png

    http://www.l2.votezone.eu/images/votezone_logo.png
  5. Morus

    http://www.votezone.eu/

    http://www.votezone.eu/
  6. Morus

    Facebook

    I have a question about the auto facebook announcement like on the attached pic. How can I change it? Even I replaced the fb_avatar.jpg picture with my own I still see Visiolist fb_avatar instead of mine.
  7. Morus

    AdsCaptcha instead of ReCaptcha

    Nice :)
  8. Morus

    Adding new sub-menu for Premium Member

    ok, I manage to do it but without plugin. if($SITE['premium_flag'] == 1) { $TMPL['user_cp_main_menu'] .= '<a href="http://www.l2.votezone.eu/?a=page&id=votesystempremium">Vote Reward System</a>'; }
  9. Morus

    Adding new sub-menu for Premium Member

    Hi, I'm trying to add additional sub-menu to User Control Panel that will be visible only for Premium Members with link to page. Similar to Upload Premium Banner. How I can do it?
  10. Morus

    AdsCaptcha instead of ReCaptcha

    I tried to integrate it on the recaptcha basis but i have an error. There is no 2nd line in adscaptcha and also the {$captcha_error} {$captcha_code}
  11. Morus

    AdsCaptcha instead of ReCaptcha

    Hi Guys, I'm using at the moment Recaptcha for gatewat page http://www.l2.votezone.eu/index.php?a=in&u=Lineage2Network but I want to change it to AdsCaptcha but i have some difficulities. Any advise? Below you can see code for /sources/in.php with recaptcha on it if (!defined('VISIOLIST')) {...
  12. Morus

    {$unq_in_0_monthly}

    Even if you would be able to restart router, you wouldn't be able to give a "vote" cause of protection. Just wondering how these 2 website made that.
  13. Morus

    {$unq_in_0_monthly}

    http://l2topzone.com/vote.php?id=5800 use that link twice in a row. keep attention on the vote and you will see what I mean.
  14. Morus

    {$unq_in_0_monthly}

    Check these 2 websites that are able to do it please, maybe it will give you some hints :) www.hopzone.net www.l2topzone.com They are using some system to avoid router restart.
  15. Morus

    {$unq_in_0_monthly}

    Hi, I'm just wondering if unique hit can be modify a little bit. I'm using {$unq_in_0_monthly} for calculating it as Votes with recaptcha gate. Th eproblem I have is that everytime I restart router I can give a "vote". How that can be avoid so people even restarting routers and getting new IP...
  16. Morus

    Show Off Your List!

    http://www.votezone.eu/ http://www.l2.votezone.eu/ http://www.aion.votezone.eu/ http://www.wedding.votezone.eu/ I need to work more on own skin :) but I do like my stats on l2.votezone.eu :)
  17. Morus

    Link Code

    thanks.
  18. Morus

    Link Code

    Adjusting the view by adding height, width is only changing the size by cutting the favicon.ico not resizing it.
  19. Morus

    Link Code

    I changed to 10px to 4px. It moved to the begining of text line but maybe adding the screenshot would be better or adjust the size of the favicon.ico to the same size as text line by adding width=”xxx” height=”xxx” option? $sitelist_select .= '<li style="background...
  20. Morus

    Link Code

    Hi, How can I improve the link site to look better than it is now? I attached picture. As you can see the picture of Lineage 2 (i didnt add it) and the link are overlaping. What can I do to adjust it without interfeering the core? Thanks
Top