Welcome Guest ( Log In | Register )



 
Reply to this topicStart new topic
> Xgrid With Php, Creating a script to post a blender file to Xgrid using PHP
unimatrix
post Sep 1 2006, 12:05 AM
Post #1


Premium Member
Group Icon

Group: Members
Posts: 493
Joined: 15-August 05
Member No.: 7,873



I am doing pre planning for the blenderxgrid.com script. I was originally going to do this with PERL, but elected against it. Eventually I'll be moving the site off astahost and replacing it with a website hosted on the same machine as the xgrid controller. I am setting up a test version on my latop using OSX's apache server, MySQL, and PHP on a localhost config.

Here is my step list for the script:

-------------------------------------
Form: (within Xoops CMS, so user will have to be logged in)

Username
Password

[file upload] (where they can upload the .blend file)

Start Frame: first frame of animation

End Frame: last frame of animation

-------------------------------------------

Step 1: Check username & password against xoops database

Step 2: ensure file is a .blend else die ("Sorry, not a blender file")

Step 3: Upload file to /gridjobs/ & report success

Step 4:


$filePath = "/gridjobs/" . "$fileName";
$blenderPath = "/blender/blender.app/Contents/MacOS/blender -b" . $filePath . "-s " . $startFrame . "-e " .$endFrame . "-a";

system ('xgrid -h localhost -p password -job submit $blenderPath', $results);

print $results;

?>


That's what I got so far. Any other ideas or corrects welcome. It's been a couple years since I last programed anything from scratch.
Go to the top of the page
 
+Quote Post

Reply to this topicStart new topic

Collapse

> Similar Topics

Topics Topics
  1. How To Make A Text Based Online Game Script ?(23)
  2. PHP: Writing A Generic Login And Register Script(14)
  3. Creating A Game In Rpg Maker 2000/2003(18)
  4. Counter With Img In Flat File(2)
  5. Recover Tables From A MySQL .frm File(8)
  6. Bash Script To Display Your Ip(9)
  7. Uploading Image File Through JSP Code To Server(9)
  8. Counter-Strike Source Clans - Post Your Server IPs(15)
  9. Super File Recover(3)
  10. You Cannot Create A File Named Con(9)
  11. I Cannot Embed A Google Video In A Joomla Post(5)
  12. Creating Executable Jar Files(9)
  13. How Do You Use The cPanel File Manager?(14)
  14. Deleting A Corrupt File(26)
  15. Blender(4)
  1. Blender(7)
  2. A Simple Register Script(3)
  3. Auto-click Script(7)
  4. Is A Php File Searchable?(8)
  5. Myspace Gold Script(2)
  6. Looking For Script(5)
  7. Free Online Speed Test(16)
  8. How To Copy File & Folders From Linux To Windows?.(12)
  9. Edgeloop Termination(2)
  10. Css File Size(7)
  11. Automatic Typing Script(3)
  12. [fl]snow Effect(3)
  13. Creating An Mmo(1)


 



- Lo-Fi Version Time is now: 11th October 2008 - 08:12 PM