How do I create a node?

  • strict warning: Declaration of T3Params::set() should be compatible with JObject::set($property, $value = NULL) in /home/humas.ui.ac.id/public_html/sites/all/themes/engines/joomlart/core/params.php on line 0.
  • strict warning: Non-static method T3Cache::getInstance() should not be called statically in /home/humas.ui.ac.id/public_html/sites/all/themes/engines/joomlart/libraries/t3.php on line 4.
  • strict warning: Non-static method T3Profile::getInstance() should not be called statically in /home/humas.ui.ac.id/public_html/sites/all/themes/engines/joomlart/libraries/t3.php on line 6.
  • strict warning: Non-static method T3Xml::getInstance() should not be called statically in /home/humas.ui.ac.id/public_html/sites/all/themes/engines/joomlart/libraries/t3.php on line 7.
  • strict warning: Non-static method T3Path::addPath() should not be called statically in /home/humas.ui.ac.id/public_html/sites/all/themes/engines/joomlart/libraries/t3.php on line 27.
  • strict warning: Non-static method T3Path::addPath() should not be called statically in /home/humas.ui.ac.id/public_html/sites/all/themes/engines/joomlart/libraries/t3.php on line 28.
  • strict warning: Non-static method T3Path::addPath() should not be called statically in /home/humas.ui.ac.id/public_html/sites/all/themes/engines/joomlart/libraries/t3.php on line 29.
  • strict warning: Non-static method T3Path::addPath() should not be called statically in /home/humas.ui.ac.id/public_html/sites/all/themes/engines/joomlart/libraries/t3.php on line 30.
  • strict warning: Non-static method T3Cache::getInstance() should not be called statically in /home/humas.ui.ac.id/public_html/sites/all/themes/engines/joomlart/libraries/t3.php on line 4.
  • strict warning: Non-static method T3Profile::getInstance() should not be called statically in /home/humas.ui.ac.id/public_html/sites/all/themes/engines/joomlart/libraries/t3.php on line 6.
  • strict warning: Non-static method T3Xml::getInstance() should not be called statically in /home/humas.ui.ac.id/public_html/sites/all/themes/engines/joomlart/libraries/t3.php on line 7.
  • strict warning: Non-static method T3Path::addPath() should not be called statically in /home/humas.ui.ac.id/public_html/sites/all/themes/engines/joomlart/libraries/t3.php on line 27.
  • strict warning: Non-static method T3Path::addPath() should not be called statically in /home/humas.ui.ac.id/public_html/sites/all/themes/engines/joomlart/libraries/t3.php on line 28.
  • strict warning: Non-static method T3Path::addPath() should not be called statically in /home/humas.ui.ac.id/public_html/sites/all/themes/engines/joomlart/libraries/t3.php on line 29.
  • strict warning: Non-static method T3Path::addPath() should not be called statically in /home/humas.ui.ac.id/public_html/sites/all/themes/engines/joomlart/libraries/t3.php on line 30.
  • strict warning: Non-static method T3Path::addPath() should not be called statically in /home/humas.ui.ac.id/public_html/sites/all/themes/engines/joomlart/libraries/t3.php on line 38.
  • strict warning: Non-static method T3Path::addPath() should not be called statically in /home/humas.ui.ac.id/public_html/sites/all/themes/engines/joomlart/libraries/t3.php on line 38.
  • strict warning: Non-static method T3Path::getPaths() should not be called statically in /home/humas.ui.ac.id/public_html/sites/all/themes/engines/joomlart/libraries/t3.php on line 48.
  • strict warning: Non-static method T3Profile::getInstance() should not be called statically in /home/humas.ui.ac.id/public_html/sites/all/themes/engines/joomlart/joomlart.engine on line 226.
  • strict warning: Non-static method T3Path::getTplFile() should not be called statically in /home/humas.ui.ac.id/public_html/sites/all/themes/engines/joomlart/joomlart.engine on line 257.
  • strict warning: Non-static method T3Path::getPath() should not be called statically in /home/humas.ui.ac.id/public_html/sites/all/themes/engines/joomlart/core/path.php on line 216.
  • strict warning: Non-static method T3Cache::getInstance() should not be called statically in /home/humas.ui.ac.id/public_html/sites/all/themes/engines/joomlart/core/path.php on line 83.
  • strict warning: Non-static method T3Profile::getInstance() should not be called statically in /home/humas.ui.ac.id/public_html/sites/all/themes/engines/joomlart/joomlart.engine on line 226.
  • strict warning: Non-static method T3Path::getNodeTpl() should not be called statically in /home/humas.ui.ac.id/public_html/sites/all/themes/engines/joomlart/joomlart.engine on line 255.
  • strict warning: Non-static method T3Path::getPath() should not be called statically in /home/humas.ui.ac.id/public_html/sites/all/themes/engines/joomlart/core/path.php on line 206.
  • strict warning: Non-static method T3Cache::getInstance() should not be called statically in /home/humas.ui.ac.id/public_html/sites/all/themes/engines/joomlart/core/path.php on line 83.

I'm currently working with HeyWatch, a web service that encodes videos. Ideally, this would become a module (HeyWatch CCK has stalled for a long time).

After I submit a video to HeyWatch via POST, and the video is successfully encoded, I will be redirected to a certain page, let's say

http://www.mysite.com/success.php?argument=xxx

Once I get redirected to success.php, I would like to create a new node with certain terms depending on the argument xxx I get.

Could anybody please give me some pointers how to do so?

Thanks.