Skip to content
WJunction - Webmaster Forum

Search results

  1. S

    Php echo error

    Thats not a php echo error. Its because &times is the html character for showing "×" Convert & to & if you wanted to show &times in browser
  2. S

    Selling LePo - Leech | Add Websites | Forum Poster | Text2IMG | Post Manager | Pic Upload

    Replied to both topics. One of the feature would be in next update of v3 If that error is coming after logging in to application, this must be the possible cause: http://leecher.soft2050.in/forums/showthread.php?tid=11 If it isn't still resolved, then try to download latest whole archive from...
  3. S

    working on an upload script... but having problems...

    Using '@' before a local file path generates a array of file with these details: name, type, tmp_name, error, size. Then curl process the data in the post request. You can also try to use $_FILES['file'] instead of prefixing it like '@' . $_FILES['file']['tmp_name'] because the array created on...
  4. S

    working on an upload script... but having problems...

    The first bug which i see from the code is this: $post = '&pass=~something~'; $post = '&file='.$_FILES['file']; $post = '&subject'.$_POST['subject']; $post = '&year'.$_POST['year']; Assignment Operator &year and &subject needs to have "=" after them So those lines in your code to...
  5. S

    Selling LePo - Leech | Add Websites | Forum Poster | Text2IMG | Post Manager | Pic Upload

    - Mamega.com Added - Fixed Link Check bug This should be fixed now. Contacted avast support and they removed the malware notification which was showing previously. Nothing to do with LePo, they blacklisted domain many moths ago due to hosting of a .ini file :| Thank you
  6. S

    Quote Problem

    That's the last reply. So there's no need to quote it to reply to it.
  7. S

    How to auto fit in mobile devices?

    There's no thing thats gonna auto change your current theme to a good looking mobile theme. Try to change the font sizes, reduce image size in a new stylesheet and use that stylesheet when someone is viewing from mobile.
  8. S

    Adfocus doesn't return anything in cURL

    Accept Header tells what type of response the browser is looking for. So for this: Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 Expanded, asks for any of the following formats: - (X)HTML format (HTML First) - XML format - Finally */* means for any type of format. So...
  9. S

    Which way the bus is going?

    It is going to the right side if the bus would be in my country. Because there's no door on this side of the bus. Though it could be the other way round for other users from different countries :| *Saw this on fb before [trollface]
  10. S

    Adfocus doesn't return anything in cURL

    The reason why it doesn't work is because they require useragent and accept property in the header to be sent, maybe to prevent from bots. Adding useragent and accept property works: <?php $ch = curl_init ("http://adfoc.us/426491"); curl_setopt ($ch, CURLOPT_RETURNTRANSFER, true); curl_setopt...
  11. S

    I am getting an Error! Please Help

    If you have installed a new theme, then that theme must be requiring some plugin. Try to read the readme file. The plugin req. there is: http://www.flashxml.net/image-scroller.html#swmi-wordpress So try installing that plugin first
  12. S

    Happy Birthday Humour

    Happy Birthday Humour. Have a blast and enjoy the day :sun:
  13. S

    first Warez Pagerank 6

    There's a reason why its showing "No Info" For real, it would be like this : With that extending, at that website only: Click on Google Fake PageRank Checker and check there not on Google PageRank Checker
  14. S

    first Warez Pagerank 6

    I added a link to a article which explains that. Something similar happened to the website www.downtr.co which was showing as a pagerank of 9 few months ago. @shahpar: Check it yourself: http://www.webtoolhub.com/tn561410-fake-pagerank-checker.aspx
  15. S

    first Warez Pagerank 6

    I am sorry, but there's some problem with your website. The pagerank seems to be forged (faked) Its using pagerank of: www.zebra.org Proof: What it is: http://www.seomastering.com/seo-articales/what-is-fake-page-rank.php
  16. S

    Any php editor(text editor) with internal preview

    Try this: http://devphp.sourceforge.net/, its the one he is using
  17. S

    how to get variable info after login using php

    Use curl first to login to the website and then store the cookies in a file. Then get new content using the cookie files saved previously.
  18. S

    WJunction Twitter Account!

    vBulletin has by default too, without any plugin: http://www.wjunction.com/external.php?forumids=13,14,2,6
Back
Top Bottom