Jump to content

shiningworld_4u

Members
  • Posts

    14
  • Joined

  • Last visited

    Never

About shiningworld_4u

  • Birthday 08/28/1988

Contact Methods

  • MSN
    shiningworld_4u@hotmail.com

Profile Information

  • Gender
    Male

shiningworld_4u's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. Hi! I am working on portal, which allow users to upload there documents. the portal theme is this, that user may upload any type of file .doc, .docx, .xls, .xlsx, .ppt, pdf etc. but when user upload any file, our system will check that is uploaded file is pdf, it its pdf then simply upload the file, and if the file is not pdf, then system will convert the file in pdf format and then upload it. Any suggestion regarding this issue, Am currently have no idea how to do that, i can uplaod any type of file but how to convert it.??? Thank in advance.
  2. The documentation provided on above link, helps me a lot to figure out the problem. Issue is very simple, during allowing remote connection, in mysql.user table, query inserting wrong md5 code in password field. just replace the password code with correct one and issue gone. Thanks to all you guyz agian.
  3. I have done so. During testing environment i have allowed IPs to access the Mysql and same is done on client's end.
  4. HI! we have developed a supply chain system which offers administration and reporting as web application and for POS it uses a desktop application. we developed web application using Mysql and pHp, and for desktop application we have used C# 2008. We have tested the application on our workstaion, by installing it on one workstation and installing the desktop application on other pc, by configuring the config file as follow, and allowing remote connection on mysql, we can access application from client pc. <?xml version="1.0" encoding="utf-8" ?> <configuration> <appSettings> <add key="Connstring" value="SERVER=server;DATABASE=ac;UID=root;PASSWORD=supplychain;"/> </appSettings> </configuration> Our client has Server 2003 OS, and client have XP. Now we can access application on server, but when try to access it from client through desktop application it gives the following error. Access Denied for user 'root'@'CL1' (using password = Yes) where server name is "Server" and client name is "CL1". Any help will be much appreciated. Thanks in advance.
  5. Hi Everybody! I have done a research on this topic and found two ways of video buffering. [*]Progressive Videos [*]Streaming Video in Streaming video, i found that it is a method where video is sent in real-time to a client machine which plays the video as it is received and then discards it. In addition, a streaming server such as the Macromedia Flash Communication Server MX can establish an intelligent connection with the client to allow the video to respond to the network connection and client requests. Because streamed video starts fast, plays in real-time, and allows users the ability to immediately access different parts of the video without having to download all the video before it, it is a great solution for longer playing videos, live video broadcasts, and applications that allow provide users with extensive interaction with the video stream. In addition, streamed video optimizes video delivery to large number of clients because it delivers video just as it is needed. Progressive downloaded, on the other hand, delivers video as fast as a user's computer will accept it. For large sites therefore, streamed video can reduce the overall load on the servers and bandwidth costs. Further, because the media is not downloaded to the client's computer with a streaming server, streaming offers an effective form of digital media protection. Here arise another question. Q: When should I use progressive download vs. streaming when delivering video. A. In general, for one-way one-to-many video delivery via the internet: Use Progressive Download when you: - Do not want to set up a specialized streaming server (i.e., FCS) - Want consistent high quality playback at any connection speed - Content downloaded to the client machine Use Streaming when you need: - Live broadcasts - Long video clips - Fast start (especially with longer clips) - Immediate random access to different parts of a movie - No content downloaded to the client machine - Detailed stream statistics - To stream a lot of video and managing server and bandwidth loads are important to you - Programmable stream control (e.g., server-side playlists, synchronized streams) Hope this will help me and someone else who is looking for something like this.
  6. Hi! am again here with a new problem. We have developed a web based SCM. The web application generates the BarCode of products. Now our client have TSC-TTP-244 Thermal Barcode Printer to print the barcode generated by our system. but the page setting is not going right for the printer. when we click on generate and print barcode button the system should have to send a print request to that printer of page size 2" x 2" and only contains barcode image. not have to send complete page. How could we can do this. the page size used is 2" x 2"
  7. Thanks everyone for your support. Now am going to do something in our "agreement". Thanks again. Best Regards, Muhammad Yasir
  8. we are determine to do so, but not have any idea that how can we do that? we have a logic that if we are able to stream video on server not on client end then may be it can possible. Any idea will be appreciated.
  9. Hi! We are going to develop a portal in PHP which will provide the different contents for view only (all contents are paid and could only be viewed). Our contents may include pdf, txt, video or audiofiles. Could it is possible that user can only view the videos but not be able to download them (even using any software). If its possible then please provide me the suggestion on how to do it. and if its not possible then please explain it why it cant be done. Thanks in Advance. Regards, Muhammad Yasir
  10. Yep You are right, but in current senerio this is going wrong? any idea about setting up local wamp server for local network.
  11. Yep its my LAN IP, but am trying to access it on LAN only. Its not being deployed for intranet or WAN. how could access it on LAN Only? Like ASP.net, i can make anyone of PC on same network as server, and access the web application installed on that PC, from any other computer. i want same scenario for the PHP application.
  12. i have tried in both of the following ways, http://192.168.1.4/Application/Index.php and http://dev03/Application/Index.php but both could not helped. both gives too much time for request error. we have been using DSL, and its been router ip in the default gateway. should its being causing issue?
  13. I have tried your solution, still getting the same error some other suggestion?
  14. Hi 2 All, apologies if its not posted in corrected forum. we have developed a php applicatoin using wamp server 2.0i. we can access the application locally but not be able to access the application from some other computer. I have tried making changes in httpd.config file and make following change <Directory "${path}/phpmyadmin"> Options FollowSymLinks Indexes AllowOverride None Order deny,allow allow from all </Directory> but still not be able to access the application. i am getting just error "The server at serverName is taking too long to respond." :'( whats the issue? we have running dot net web applications and they are running very smoothly on client side. Any suggestions will be much appreciated. Regards, Yasir
×
×
  • 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.