Recent content by Jueki

  1. J

    Direct download from Oron

    Works fine with jDownloader for me.
  2. J

    [help] Detect session on URL

    Do you actually want the session id's appended on the URL? You can try setting session.use_trans_sid to 0 and session.use_only_cookies to 1 inside your php.ini. If you don't have access to your php.ini you can try adding it into a .htaccess file like this: php_value session.use_trans_sid 0...
  3. J

    php/apache help

    Make sure your root directive does not contain "AllowOverride none". http://httpd.apache.org/docs/2.0/mod/core.html#allowoverride
  4. J

    tips for php/mysql search methods?

    You can try looking into the Zend Lucene Search as it's easy to implement in almost any PHP project. It's creating a search index and you can easily customize the search results / indexed data to your need.
  5. J

    Any news on Servedome?

    VPS been running fine for at least 4 months now.
  6. J

    Help with Regex

    What exactly is your problem? :) If you want to apply RegEx to them, you can escape the chars with a backslash (if needed).
  7. J

    Simple download from RS & extract

    You can make this even smaller by removing your getfilename() function and using basename() instead ;)
  8. J

    FileServe Member Upload plugin not uploading in my account

    I just tested the plugin and it's working as intended :| If you still didn't get it working yet you can send me a PM, I'll try to help you once I'm back from work (~7 hours).
  9. J

    C# Coders?

    What do you mean with "C# and .NET" exactly? C# is using the .NET Framework, C and C++ are not :P The difference is you will need to write MUCH less code with C# compared to C and C++, but you are also rather limited compared to them. Not really a problem unless you really know what you are/want...
  10. J

    Basic HTML/CSS Coding help needed Urgently

    You'd get many more people to help you if you'd just post what you need :P
  11. J

    any method to not pay tax?

    Switzerland? But let it be known that you are playing with fire.
  12. J

    C++

    Uh, Visual Basic is completely different than C++ (and C# syntax-wise) ;)
  13. J

    C++

    Visual Studio 2010 includes VC++, that might be the best step for you if you already have C++ knowledge and don't want to get into C# or co. Either way, I agree with l0calh0st, getting into C# would be a pretty good idea since it's much easier to find tutorials and other common solutions on the...
  14. J

    inb4 another ban

    I also saw the personal insult in the ShoutBox, no idea why all those people were saying it's faked. Some people just deserve a ban. Seeing how they behave I'm actually shocked they've not been banned earlier. Keep it up and make this place more civil - I'm sure new members would appreciate...
  15. J

    Need Rapidleech Script

    You need to add them into your configs/accounts.php ;)
Back
Top