Jump to content

chopficaro

Members
  • Posts

    46
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

chopficaro's Achievements

Member

Member (2/5)

0

Reputation

  1. thanks to your advice here i had successfully uploaded a csv file into a mysql database about a week ago in phpmyadmin with no errors, on my wamp server that seems to be working almost perfectly but the file has just gone from 1000 lines to 3000 lines, and ive tried it again and i got the error MySQL server has gone away in phpmyadmin on my attempt to import it i looked the error up and some guy says it usually means the server has timed out, but i dont believe this because i get the error very quickly on the import does anyone have another theory about what this error might mean, or a solution? thanks
  2. ah ok thanks bro at least i know unfortunately i reinstalled WAMP to try to fix this and now i cant visit my own ip address, gives me a 403 evn with my firewall down what could give me a 403 if my firewall is down?
  3. i set some passwords in phpmyadmin and now whenever i click on it to log on it says Error MySQL said: Documentation #1045 - Access denied for user 'root'@'localhost' (using password: NO) doesnt even give me a chance to type in the password
  4. idk how to do that i mean the problems pretty clear isnt it? the primary key in one of the tables must be larger than a k, so i figured theres something in the microsoft access to limit it, but more likely theres a better mdb to sql converter out there that can shrink the primary key thought one of u guys would know of such a program, or how to do it in microsoft access
  5. i have converted a microsoft .mdb file to an .sql file with a program called bullzip whenever i try to import the sql file into a mysql database, weather through phpmyadmin or through the mysql console, it always gives me the error that they key is too long (max length 1000 bytes) how do i shorten the key or make this problem go away? thanks guys
  6. ok well can u tell me a really cheap one? my sister might be willing to pay a little
  7. im trying to make an art gallery site for my sister with free hosting, i need upload_max_filesize to be at least 3mb ive tried many free hosting services and they are all 1.5mb ive tried changing it with .htaccess files and php.ini files, seems the free hosts are cracking down on that stuff does anyone know of a free hosting service that has at least 3mb upload_max_filesize? or perhaps someone knows of a service where it can be changed with php.ini files or .htaccess files
  8. i dont think the folder public_html exists actually
  9. im trying to make an art gallery site for my sister with free hosting, i need upload_max_filesize to be at least 3m ive tried many free hosting services and they are all 1.5m ive tried what these guys say http://www.openg.info/entry/php-cpanel-change-upload-max-filesize-cpanel-access-php-ini which is put this in htdocs: .htaccess #Enables mod_rewrite, otherwise all Rewrite directives below will not work RewriteEngine on #Activates php.ini config located in main folder to work also recursively for all subfolders, obviously replace your_cpanel_user with your full path, you find it in cPanel home page on the left it's called 'Home Directory' suPHP_ConfigPath /home/vol2/20x.cc/20x_6657899/public_html php.ini upload_max_filesize = 3M post_max_size 8M memory_limit 128M max_input_time -1 which just gives me a 404 and ive tried running this, and it gives me the same old 1.5m every time index.php <?php phpinfo(); ini_set("upload_max_filesize", "3M"); // Think that's right... phpinfo(); ?>
  10. <?php phpinfo(); ?> ok but suppose i override these values with an htaccess file or a second php.ini file. which values will be output
  11. how do i enable exec() in php.ini? where is php.ini? cant find it in the directories in my site.
  12. i installed the most popular chat mod on smf forums called ajax chat. i am certain i did everything correctly. but when i try to test it i get a 403 on byethost. ive also had problems with phpbb this must mean that byethost must not allow ajax does anyone know of a server that will allow me to use this mod?
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.