Search results

  1. Mark

    Improved Ads plugin

    improving the ad system is on the long term todo list, most (if not all) of the features requested here have already been outlined and discussed in the past. A third party script like morus has recommended might just be a better solution since we have no ETA on this.
  2. Mark

    Implemented Captcha in vote page

    well now your talking about something totally different right?
  3. Mark

    Implemented Captcha in vote page

    yup showing the last IP's of those who voted is no problem, but if they are cheating its going to mean they are going to the trouble of changing their IP so that may not be very helpful. But between the IP and timestamp that may help show who is cheating. Gateway page prevents automated votes...
  4. Mark

    Implemented Captcha in vote page

    If you actually have this problem (most people dont) instead of crippling all incoming traffic simply warn, then remove the site who is cheating.
  5. Mark

    Implemented Captcha in vote page

    That will never make it as a core feature, captcha in gateway is a terrible idea for in traffic. Several sites use it becuase they have no better way of handing cheaters, but there are far better ways of dealing with this problem then making all incoming traffic answer an annoying captcha.
  6. Mark

    Ranking buttons

    you can custom design the dynamic stats button to show any data you like, simply edit settings_buttons.php if you remove these 2 lines it will remove total and unique ins: imagestring($img, 2, 80, 75, $TMPL['tot_pv_0_daily'], $color1); imagestring($img, 2, 80, 90, $TMPL['unq_in_0_daily']...
  7. Mark

    Implemented Captcha in vote page

    http://visiolist.com/community/threads/adscaptcha-instead-of-recaptcha.284/
  8. Mark

    Working On It More Payment Option

    no news yet, I have created a moneybookers account and reviewed their API but have not gotten any further with it.
  9. Mark

    Long Description + BBcode

    yup, will be in next release
  10. Mark

    Screenshots Are Black And Button Settings

    Hi Pauline, I am starting a private conversation with you to ensure you have the correct API key in place for the screenshots. thanks for the community support Bart, much appreciated.
  11. Mark

    Custom Page Question

    I'll also add splash pages to our plugin todo list, but free plugin development is in the back seat at the moment while we focus on core features.
  12. Mark

    Custom Page Question

    Hi Pauline, banners is already available and can be configured from admin -> buttons -> settings. The users can pick their banner from the user control panel. Splash pages are a nice idea, but it would require a little bit more work and plugin development, I would say that would require...
  13. Mark

    adf.ly integration - monetize your out clicks

    I agree, but that is why this is an optional plugin and not a core feature
  14. Mark

    Change sender's name in welcome email

    included in 0.8 release :)
  15. Mark

    Long Description + BBcode

    no problem, it could have been an issue with the plugin manager, sometimes nested folders dont get handled nice with PHP's ZIP module.
  16. Mark

    Long Description + BBcode

    Looks like your missing the images folder, it should be in LongDescription/images/
  17. Mark

    Change sender's name in welcome email

    try this: open sources/skin.php and find: //$headers .= "From: {$CONF['your_email']}\r\n"; mail($email, $subject, $body, $headers, "-f{$CONF['your_email']}"); replace with: $headers .= "From: {$CONF['your_email']}\r\n"; mail($email, $subject, $body...
  18. Mark

    Premium Listing

    youneed a comma between all of them except the last one, follow the pattern ;) it should be 'stats' => 1, 'sendmessage' => 1, 'user_cpl' => 1, 'premium_rankings' => 1
  19. Mark

    If you host with Godaddy your site is down

    Anonymous has brought down the entire godaddy network 1 hour ago. All sites hosted with godaddy are offline...
  20. Mark

    Premium Listing

    if you look you will see where it goes: $action = array( 'admin' => 1, 'in' => 1, 'join' => 1, 'lost_pw' => 1, 'out' => 1, 'page' => 1, 'rankings' => 1, 'rate' => 1, 'search' => 1, 'stats' => 1, 'sendmessage' => 1, 'user_cpl' => 1 )...
Top