Skip to content
WJunction - Webmaster Forum

Search results

  1. W

    uploaded.net - PPD (30 EUR) & PPS (60% inital sale /50% rebill)

    bank transfer will take some time. (at least 1 day)
  2. W

    CMS

    DNS Error. the page wasn't found. do you mean 7dmangoes.com? if yes, it's opencard. if no - what's the real domain :)
  3. W

    Move multiple VPS hosted sites into one DEDICATED

    you want to have them still splitted? openVZ can do virtualisation, but you will need one ip for each virtual machine. If you want to use only one IP, you can't really do a virtualisation, since you won't be able to identify for which server your request is. you can save some ips, if you...
  4. W

    Problem With Youtube

    Use a VPN or proxy.
  5. W

    have two mysite.conf (in nginx)

    huh? i don't really know what's your problem. you can have two configs, or even more, that's not a problem. though nxing won't do the rewrites that are in the .htaccess files, since they are made normally for apache. For nxing you have to specify the rewrites in the config of the site. If...
  6. W

    Questions about Domain (Warez Site)

    1) okay 2) don't know them. But they are part of "RADIX FZC" -> RadixRegistry.com - new gTLD Registry which are located here in the United Arab Emirates. So probalby a good choice 3) yes. .com domains are all properties of Verisign. So an american company. If they want to shut down the domain...
  7. W

    Can't log in

    install a new copy locally (e.g. with xampp) go to phpmyadmin and get your hashed password. insert it in your online-database in your respective user. Login with the PW you set on your local setup. or check the settings why you can't recover your PW via mail. check your logs.
  8. W

    How can add webmail to my domain so that i can access webmail.example.com

    add Server-alias s.th. like: ServerAlias webmail.your-second-domain.com webmail.your-thrid-domain.com (this should work, though i'm not sure if apache directives can be stacked like this. alternative just add one serverAlias-Line for each domain)
  9. W

    How can add webmail to my domain so that i can access webmail.example.com

    just add a new apache directive: create new directive file in /etc/apache2/sites-available/ called webmailer nano /etc/apache2/sites-available/webmail <VirtualHost *:443> ServerAdmin webmaster@your-domain.com ServerName webmail.your-domain.com DocumentRoot...
  10. W

    Attempted firing up my old PC

    looks like you have a short-circuit. habe you checked, that everything is mounted the right way? check your Connection the the back-panel? (the silver thing where you plug in your cabels)
  11. W

    Eqservers.com - 100Mbps,1Gbps,2Gbps,10Gbps Dedicated Servers from $59 (NL, US)

    just have to - again - write a very good review! after having a good presales-talk, there were some problems with providing extra IPs. But the paying-periode was delayed, so that i start paying when everything i ordered has arrived. The overall speed on the Server is very good (NL)...
  12. W

    German TV Streams [Need Help]

    hum. just buy a VPN from a provider that has a server in switzerland? i don't know if it's enough to fake your browser settings (i assume, they'll check on IP)
  13. W

    looking for cheap kimsufi

    when he asked, they were on stock. but this won't answer his question.
  14. W

    Review: hentai-ddl.org (18+)

    yes, exactly. ah sorry, but no :) At least not here :) ~ Hentai Anime ~ ~ Hentai Manga ~ there are tons if it. do you specialise on a specific circle, genre or anything else? or do you just upload the ones you like? as i said: not a problem :) anidb is *the* anime/hentai-db on the web. So...
  15. W

    Review: hentai-ddl.org (18+)

    please get rid of the dancing girl at the top. that's verry annoying xD the slow loading comes from cloudflare. their service is very poor since about 6 month. Just disable it and all will be happy. (It won't help you to protect yourself, since cloudflare will answer all requests) it will...
  16. W

    Upgraded the php from 5.3 to 5.4 using yum update and now its not working

    always the first thing to do is to check your apache-error-logs. probalby it's written what's not working :)
  17. W

    Separate sections for accepted and denied suggestions

    the alternative would be using appropiate (colored) thrad-prefix (I'm doing this on my forums, since there aren't this many suggestions normally). you normally can even filter according to the prefix. just my 2ct for an alternative :)
  18. W

    looking for cheap kimsufi

    the new kimisufi-models aren't allowed to be reselled anymore. so you probably only will get the old ones - which aren't this cheap.
  19. W

    need help - how to put a password on a rar file using SSH

    rar a -ppassword archive.rar dir/ this will set the password "password" for the archiv "archive.rar"
  20. W

    Ldap problem

    aks them why it fails. if you know the error, you can try fixing it.
Back
Top Bottom