Hello all!
I am new to Drupal, and I need your suggestion to understand if this great CMS is a good solution for what I need to do.
I work in a network of gaming websites, and I need to setup a CMS to administer them all. These websites are extremely complex in structure (similar to TeamXbox.com, to make an example); they feature news, reviews, and articles.
From what I understand, this can all be done with Drupal. Theoretically, a website like the one I mentioned could be made in Drupal.
Now, I have a few requirements -
1) I need to be able to generate static pages and maintain a complex directory structure. I know this is not available in Drupal, but I need this feature at all costs, so I am ready to write a module, if this is possible. Basically, my websites have this directory strucure
games/game_name/content_type/id
for example, a review for Pacman would be
games/pacman/review/1
I need to generate a static file into this directory, named index.php. Do you think this is doable in Drupal?
1b) Once again about site/network structure. My main websites domains contain only html data (for example reviews, news, articles). I have one dedicated website only for media files (let's say media.mywebsite.com). Do you think a network with this structure can be managed in Drupal?
2) I need to add some backend-only features. I have these already coded as a php scripts, but I need to know if it is possible to add a script to drupal easily. For example, I have a php script made of many classes that lets my cms users download files from a remote server that requires authentication into our server, so that they do not have to first download the stuff on their local machine and then back to our server. Is is possible to implement this kind of functions into Drupal, if you have a php script?