How To Upload Website From Local Computer
i have made my website on my local computer. and now i'm trying to upload it into server. but some errors happen, and these errors aren't show up in my local computer. please give me suggestion about making website in local computer and then uploading it.
View Complete Forum Thread with Replies
Related Forum Messages:
Parse PHP On Local Computer
Running Windows XP (Home) and would like to be able to parse PHP locally without having to upload files to my host server and view them there. I know I can install PHP on my PC, but what is the simplest way to set it up as a local server, preferably without needing to install Apache as well?
View Replies !
Check Local Computer Script
I am trying to do is create a script that searches the local computer of the user and if a filename is there, it will upload it to the mysql database. Then, another script that searches for a filename on the database and if it's there, to ask the user if they would like to send it to their local computer. Any suggestions?
View Replies !
Parsing HTML Files On Local Computer
I would like to be able to open and read HTML files that are on my local (client) computer and then parse them to extract some specific information they contain. I've been looking here and reading my PHP books, but it appears to me that PHP only opens files on the server or URLs. It think that makes sense to me. Is there an alternative?
View Replies !
Saving Email Attachments To Local Computer
I receive a daily email attachment, which is a zipped .csv file. I am trying to write a script that is able to read this csv file. Currently I am using the IMAP function and I am able to access my mailbox and get the name of the attachment, but this is where I've hit a stopping point. Is it possible to save the attachment to my local computer? From there I could use the zip_read function. I have tried file_put_contents, but that doesn't seem to work because of the .zip format.
View Replies !
Hyperlink From Intranet Web Page To Local Files On My Computer
I'm creating a company intranet, and every employee has certain program we want them to be able to run from it, meaning we want the link to the program to be on the intranet page. For example, Adobe Photoshop resides on all the employees computer under "C:Program FilesAdobePhotoshop 7.0Photoshop.exe" However, when I enter that as a hyperlink on the page, it does not run the program. Is there a way to get a web page to run a program on the local host?
View Replies !
Send Notification To My Computer From A Website... Possible?
I run a community website (forum and wiki) that is updated perhaps once every 10 minutes by a user. My bandwidth usage is quite high because the 40 users generally sit there pressing F5 to see if anything has been added. I do keep images small, but still... I wonder, would it be possible using PHP (or cgi, or whatever, really, I'm open to suggestions!) for the website to send out some kind of signal to users saying "I've been updated" so that they don't need to refresh so often? I know how to send anonymous emails using PHP so I could use that, but I imagine people don't want their inboxes getting cluttered with about 200 "I'm updated" emails each day! I suppose I could make a very small simple php page that reads "most recent changes" from an SQL table so people could refresh that instead of the main page, but I don't imagine people would bother to, because it'd be easier for them to just keep one main window open. It would be nice if there was something like the MSN Messenger feature where it sticks it head over the system clock in the bottom right of the screen and says "so-and-so has just come online". If it popped up and said "new post on the forum" or "wiki has been edited" that would be really cool. TBH I can't think of any way to do it, but I thought I'd throw the idea up here and see if anyone knew a way :)
View Replies !
Passing Form Data To An Email Address/Excel Sheet On A Local Computer
I am right now learning PHP & want to know if there is a way to send web form data to an Excel sheet located on a network. My windows xp PC doesnot have a copy of Excel. Also i am not connected to the internet, its a local computer. What i am trying to do is to make a PHP script which will send a simple form data to an excel sheet (or create a new Excel sheet) on another PC on a network. Since i am not connected to the internet, i will not be able to send an email (anyway, sendmail is not available on Windows OS), nor do i have any server on windows. Is it possible to send form data to Excel sheet on local computer? Even my PC is a local PC. Some one was saying its possible thru Windows Scheduler.
View Replies !
How Do I Set Up My Own Local Server On My Laptop To Test Website?
How do I set up my own local server on my laptop to test PHP website? I was given some advice by a pro ecommerce manager who said that it would be wise to test a php/ecommerce website onto my laptop first before uploading in case there are any problems which would be a lot easier to rectify locally rather than on the web host.
View Replies !
Record Website Visits According To Local Time (U.S. Central)
I've got a newb question about Daylight Savings Time (DST). First of all here is some server info: Apache 1.3.28 PHP 4.3.6 MySQL 3.23.49 Time is set to GMT My goal is to be able to accurately record website visits according to my local time (U.S. Central) every day of the year, no matter if I am in DST or not. I need a full datetime set of information (hour, min, second, etc). I have devised this line of code... $date=date("Y:m:dH:i:s",time-18000); ....but it does not help me when DST changes for me, as GMT does not observe DST. Next I tried this: echo("server time is: " . date("H:i:s") . "<br> "); putenv("TZ=US/Central"); echo("new server time is: " . date("H:i:s") . "<br> "); And got these results: server time is: 17:46:44 new server time is: 17:46:44 Apparently, the server does not allow me to change my timezone to Central time (because the resulting times are the same). The application I am developing relies heavily on *accurate* time information.
View Replies !
Automaticaly Upload A Text File From The Visitor's Computer
I've been trying to create a page (http://www.mysite.com/update.php), where when it is loaded, it will automaticaly upload a text file from the visitor's computer (file will be on the HDD (c:ap_definitions.txt)). I have been searching for the code for 2 days, and can't find any upload script that doesn't use the $_FILE box. Is it possible to automaticaly upload c:ap_definitions.txt to ap_definitions.txt on the server?
View Replies !
How To Upload Local DB
I've created my first dynamic (.php) site for a client. For this site, I've created a mysql database on my local development machine for query testing purposes. I'm able to connect and query this database without any problem. Now, here's the thing: When I'm ready to take this site live, how do I go about uploading the DATABASE from my local box to my client's server space? I mean, I can't find the database on my local machine, even though it is obviously there somewhere. This is kind of like looking for a frog when you've never seen one before. I've looked around in the apache folder (on my local machine) and can't find any mysql anything named "danielik" - which is what I've named the database. There is a folder named "_mmServerScripts" which contains 2 files: MMHTTPDB.php, and mysql.php. Is this the database? I'm sure you folks are gonna just say "oh, yeah, just find the folder that says 'something' and upload that into the 'something folder' on the live site.
View Replies !
Upload From Local Host To Server Using Ftp Functions
On my website I upload files from local computer to my server using FTP functions in PHP. It all works perfectly when I run the script from my pc, but once it s on the server it can t find the file. ftp_put(): error opening C:Documents and SettingsAlexanderDesktop r1_1.jpg I guess it happens cos it tries to find it on the server not on my PC. The question is, how can I point it to my pc, not server. Or how can I make it copy files from my local computer to the server while running from the server!
View Replies !
Ftp Upload Website
I need to build a facility for a client of mine to upload files for clients of theirs to download. Originally I was planning to do this in php (I've built a number of cms involving the uploads of files)but the size of the files may be an issue (they may be large files 10mb plus). As well as allowing my client to upload I would also want my clients clients to upload too. I don't want to rely on everyone downloading an ftp programme. Basically I would like uploads to be carried out via a browser. What would be the best way for me to go about doing this? I know that I need to use ftp, but I could do with some help in where to start.
View Replies !
File Upload - Any Way To Get The Path Of The File On Users Computer?
Producing a html form with file upload. I am working on the error checking and when the page is submited, if their is errors on it I want the pathname of the image to remain in the html file box, so the user does not have to re-select it. ie html form: <input name="pictures[]" type="file" size="30"> I know you can get the name via $_FILES['userfile']['name'] but is their any way to get the full path name? I though PHP Code: $_POST['pictures'][0] ect might work but it doesnt.
View Replies !
Video Upload Website
What other free or inexpensive softwares do I need to setup a video upload website (the like of youtube, yahoo, etc.) with Linux-Apache-MySQL-PHP?
View Replies !
Image Upload For Website
I am trying to add image upload for website. When i submit form to process the upload script, i get the followng message: Warning: move_uploaded_file(/home/sbwebhos/public_html/christmastreeland/Images/): failed to open stream: Is a directory in /home/sbwebhos/public_html/christmastreeland/check_image.php on line 14 Warning: move_uploaded_file(): Unable to move '/tmp/phpZVzXYg' to '/home/sbwebhos/public_html/christmastreeland/Images/' in /home/sbwebhos/public_html/christmastreeland/check_image.php on line 14
View Replies !
Develop A Photo Upload System For My Website
I am trying to develop a photo upload system for my website. Currently I have to upload each photo one at a time, with comments etc, into a database. This works fine, but I'd like to be able to upload all the photos at once and then write a script to comment on the photos thereafter. All I need help with is the best way to create a simple interface to upload the files. What is the quickest way? POST? FTP? Something else.
View Replies !
LOAD DATA LOCAL INFILE - Workaround For Local-infile=0
I'm using a PHP script for updating my database which relies on the "LOAD DATA LOCAL INFILE" command. As my provider recently updated the MySQL-database, he changed the "local-infile" setting to zero, i.e. my update-script doesn't work anymore (=> "The used command is not allowed with this MySQL version"). Is there a work-around to fix this problem? I though about the mysql_options command, but to frankly speaking, I have no clue how to use it and couldn't figure out how to properly use it even after reading the manual ... anyone who could help?
View Replies !
Ftp From Web To My Computer
I wonder if any one can point me to some information. I am fairly new to this so please excuse my ignorance I have setup an ftp server using Cerberus & DynDns which successfully allows me to upload files from a remote location to my PC. Thats all good. I have also created a web page that allows me to upload a file to my web server. I want to combine the 2 processes so I can use the web page to upload to my PC. I hope this makes sense because I am not sure how else to explain it. Please help if you can or direct me somewhere else.
View Replies !
Cookies Set On Any Computer
i am facing probs with cookies,in the sense it gets set on many machines but misses out on few. The browser remaining the same,what i would like to know is, the problem behind it,can i add something to the code where in it gets set on and any computer.
View Replies !
Uploading From URL & Computer
I have this script for uploading images from a computer, but I need to be able to upload using URL's as well, here is the portion of the script I think needs to change, if you need more let me know... Code:
View Replies !
Blocking A Computer
How can I make it so if a certain computer(s) come to my website they will re-directed to a certain page? The person that I want to do this with has a router, so he has a different IP adress every time he turns it off then back on. Is this still possible though?
View Replies !
Unique Computer Id?
Is there any way of accessing the computer's serial number through PHP? This would be useful for identifying a computer, rather than the IP address.
View Replies !
Computer Logon Etc
I'm developing an intranet for my department. I usually develop on my test server and, once everything is ok, move the files, functions, etc to the production server. A little while ago I developed an application for which I needed to have the computer logon captured. So, I removed the "anonymous access" in IIS and selected "Integrated Windows Authentication". Then, when I used the $_Server['logon user'], I was able to capture the user logon. It all worked fine, until I decided to move the files to the production server, however, I keep getting a dialog box asking me to "login" the pages. What am I doing wrong? Did I forget some setting on my "twin" production server? Is there something more I need to check besides checking off the "anonymous authentication"?
View Replies !
Computer Identification
I am curious if anyone knows of any other methods other than by the IP & MAC to identify a individual computer. in particular does anyone have a piece of code that can gather the remote computer name & or drive identification?
View Replies !
Shutdown Computer
I run an online radio station, and am in need of a method to shutdown or restart the computer running the station in case of errors etc. I noticed the delphi program idea someone posted earlier, but I dont have possesion of any way to compile delphi code or any knowledge of delphi. I could use to solve this problem?
View Replies !
Server On Computer
Is there some software which can imitate PHP server but when I'm offline and it's located on my computer? Because I use dial-up, and I can't connect to Net whenever I want and test my site, I'm just curious if this is maybe possible.
View Replies !
Where Session ID Save On My Computer?
I use session with my page. My configuration in php.ini like this. session.save_path= C:PHPsessiondata session.use_cookies=1 session.use_trans_sid=1 (I also change to 0) I know that session ID save both client and server. On client save only session ID On server save both Session ID and Data and I see session file in c:phpsessiondata but I don't know where it save session ID in client. becasue not session ID in URL and not cookie on my computer. Where session ID save on my computer?
View Replies !
Way To View PHP Files On Your Computer?
Is there a way to view what certain PHP files will look like, without having to upload them to your server? I'm testing out page layouts, and its kind of a pain to upload it every time to see what it looks like.
View Replies !
PhpMyAdmin (securing My Computer)
I am worried about other people accessing my computer. right now i am in config mode in the config.inc.php file. If i switch to HTTP mode, how do i setup .htaccess. I am a web/programmer newbie and im not sure where to start. i read through the howto about htaccess and got nowhere. from what i understand they said not to use htaccess if you don't have to.
View Replies !
How To Uniquely Identify A Computer
can anyone tell me is there any way to uniquely identify a computer connected to a site, i am already doing this with the ip but i need a second means as that does'nt work with internal networks that are all connected to the internet via one computer.??
View Replies !
|