Xtreme Football Net for XBOX360 and PS3 Madden Online Franchises

Sorry i should be more specific, what i mean is that i wanted somebody to help me with the appearance of the site and maybe implement new features besides what i already had done.

about the file browsing on my Account, let me give you an scenario:

/home/vince is my accounts home directory,

/home/vince/public_html/xtreme-madden.net is my Yii’s app dir

/home/vince/EA-framework is the dir where i keep all the important stuff, like actions to display stats, parse xml, filters, etc …

If i gave you ftp access to /home/public_html/xtreme-madden.net you could easily write a script similar to the one posted here http://shiflett.org/articles/shared-hosting to get the content of the files under /home/EA-framework

http://shiflett.org/articles/shared-hosting

This is really going off-topic fast, but… you are monitoring your file system, aren’t you?

So you would know if me, or any other person, modified it, right? :)

If you just follow some simple rules, you should be safe.

Yeah you’re right haha … i do monitor the filesystem i was just worried of somebody stealing the code and making a profict out of my code without my concent. The demand for this type of software i think is huge, i already have over 900 users in exactly 1 month.

Also check out the open_basedir configuration directive in PHP. Maybe you can build some restrictions with it.