Search results

  1. Morus

    Multitopsite ?

    I tried above code but didnt work. I wanted to place that code on my main website www.votezone.eu and get the info from the subdomains websites www.l2.votezone.eu and aion.votezone.eu Maybe something in ssi.php need to be changed? don't know.
  2. Morus

    Multitopsite ?

    Is it possible if I'm using subdomains?
  3. Morus

    AdsCaptcha instead of ReCaptcha

    I managed to add AdsCaptcha to gateway instead of ReCaptcha. Below you can find a way to do it. 1. Be sure that you have adscaptchalib.php in your sources folder (should be there by default). <?php $ADSCAPTCHA_API = 'api.adscaptcha.com'; function GetCaptcha($captchaId, $publicKey) {...
  4. Morus

    Multitopsite ?

    {include "http://www.yoursite.com/top1/ssi.php"} Where that need to be placed? in wrapper.html?
  5. Morus

    AdsCaptcha instead of ReCaptcha

    I have that file already but what code we need to place in /sources/in.php as the recaptcha example is wrong. as above.
  6. Morus

    AdsCaptcha instead of ReCaptcha

    ohh, where is it?
  7. Morus

    AdsCaptcha instead of ReCaptcha

    I can test it for you before will be released.
  8. Morus

    AdsCaptcha instead of ReCaptcha

    How is the adscaptcha Mark?
  9. Morus

    VisioList 0.7 Beta

    Thanks for the css code I changed it. With the polish translation I disabled the line $LNG['charset'] = "ISO-8859-2"; like you have done with German and it seems to work ok. Not sure if that is what you thought.
  10. Morus

    VisioList 0.7 Beta

    I updated the version to 0.7 beta. All is fine except using different skin than the parabola. I have that error: Warning: fopen(./skins/wow/welcome_not_logged_in.html) [function.fopen]: failed to open stream: No such file or directory in /homepages/46/d339036285/htdocs/votezone/all...
  11. Morus

    Ads

    Just wondering if this plugin can be ammended with more functions. We have 4 zones on this plugin. Would be nice if the people can log into their accounts and bid for each zone. Highest bid win what means people logo, pic, etc. will be placed in the zone their bidded for. payment integrated with...
  12. Morus

    What happens when...

    ohh, its yours anyway :) i was just following your instructions :) but I think the premium plugin should be added for sure. Also ask Basti for the members server online status, thats cool plugin :)
  13. Morus

    What happens when...

    It works ok, just need to put it in other place on wrapper but I think it can be added to 0.7 as plugin for those people that need it. :) Thanks again
  14. Morus

    What happens when...

    Yes, I don't know how I missed that. I will update the plugin then. Chears See attached Plugin, updated
  15. Morus

    What happens when...

    I mean I dont have an error when use $result = $DB->query("SELECT username,url,title,description,category FROM {$CONF['sql_prefix']}_sites WHERE active = 1 ORDER BY join_date DESC LIMIT $new_featured_members_limit", __FILE__, __LINE__); But I want random
  16. Morus

    What happens when...

    I removed //How New Members To Show $new_featured_members_limit = 5; Cause I used the code you gave me above. With the $new_featured_members_limit = 5; i have an error $TMPL['premium_member_carousel_list'] = ''; $TMPL['new_featured_members_side_list'] = ''...
  17. Morus

    What happens when...

    i changed it to 10 and still was showing all
  18. Morus

    What happens when...

    1 problem, it is showing me all my members instead of only 10. hmm
  19. Morus

    What happens when...

    That was easy :) thanks for hint :) I will place is here in case someone will need it :)
  20. Morus

    What happens when...

    ok :) I will work on it :)
Top