Search results

  1. munimadx

    Resolved fopen(http url) getting a 403 - forbidden

    Yes! That was It, setting the user agent made It work. I wonder why they set that policy, may be It was accidental, I Will look into It. Thank you!
  2. munimadx

    Resolved fopen(http url) getting a 403 - forbidden

    True. I can download other csv's but not that one (403). But I am able to download it from my browser... May be the site is filtering my request for some reason...
  3. munimadx

    Resolved fopen(http url) getting a 403 - forbidden

    Hello! We have found that, since this week, when we try to read an external http resource using fopen(url) it throws a 403 - forbidden code. This resource is downloadable with a normal browser. May be a new security measure or something? Thank you
  4. munimadx

    Can't access to mysql

    Thank you. Yes, same person sorry, but bamaweb site is already on premium. I will try also to find out how they did the attack. Thank you!
  5. munimadx

    Can't access to mysql

  6. munimadx

    Can't access to mysql

    Yes, mysql is running, but since this morning, it doesnt work. I see I have been attacked: Almost all tables have disapeared, and there is a table called "WARNING" It contains two columns: - a message asking for money - a bit coin address to send the money - an email Please help
  7. munimadx

    Can't access to mysql

    Hello, Since this morning, neither me nor the app can access mysql database. It says password is wrong, but nothing has been changed Please help, Regards, user: munimad
  8. munimadx

    MySQL Management not working

    cannot connect to database: (HY000/2002): Resource temporarily unavailable
  9. munimadx

    Load data local infile Not working now

    Hmm I don't think we can call that from PHP here, can we?
  10. munimadx

    Load data local infile Not working now

    Thank you for your intentions :) It's simple, I just want to load csv files in mariadb.
  11. munimadx

    Load data local infile Not working now

    I need help, I have run out of ideas...
  12. munimadx

    Load data local infile Not working now

    The problem is more or less like this: - Using Load Data Local Infile -> works for 3 years. Stops working (disabled for security reasons) Alternative? -> Removing "Local" - Does not work because: > variable local_infile is set to false. Global variable, can be only modified by SUPER user OR...
  13. munimadx

    Load data local infile Not working now

    That would be nice, but I cannot grant myself the required SUPER privilege :)
  14. munimadx

    Load data local infile Not working now

    Yes, although the solution in both links relies in 1. SET GLOBAL local_infile = 1; a global parameter, and need super user privileges. Yes, I have already spent many hours searching for a way. Thank you! SQLSTATE[42000]: Syntax error or access violation: 1227 Access denied; you need (at...
  15. munimadx

    Load data local infile Not working now

    You are right, that user appeared when using phpadmin. But unfortunatly, using my user in the app does not work either. SQLSTATE[28000]: Invalid authorization specification: 1045 Access denied for user 'munimadx_<myuser>'@'localhost' (using password: YES) I have tried: LOAD DATA INFILE...
  16. munimadx

    Load data local infile Not working now

    I have tried without LOCAL keyword, putting the file to load in tmp directory as the article says, but does not work: #1045 - Access denied for user: 'da_sso_SOuN83xN9'@'localhost' (Usando clave: SI) Is there any folder we can use to load these files? Any chance of keeping LOCAL until a...
  17. munimadx

    happy coding!

    happy coding!
  18. munimadx

    Load data local infile Not working now

    It looks like LOAD DATA LOCAL INFILE is no longer supported. Is it possible to have it enabled again? Is there an alternative to load a csv file programmatically? (e.g. without LOCAL) Thank you
Top