Recent content by lankatr

  1. L

    Reset my account

    Hi I just wondering is that possible to reset my account like a new one as it was like when I first created the account because all my files and folder permissions bit messed up and I backed up all my data's so please reset my a/c Thanks
  2. L

    I need my database back please

    Since the lotus upgrade I'm getting the error message " Error establishing a database connection" and cannot login into mysql please fix my database Thanks.
  3. L

    Error establishing a database connection

    Error establishing a database connection My site is down more then a week now please fix the database since I cant see any database in mysql. Thanks.
  4. L

    Error establishing a database connection

    Error establishing a database connection
  5. L

    When lotus will be back online

    When lotus server will be back online? its down for more then 6 hours now...:( Thanks
  6. L

    mod_Sec

    how to manually edit the script?? sorry I'm not fluent in PHP. Cheers
  7. L

    mod_Sec

    function checkExternal ($src) { $allowedSites = array( 'flickr.com', 'picasa.com', 'blogger.com', 'wordpress.com', 'img.youtube.com', ); if (preg_match('/http:\/\//', $src) == true) { $url_info = parse_url ($src)...
  8. L

    mod_Sec

    Warning: file_exists() [function.file-exists]: open_basedir restriction in effect. File(/usr/local/apache/htdocs/home/uploads/wpclassifieds/2010/06/10/1715-1.jpg) is not within the allowed path(s): (/home/:/tmp) in /home/lankatr/public_html/wp-content/themes/wpclassifieds/includes/timthumb.php...
  9. L

    mod_Sec

    An apache mod_sec rule is preventing a script (timthumb.php) from running on my . site. Could you please whitelist my domain so it is allowed to run?
  10. L

    timthumb images are not showing up

    Hi In my site I have a carasoul that uses timthumb script to call images but all of a sudden it stopped working and I tried all possible solutions still couldn't figure out the problem so I just wondering is there any changes or any help would be great Thanks.
  11. L

    HTTP 500 Internal Server Error

    My site is down from last night HTTP 500 internal server error !!!! I can view the site map file in mysite/sitemap.xml but not anytoher pages is there any server issues or anything else??? Thanks
  12. L

    redirect http://mysite.com to http://www.mysite.com

    Thanks, I moved all ma WP files under the root directory and redirected http:// to http://www. now it works fine thanks again
  13. L

    redirect http://mysite.com to http://www.mysite.com

    Thanks Carl, Actually my site is running Wordpress so I have to redirect all traffic to my WP folder
  14. L

    redirect http://mysite.com to http://www.mysite.com

    thanks humza I tried your way but still the site points to http://mysite.com/wp my .htaccess RewriteEngine On RewriteCond %{HTTP_HOST} ^mysite.com$ [OR] RewriteCond %{HTTP_HOST} ^www.mysite.com$ RewriteRule ^/?$ "http\:\/\/www\.mysite\.com\/wp\/" [R=301,L]
  15. L

    redirect http://mysite.com to http://www.mysite.com

    Hi I wanna redirect http://mysite.com to http://www.mysite.com I tried with redirect section in Cpanel but it allows only one entry I have already redirected all traffic to http://mysite.com/wp/
Top