Skip to content
WJunction - Webmaster Forum

Search results

  1. M

    For Hire Web & Software Development Services

    Replied to all Pm's Please send me a preview of your PSD via pm. Regards
  2. M

    How to block Google to translate a part of a web code?

    searched on google and found this source: http://www.bloggersentral.com/2011/09/how-to-prevent-web-page-translation.html
  3. M

    Recent Scammed Need Payza Support Help?

    First as vgnheart said always search about person/company before doing any kind of money transactions. Here are few tips from our former admin el_j on how to use your web smartness before dealing with anyone ...
  4. M

    PHP problem handling urlencoded '&' (%26) char

    Edit: try this RewriteRule ^file/([^/]+)/?$ script.php?fileName=$1 [NC,B] I have just tested above, worked... Reference: [B] Flag , you might also need [QSA] Flag
  5. M

    PHP problem handling urlencoded '&' (%26) char

    after encoding URL with urlencode() , did u decode it by urldecode on output? <?php //$_GET[fileName] == Q%26A.jpg $fileName = $_GET[fileName]; echo urldecode($fileName); ?> Edit : My bad urdecode is bad thing :/ thanks for reminding me out
  6. M

    BitShare discussion thread

    next time do report it, and don't quote cookie stuff posts...
  7. M

    XSLTEL hacked

    I just recevied an email from XSLTEL, it has been hacked, email includes all clients and other database details which I am not going to post here. If you are hosting with XSLTEL make sure to backup asap. email
  8. M

    [Need help] curl / php upload for mediafire?

    you can upload on mediafire using there API http://developers.mediafire.com/index.php/REST_API#Upload_API
  9. M

    i am getting maleware detected error on my site

    one of your image src is from malware site picturescream.com, remove this or change src of image from your footer <a onclick="_gaq.push(['_trackEvent', 'Outgoing', 'topnude.net', '']);" href="http://topnude.net" target="_blank"><img src="http://picturescream.com/images/gregegtdt.gif"...
  10. M

    Strange php and mySQL warining suddenly appeard

    no you need to modify that file but before run this command and post results here df -h /tmp also have you tried to clear your cache?
  11. M

    Strange php and mySQL warining suddenly appeard

    you need to increase ur tmp folder size. if you are on Cenots, it uses tmpfs for /tmp. modify ur /etc/fstab to increase tmp size. an example how it should look tmpfs /tmp tmpfs size=1g 0 0
  12. M

    Strange php and mySQL warining suddenly appeard

    from your above error "No space left on device (28)" I guess your ran out of HDD space Edit: Whoo beats me to it..
  13. M

    Mysql database creation doubt

    if you are going to use mysql from another server/IP then you need to provide your location IP where script is hosted but if script is hosted on same server where mysql database is then you will only use localhost.
  14. M

    Mysql database creation doubt

    localhost will work if you have not changed it, and here is a complete command to add user with privileges on some database. GRANT ALL PRIVILEGES ON DATABASENAME.* TO 'YOURUSER'@'localhost' IDENTIFIED BY 'YOURPASSWORD' WITH GRANT OPTION; More info here
  15. M

    Buying Script For Warez Wabsite in French

    sorry dear but your thread is not very clear, you should post some more details like what type of script, any feature details etc and I am sure someone will help you if its doable and within forum rules...cheers
  16. M

    [Giveaway] Pinterest Invitations for everyone

    You can also register there using your facebook or twitter account, does not require an invite...... https://pinterest.com/login/?next=%2F
  17. M

    X4B.ORG - Reverse Proxy Hosting - Hide your Server IP (Russia, Sweden, USA, Romania)

    hy mate just thought to let u know a bug on your site http://x4b.org/login.html, when u click on login button without username/pass you are logged on, same on signup page......might u left that on purpose but just thought to let u know..cheers
  18. M

    Searching for text in files

    if you are on windows use notepad++ to search in files/directory if on Linux use grep.
  19. M

    help needed FF and IE css

    I dont suggest you to use HostImage.ca method in your situation, your only problem is CSS, first try to see if you can use other CSS methods to fix the issues and if does not work look into conditional stylesheets ( [IF] statement ), where you can load separate CSS file for different browsers...
  20. M

    Redesigned PayPal website on the way

    New design looks great but they need to change there policies as well. @ShareShiz you should apply for a job in newspaper, and don't forget to post your threads links on wjunction in CV :P and please post source link of your news, http://www.neowin.net/news/redesigned-paypal-website-on-the-way
Back
Top Bottom