Search results

  1. Mark

    Up & Down Arrow Images

    sorry mate, I honestly have no idea what you are asking
  2. Mark

    Godaddy hosting and .htaccess mod_rewrite

    we are happy to help you resolve the issue, but we need access to your environment to figure out the godaddy specific changes.
  3. Mark

    Up & Down Arrow Images

    you "get" the green arrows when that site is moving up the rank You can edit the arrow by replacing the image at skins/parabola/up.png
  4. Mark

    Brute force

    you need to hack the code to do that sources/user_cpl.php remove this line: $DB->query("INSERT INTO {$CONF['sql_prefix']}_ip_log (ip_address, timestamp) VALUES ('{$TMPL['ip']}','{$TMPL['timestamp']}')", __FILE__, __LINE__);
  5. Mark

    Screenshot Updater (Language Changed)

    Never witnessed anything like this before. If you have SSH on your hosting account you can run the following shell command to find out where this is coming from grep -R "har blitt lagt" *
  6. Mark

    Limiting Title Character Limit?

    the title is never displayed on the login form. the title is never displayed on the login form, I think you meant the join form... in that case you can simply add the maxlength HTML attribute in your title field in your join_form template...
  7. Mark

    Limiting Title Character Limit?

    in your template use: {$title, length=120}
  8. Mark

    Test the upgrade

    Check your hosting control panel, you should see your error log there. There is absolutely an error to be found, that is why you have a white screen; that happens with a suppressed PHP fatal error. In this case I suspect a plugin is looking to a MySQL database change that is not up to...
  9. Mark

    Test the upgrade

    index.php add this error_reporting(E_ALL); you might want to also enable debug mode, also done in index.php: change: $CONF['debug'] = 0; to:1 $CONF['debug'] = ;
  10. Mark

    Test the upgrade

    Error output is disabled, if you look in your error log you should see what the fatal error is, if you can't find it you can enable error reporting in index.php If you have upgraded from an old version, most likely you have an out of date plugin that is causing this
  11. Mark

    Screenshots alternative

    its possible, but most (99%) of sites return correct DNS records. Personally, I dont think we should invest precious time coding anything for this, I think admins should alert those few webmasters to fix their broken DNS. if you simplty delete the black image, you will get the default...
  12. Mark

    Unclutter - Get Inactive Website Status

    Should be all set now :) thanks for the heads up
  13. Mark

    Unclutter - Get Inactive Website Status

    Mark updated Unclutter - Get Inactive Website Status with a new update entry: Zip File update Read the rest of this update entry...
  14. Mark

    Unclutter - Get Inactive Website Status - Zip File update

    fixing a corrupt zip upload
  15. Mark

    [API] Smush it

    smushit offers lossless compression, it saves space in images gzip cannot. If it were stable, it would have been integrated into many projects years ago. I suppose we could code it with a failsafe for those instances where smushit doesn't work, some optimized images would be better than none.
  16. Mark

    Automatically convert HTML codes

    1) & is NOT valid. & IS valid. 2) I will test further 3) this is NOT a glitch, its a FEATURE of tinyMCE. You can change the behavior to suit your needs.
  17. Mark

    Automatically convert HTML codes

    1) & and & are the same thing. & is correct and necessary for validation, it really should not cause any problems. Are you experiencing problems with it? 2) make sure when your adding code you add it using the source tab. &nbsp is what happens when you leave a white space, this is...
  18. Mark

    [API] Smush it

    Smushit is great, I use it all the time but their API is not reliable. Infact the entire smushit service fails quite often, which is a real shame.
  19. Mark

    Rating / Bewertung

    I dont understand what your asking but here is the URL to the rate form. http://www.meds-24.de/index.php?a=rate&u=RENTAL-DJs here is teh URL to view all ratings: http://www.meds-24.de/index.php?a=details&u=RENTAL-DJs&all_reviews=1 There is nothing else.... Once again, I DO NOT recommend...
  20. Mark

    Rating / Bewertung

    i highly recommend you do not enable that old reviews feature... it is NOT Supported. but if you must.... $reviews_on = 0; should be $ reviews_on = 1; then you can see all reviews at http://www.meds-24.de/index.php?a=details&u=RENTAL-DJs&all_reviews=1 BUT again you should probably use...
Top