Jump to content

arianna

Members
  • Posts

    13
  • Joined

  • Last visited

Posts posted by arianna

  1. Hi all,I used to connect our host to use mysql db but recently I can't, each time it gives following error ;"Cannot connect to host. Do you want to wait for connection?" I tried all the day but have no chance. The software is Winaxe_plus , but cannot connect on my command prompt as well. Technical support team of the host couldn't help me. What might be the reason? :) Is it possible that access of my ip to the host is blocked? Thanks

  2. Hi all;I have a linux webserver ( not local ). There are lots of php sites on it and recently I have created an ASP site and uploaded to the same server. The problem is , the server does not have any ASP interpreter. What technical supporting center told me is that, I should find an ASP interpreter by myself. :) I found ChiliASP which should be provided by server. (and they don't)Is there any way that I can do individually to run my ASP scripts on that linux server? Moreover, some says this is not a good idea and I might have trouble with viewing my ASP scripts. (What they offer is a windows server.)Thanks for your ideas.

  3. Hi;I have an excel sheet and want to send its content to mysql db. However not all the fields , just some selected ones. Any idea about how to connect the excel sheet and select specific fields?Thanks.

  4. Thanks for your replies.It is not about refreshing , coz even they log out and log in back, the product doesnt exist in the list.Only one person can add a product at a time, others should be logged out.Sounds like a session problem,right?However there is no any "session expired" warning message , or anything like that.Why is it difficult to create multi-user system?Isnt there any document or sample to create such systems? Thanks again.

  5. Hi;I have a product page , written by a PHP programmer and it connects to MYSQL DB.There is only one "admin login" to add new products but there are many products to be added. So as multiple users try to add new products , they try to login with the same username and password. Although the message "The new product is added successfully" is seen, no one see the product that he/she added.However if only one person logs in , the product is added and seen in the list.What should i do?Is it something to be done with PHP codes or Mysql?By the way i dont know about PHP and Mysql , but i wanna know.Thanks for reading this long , boring question. More than thanks if you reply.

    login

    is always 2 minutes exactly or does it vary?Are you talking about 2 minutes sitting inactive (no link clicking, etc) or 2 minutes of navigating around the site?

    Either i fill a form and click "ok" or i am inactive.. in both situation i find myself in login page, and it takes about 2 min or 90 sec. if i am quick , it works , i success saving the info.. but how fast a user can be :)

    login

    Hi;i have a login page. after loginning , as 2 minutes pass and i click anywhere, it wants me to login again.. i tried many properties like Session.Timeout and Server.ScriptTimeout but didn't work.. :) what might be the problem? thanks...

  6. Arianna,How do you make the link to the URL? You should be passing the login and the password as arguments, no? Could you paste your code and/or the (problematic) URL?

    I just gave the url directly.didn't use any arguments.
  7. If it's asking you to log in, does it mean the containt you are looking for is restricted... or there is a problem with the asp code... Just paste the URL or some code...

    Yes , it is restricted but I already have a username and password. So I want to use them to open the list in my script.
  8. Hi;There is a web site which has a price list that can be downloaded in .xml , xls formats. But at the beginning , to enter the web site a username and password are needed. I'm trying to open the list in my web site by giving its url, but an error message comes informing that I didn't logged on.How can I get it? I tried some other web site which does not require password and username, and it worked. Shortly ; is there any ASP code to inform username and password? Or any other solution? Thanks...

×
×
  • Create New...