Skip to content
WJunction - Webmaster Forum

Search results

  1. M

    Syria

    Here is USA Invasion Plan in 2007: If US really wanted to help then where it was when Israel used the White phosphorus, which is a chemical weapon, during the 2008 war over Gaza. Why didn't we see America, UK, France, and their allies intervene? Why US cant see people getting thrown out of...
  2. M

    What encoding method does this site use?

    check the source code: there are 3 functions: function bas64_encode function base64_decode function arcfour Now when we submit a URL a user session or some other encoded string is stored in javascript variable ginf.enc.u When cript is called it is using above user hash and input URL to...
  3. M

    US government is spying not only on its citizen, but every internet user on planet

    Here is another story related to him: Michael Hastings , A journalist, with a history of taking down major figures and royally pissing off the powers that be, sends an email to his editors warning them that federal agents have been interviewing his associates and that he has to go off-radar to...
  4. M

    US government is spying not only on its citizen, but every internet user on planet

    Do you think your facebook, paypal and other sensitive information is safe with you? Read the shocking news by an American Spy Edward Snowden who has revealed many secrets of US government and currently seeking asylum in Russia. You can read more about him on Wikipedia Here. Read full story...
  5. M

    is there a free alternative to this plugin?

    Have you tried this? its free WordPress ? WooCommerce Multilingual - run WooCommerce with WPML « WordPress Plugins
  6. M

    Anyone here using Xsltel.com hosting?

    XSLTEL is also member here and a helpful guy. I used to host with him and it was good service. What are your questions?
  7. M

    I need .htaccess help. (because I too stupid to understand it)

    Something like this? How to redirect all visitors except your IP to another website? RewriteEngine On RewriteBase / RewriteCond %{REMOTE_HOST} !^127\.0\.0\.1 RewriteCond %{REQUEST_URI} !/mypage\.html$ RewriteRule .* http://www.anothersite.com/mypage.html [R=302,L]
  8. M

    Apple Dev Center Hacked

    It was better if he could have shown a few records to Apple Inc. and there was no need to scrape all users data. Now I wonder that instead rewarding him they will send a lawsuit accusing him for sneaking into there system without authorization. how lame
  9. M

    Hiring ipb shout box

    IP.Chat and IPb Shoutbox are two different things. can you link me which mod you are installing? I suggest you to use IPB Shoutbox.
  10. M

    Hiring ipb shout box

    It is pretty easy to install, there is also a manual included with shoutbox mod on how to install, can you tell me what issue you are facing?
  11. M

    Good ranking keyword domain giveaway

    Domain: link-generator.net Domain Age: 2 Years Host: Namecheap Expiring today I Have no time to develop but it has good keywords. Interested one can reply and dont forget to PM me your namecheap user id to push the domain. Best Regards ---------- Post added at 09:49 AM ----------...
  12. M

    Would you buy softwares if you were filthy rich?

    One dont need to be rich enough to buy software/games etc, If you can afford you must buy it.
  13. M

    My Second Atttempt In Hosting Template

    Good try but here are A few suggestions To improve: 1. Improve your typography skills. 2. use proper text or at least lerm ispum dummy text to get original feelings of design. 3. http://imgur.com/a/hl8qq#1 color very sharp to eyes and page looks dul, compe up with better color scheme...
  14. M

    Jquerymobile and PHP

    Make sure you are pointing to correct path of thumbs folder there ie if thumbs containing folder is inside images folder /images/thumbs/thumbs_".$file." Also might be issue with your gallery image script, make sure your url's are pointing to correct JavaScript files. You dont have any PHP...
  15. M

    How to do this "search script" ?

    seems like a custom script, you will be able to develop such system if you are good with php and mysql, Or you can also use wordpress and try to find a similar theme.
  16. M

    Jquerymobile and PHP

    you have issue with image location Now I will assume this is your folder structure index.php gallery.php //A folder which contains images/ folder with images images/1.jpg images/2.jpg etc then you should change this line from your above code like this: echo "<li><a...
  17. M

    Jquerymobile and PHP

    First of all enable error reporting whenever you are testing your code. Now 2 things are coming in my mind, first does this path exist? $directory = "/images/"; you might have to give full path $directory = "/location/images/"; or use like below if its in same folder $directory =...
  18. M

    Norton: Android app skips consent, gives Facebook servers user phone numbers

    getting user phone numbers without permissions is not crime? How funny excuse.
Back
Top Bottom