Search results

  1. Skizzerz

    PHP encoding software (reviews and recommendations)

    I know the main three are Zend Guard, ionCube Encoder, and Source Guardian, but there are most certainly others out there as well. Post your experiences with the ones that you've used (either from a developer standpoint using these to encode scripts, or a user standpoint running scripts...
  2. Skizzerz

    Addon domains semi-broken on fris server (Warning: screenshot intensive!)

    So, since this problem seems to be happening to a few people, I thought I'd make a thread about it so that the admins can see exactly what's going on with addon domains on fris. To make things easier, I'll illustrate the issue with screenshots. First, this screenshot shows my account on fris...
  3. Skizzerz

    v1 PHP configuration

    Could someone post a reply/pm me with the php.ini file for v1 (Basic) for the free hosting? I plan to maintain some unofficial builds of popular software packages rewritten so that they only need v1, and having the php.ini file from x10 will save me a lot of time and effort in figuring out what...
  4. Skizzerz

    Contact email address in account panel

    I have checked my account panel, and have noticed that for Contact e-mail address, it says *unknown*. Normally, I would just change it and update, but I currently have two double everthings active on my account, and I am afraid that I will lose it if I submit (since "Package" is part of the...
  5. Skizzerz

    Suhoshin fun blacklist oddities

    As I was looking through my phpinfo() I noticed a few strange entries in the suhoshin.func.blacklist. I have the Advanced (v3) config of PHP: diskfreespace -- simply an alias for disk_free_space(), which is not disabled in v3. ini_alter -- an alias for ini_set(), which is also not disabled...
  6. Skizzerz

    Very odd PHP behavior

    As I was bugfixing some code I made, I came across a very strange error. The details may be seen here I have no idea what is wrong with it. Perhaps PHP needs to be restarted or something? I really don't know. I have the Advanced (v3) configuration
  7. Skizzerz

    .htaccess RewriteRules not working?

    For some reason, my .htaccess RewriteRules stopped working. I have looked at the files and verified that they contain the right syntax, etc., so I really don't know what's wrong. Maybe it got disabled accidentally when apache was recompiled? My info (don't know which bits are needed)...
  8. Skizzerz

    [OFF] Cheap MediaWiki support

    Hello everyone. If you have any issues with MediaWiki, such as how to install, maintain, configure, etc. or you need some custom extension for your wiki, you're in the right place! :) You'll find that my rates are fairly reasonable, too. I accept both forum credits as well as payments via...
  9. Skizzerz

    High resource detection script broken?

    My account has been suspended about 5 minutes prior to posting this due to high server usage, but I was away for over a half an hour eating dinner! Before dinner, I was bugfixing some code that had some potential to trigger the script (multiple fopens/fwrites/file_get_contents, all three of...
  10. Skizzerz

    When will PHP Versioning be back up?

    I need v3 in order for my site to run (both exec() and passthru() are required), but as of right now it still seems that everyone is at v2. My account is v3 on the account panel, so please do not tell me to upgrade, that is not the issue here :) The issue is, I was told a while ago that PHP...
  11. Skizzerz

    MediaWiki malfunction (giving 500 internal server error)

    I am getting a 500 Internal Server Error every time I try to connect to my MediaWiki wiki (only via the index.php script though, accessing any other part of it works just fine :nuts:). I have tried everything I could think of: reinstalling the wiki, re-uploading the files, commenting out my...
  12. Skizzerz

    Enabling exec()

    I recently got a notice that exec() was disabled for security reasons. I am immensely confused about this, as I have the advanced (v3) PHP configuration, where it plainly says on the account panel that exec() is enabled. Could you please re-enable this function? MediaWiki requires it for...
  13. Skizzerz

    Command line

    The web software I'm running (mediawiki) requires command line access for a few installation scripts, among other things, and I was wondering how do I go about requesting an administrator to do this (I know that you don't give out SSH to free users, which is why I'm not asking). I know the...
Top