zeos101 Posted February 3, 2009 Posted February 3, 2009 First off will some 1 please tell me where to put the files? Also maby a idea of how this sould look when edited )Required Configuration $OutFile = "../feeds/your-outfile.txt"; //Replace "your-outfile" with the filename provided by Google $destination_file = "your-outfile.txt"; //"your-outfile" is provided by Google and is the same as above without the directory information $source_file = $OutFile; $catalogURL = 'CHANGEME-http://www.yourwebsite.com/'; $imageURL = 'CHANGEME-http://www.yourwebsite.com/yourimagesdirectory/'; $productURL = 'CHANGEME-http://www.yourwebsite.com/product_info.php?products_id='; $already_sent = array(); $home = "localhost" ; $user="CHANGEME-sql-db-user"; $pass="CHANGEME-sql-db-user-password"; $base="CHANGEME-name-of-sql-database"; $ftp_server = "uploads.google.com" ; $ftp_user_name = "CHANGEME-googleFTP-username"; $ftp_user_pass = "CHANGEME-googleFTP-password"; $productCondition = ""; //new, used, OR refurbished for ALL products. Ok did what i thought was right for file placment and i get this Warning: main(includes/languages/english/FILENAME_FEEDERS): failed to open stream: No such file or directory in
Recommended Posts
Archived
This topic is now archived and is closed to further replies.