Search results

  1. W

    hosting bugs and errors

    1). Why did I get only 500mb of space, if I was promised to get unmetered space? 2). cPanel says, that I have 2 of 4 databases in use, but when I try to add new database, it says, that I've reached my limit. [kind'a self-solved] 3). When I try to export a database, it shows error: export.php...
  2. W

    Wordpress ProPlayer (most popular media plugin for WP) support in x10hosting

    I tried then to take it into <?php and ?> tags, but it does not work anyway. What should I do?
  3. W

    Wordpress ProPlayer (most popular media plugin for WP) support in x10hosting

    Here's how I did it: error_reporting(E_ALL & ~E_DEPRECATED); <?php get_header(); ?> <?php get_sidebar(); ?> <div id="wrapper" class="clearfix" > <div id="maincol" > <?php if (have_posts()) : ?><?php while (have_posts()) : the_post(); ?> <h2 class="contentheader"><?php the_title(); ?></h2>...
  4. W

    Wordpress ProPlayer (most popular media plugin for WP) support in x10hosting

    Oh, it didn't worked, my friend. There's should be some way, right?
  5. W

    Wordpress ProPlayer (most popular media plugin for WP) support in x10hosting

    Wordpress offers ProPlayer media plugin for it's users. It is one most popular media plugin for wordpress, but since wordpress has been updated to 3.2.1, this plugin shows error, because it was made for previous engine: "This Playlist is not a valid XML file". Plugin creator gone south, but...
Top