Search results

  1. Mark

    Screenshot generate doesnt work

    Screenshots are generating as normal, please provide in a private discussion your API key and sample URL that is not working.
  2. Mark

    Gateway not work

    the database table FTP will not help, I cannot reproduce your problem. I was able to click through your gateway without any issue at all.
  3. Mark

    Parse error

    You have a plugin that has bad line of php code, disable them one by one to isolate which one is responsible.
  4. Mark

    YouTube Plugin dont work!

    why do you not post the error you are getting? its near impossible to help you when you provide so little information.
  5. Mark

    Gateway not work

    have you modified anything to do with the IP log? or tried to install any modifications that would affect the gateway? Gateway works for many many users, it worked on your list when i tested it... so troubleshooting should start carefully with what you have done.
  6. Mark

    Gateway not work

    what browser are you using?
  7. Mark

    How I can add many sites from the database via phpmyadmin?

    you need to create an import script to ensure proper ownership and default values are added to the database. Simply look at the existing structure of VisioList database, look at your database structure and start coding to make them match. We can create an importer for you if you lack the PHP...
  8. Mark

    Gateway not work

    Hey bud, when posting adult links you should warn people... sheesh. I was able to vote without any issue. Landed on gateway, clicked enter and vote... worked fine.
  9. Mark

    How to Look Like This

    edit the table_top_row and table_row templates using plain HTML / CSS to style how you like.
  10. Mark

    Guest Blogging Plugin

    a couple of users are using this and I am gettign no error reports, I suppose we could release this as a premium plugin anytime. I'll talk it over with Basti and see how we want to handle this.
  11. Mark

    Created Sort server Listing by date-newest

    awesome job Basti!
  12. Mark

    Gateway not work

    Sounds like you might be using an out of date skin, I seem to recall a gateway template from a year or 2 ago that had incorrect links.
  13. Mark

    Odd Code on admin pages since installing plugins.

    Can you ask your host if you have SSH? That will make searching all files a few seconds job and will show you exactly where you have enabled debugging.
  14. Mark

    Images as navigation buttons

    Plain ol' HTML/CSS HTML: <ul class="mymenu"> <li><a href="/">Home</a></li> </ul> CSS: .mymenu li a{ display:block; padding: 5px; background: #000 url(path/to/image.jpg); }
  15. Mark

    Second Column

    Hi Karl, this has been added to your list let me know any tweaks or if you spot any issues.
  16. Mark

    Inactive Members

    X amount of days without any recorded pageviews or hits in. I used to use 30 days, then manually reviewed, if the site was still active I would send an email with the link code. Sometimes webmasters update their design or software and just forget to put the button back.
  17. Mark

    Created Sort server Listing by date-newest

    this more of a feature request than a general help question. moving to plugin reqeusts
  18. Mark

    Error 500 and denied access

    error 500 are "internal server errors" which means something on those pages is being forbidden by your web hosting environment. Your error log should give you a clue, your host should also be able to provide more information. If both of those avenues are not helpful, start with your .htaccess...
  19. Mark

    Odd Code on admin pages since installing plugins.

    that can only happen when debugging is enabled, I am sure if you look close you will see somewhere along the way you have added the debug line to your files somewhere. There is no way installing any of our plugin can enable this. Unless your uploading a plugin that has debugging enabled...
  20. Mark

    PHP scripts dont work?

    No, this is what plugins are designed for. The easy insertion of PHP into the application.
Top