Hallo All

I am creating a drupal site as a replay hosting community for the game Heroes of Newerth. I am a beyond average skilled PHP programmer but I need help, as im not good with drupal yet.

I have created a script to parse a binary replay file that users will upload to the website. Basically, once they complete upload, I need to create a module that processes the uploaded file (if its our content type, I think), insert the special information into a custom node created with CKK (I think) in order for it to display properly.

Can anyone assist me?

Comments

Anonymous’s picture

I would assume that I could create a content type and then a module that hooks into the core between the place where the replay is uploaded and the place where it is to be inserted into a node. But I cant find the right information anywhere.

ddorian’s picture

maybe you can do it with cck_filefield and cck_formaters?