Search results

  1. roelpaulo93

    Welcome to Techdocs.x10.mx!

    Nice site! The menus are very well organized. All that it needs are a .com or .info domain name.
  2. roelpaulo93

    Visit My Newly Created Site Forums plz..!

    Hmmm... Watch out for spams... I see that you are using phpBB. I've tried that platform before but I give it up after a month because of thousands of spam posting in my forum site before. Heads-up!
  3. roelpaulo93

    I'm receiving error 500 and sometimes "Warning"

    I did not do anything with my files it was working before when boru was still not upgraded yet. Now when you open my site http://roelpaulo.tk, you will see an error 500 and sometimes this : "Warning: mysql_connect() [function.mysql-connect]: User roel_rp already has more than...
  4. roelpaulo93

    .htaccess problem...

    Thanks for the help guys but it's ok now. I deleted my site, put in wordpress, enabled permalinks there, permalinks working, remove wordpress, put back my site again, put back my .htaccess file again and I do not know what happened but my .htaccess file is working now... :smile:
  5. roelpaulo93

    Please help!!! .htaccess for permalink

    Yes, still making error 403. But if I emptied my .htaccess file which means no code in it, my site is working. I really do not know what to do... I'm gonna try uploading wordpress and enabling the permalinks there to see if it throws the same error... Still looking for some help... Thanks...
  6. roelpaulo93

    Please help!!! .htaccess for permalink

    I have emptied the file before and my website is working but no permalinks and I put it back again, I get the same error 403. The .htaccess generator site is hard to use. I'd prefer hand coding, thank you. I think the configuration of apache in this server conflicts my .htaccess RewriteRule. I...
  7. roelpaulo93

    Please help!!! .htaccess for permalink

    here is my .htaccess file... RewriteEngine On RewriteBase / RewriteRule ^article/(.*)/(.*) index.php?article=$1&alias=$2 [L] RewriteCond %{SCRIPT_FILENAME} !-f RewriteCond %{SCRIPT_FILENAME} !-d RewriteRule . /index.php [L] It says when you click on this -> http://roelpaulo.tk ...
  8. roelpaulo93

    session is not woking after a header function plz help me

    No, you have to call ob_start() before anything else, and then after everything, you have to call ob_end_flush() at the end of your document. Like this... <?php // You have to call this first... ob_start(); // And then all your PHP commands goes next... session_start()...
  9. roelpaulo93

    .htaccess problem...

    No, all my files are set to 664, but i set it all to 644, now it says when you check this link http://roelpaulo.tk, "Forbidden You don't have permission to access / on this server. Additionally, a 403 Forbidden error was encountered while trying to use an ErrorDocument to handle the request."...
  10. roelpaulo93

    session is not woking after a header function plz help me

    A header() function cannot be called if you already executed PHP or HTML before that. The problem is output_buffering is turned off on this server. You have to call ob_start() first at the top of your file before anything else and ob_end_flush() at the bottom to end the ob_start(). That way, you...
  11. roelpaulo93

    .htaccess problem...

    Hey guys, I just built my own CMS, It is written in PHP, I want to create permalinks by using .htaccess files. I've already made my .htaccess in my home server and it is going ok there... but when i put my .htaccess file in the public_html folder it says "Internal Server Error". my code in the...
  12. roelpaulo93

    .htaccess help

    I renamed it and the browser can't locate my website... I deleted my .htaccess file and now Error 500? what is happening? automatically .htacces file will be replaced with an empty one when you delete it. But my price for doing it is Error 500... is there something wrong in the server?
  13. roelpaulo93

    .htaccess help

    Hey guys, I just built my own CMS, It is written in PHP, I want to create permalinks by using .htaccess files. I've already made my .htaccess in my home server and it is going ok there... but when i put my .htaccess file in the public_html folder it says "FORBIDDEN Erorr 403 you don't have...
  14. roelpaulo93

    MySQL Servers are down

    I can't open my http://blogs.roelpaulo.tk and http://forums.roelpaulo.tk. I think the MySQL servers are down again... what should I do? I have to take care of my blogs and forums... :frown:. Why does this things often happen?
  15. roelpaulo93

    default cgi page?

    http://roelpaulo.tk/cgi-sys/defaultwebpage.cgi. why?
  16. roelpaulo93

    About my site...

    I have this website http://roelpaulo.tk, can you check it out guys and tell me what do you think by commenting on some of my blogs there... Thanks...
  17. roelpaulo93

    Calling all users on the "Starka" server

    I get the dreaded error500... My site is a WP theme -> http://pinoy101.tk
Top