Skip to content
WJunction - Webmaster Forum

Search results

  1. R

    Is a good option having a filehost, hosted in OVH?!

    Well, I can't reach filedove.com anymore, so I guess OVH did put them down?
  2. R

    Competitor Google (Mail)

    I don't think there is any competition for Google's Apps service. You could always host your mail with any shared hosting.. But then you'll lose the wonders Google offers.
  3. R

    JDownloader Or IDM [Vote]

    Install IDM, use it for a week and you'll understand.
  4. R

    RAD Framework

    Alrighty! Beta :D I'm in a learning mood. Started going Class-Oriented only a month ago because the project I'm currently part of became too big. Chose to go for my own MVC-interpretation which works and I'm getting good feedback from my co-developers. Going Class-Oriented ( I don't like...
  5. R

    How can i create a PHP file via php?

    I always use single quotes. Prevents shit like this from happening and makes more sense when looked at.
  6. R

    help with dropbox, please

    Dropbox is a folder on your PC. Go to C:\Users\USERNAME\Dropbox and it'll make sense.
  7. R

    i need this server ovh

    You should know it isn't for people ordering at the french site.
  8. R

    Searching for text in files

    Yeah the community is awesome :sun:
  9. R

    Is it illegal to host a piratebay proxy script?

    They are in the process of making it illegal. BREIN already took down several sites that proxied ( specifically ) the pirate bay. edit: aww, I got distracted and didn't press submit fast enough.. soft beat me to it :)
  10. R

    Hosts that ignore DMCAs for download sites?

    Belgian authorities have had access to ( server.lu 's ) servers and customer-details fairly easy. Trust me, I know :'(
  11. R

    Live stream code

    First hit in google http://statcounter.com/ And if you want the exact same thing as in screenshot or whatever: Learn javascript.
  12. R

    What is your internet connection speed!!

    60mbit down 4mbit up 'unlimited' transfer, but if I reach 150GB they limit me to 3mbit :facepalm:
  13. R

    How to check bandwith usage on server?

    I use vnStat Demo Debian/Ubuntu: apt-get install vnstat vnstat -u -i eth0 #this sets it up for you vnstat -l #shows live usage vnstat -d #shows daily usage man vnstat #for more info
  14. R

    What is your Favourite Programming language?

    I got scared and picked PHP over Python :'(
  15. R

    Warez Download Site OneDDL Calls It Quits Citing Legal Concerns

    I bought a two year RapidShare subscription because of OneDDL :) Meh, sniffdog is right. Usenet and torrents are win
  16. R

    Parse my own link from Rapidshare with php + curl

    Have a nice day B-) Non-noob: <?php ############################ # RapidShare search shit# ############################ # by Robin Houtevelts # # robin@houtevelts.com # ############################ function http($url,$post = false){ $ch = curl_init(); curl_setopt($ch...
  17. R

    var/www

    Look for /var/www/ and edit it. It might occur more than once. When saved make sure you restart apache. /etc/init.d/apache2 restart
  18. R

    var/www

    There you go. You can check all the .vhost files. Your best bet is 000-ispconfig.vhost nano /etc/apache2/sites-enabled/000-ispconfig.vhost or 176.31.91.37.vhost nano /etc/apache2/sites-enabled/176.31.91.37.vhost
Back
Top Bottom