Skip to content
WJunction - Webmaster Forum

Search results

  1. S

    Wordpress - Hide a block of a post from guest and bots/spiders

    Which script are you using currently? DLE has this inbuilt.
  2. S

    Jquery help

    You can also make use of HTML5 data attributes if you are concerned about html validation http://jsbin.com/ixolog/2/edit
  3. S

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

    Possibly at the start of next month. Ok, i will see into this. Fix for this issue is specified in FAQ section --> leecher.soft2050.in/forums/showthread.php?tid=22 Most likely it occurs because application requires 2007 Office System Driver: Data Connectivity Components to work. This is also...
  4. S

    I'm so curious

    Every PHP Script is not publicly available either for free or for selling. Just like you can't get the script used by facebook (not talking about its clones). That site is probably using custom coded script
  5. S

    50% Off on BigRock

    ^Only applicable on Hosting, not domains
  6. S

    Google showing sites search results

    Could you explain more? It seems just another page that searches the mysql database for similar titles and displays the results. The site must be using a script that crawls specific websites and adds their url's with title to the database
  7. S

    PHP Upload function for sharedbit.net help

    You are going on all right, the result you are getting is the same which i am getting from browser. To get the url, you need to send another request to: https://sharedbit.net/upload-process/completed And post this data there: server=$upurl&folder=0&files[0][id]=$fi&files[0][name]=filename of...
  8. S

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

    Adding Wordpress site is not possible in the current version. Could you send me the error which you get? The application must not be working while you are updating. (Check through task manager)
  9. S

    PHP cURL help needed

    http://rapidimg.org/server/files/507c7bddb4aabrZibIA.png Forbidden here By chrome, same: http://www.rapidimg.org/server/files/507c7cbec20b7wzhEV2.png
  10. S

    PHP cURL help needed

    ^ curl_setopt($curl, CURLOPT_SSL_VERIFYPEER, 0); curl_setopt($your_resource, CURLOPT_HTTPHEADER, $headers); These variables are not defined, it should be $ch As for forbidden, the response headers are same when viewed through browser. Check the url / you probably need to send some cookies /...
  11. S

    How to make an Auto changing text with link via html??

    Example through PHP: <?php $text = array( 'My first text', 'rotating', 'on each page reload', '......', 'so on.'); $randomIndex = rand(0, count($text) - 1); echo "$text[$randomIndex]"; ?>
  12. S

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

    No, you can also add websites that are using DLE, PHPBB 2, PHPBB3, vBuletin 3, vBulletin 4, IPBoard 2, IPBoard 3, MYBB scripts. WBB leeching is available. Ok, i will see on this. Replied to your pm. Hmm, not really. I am using a 64bit system currently and application works fine here. There...
  13. S

    https indexing problem

    Unfortunately, there's nothing you can do other then waiting. The visitors will have to once click on "Proceed Anyway" or add security exception (on firefox) and then they will be redirected to http version
  14. S

    https indexing problem

    Creating a 301 permanent redirect to redirect all https pages to http version will make google index the http url rather than https version so it will be fixed next time google crawls your site. Also, make sure you specify canonical tag in your pages which links to the http version. Read info...
  15. S

    about Blog

    Tell your friend to read this: http://chillingeffects.org/fairuse/faq.cgi If the part copied is not under "fair use" or has been restricted by the website owner, even if you give a source link it will be infringement of the website owner's / blog poster's copyright. Most of the blogs will allow...
  16. S

    Write permission on a folder

    For simple cases, you can simple catch the UnauthorizedAccessException after doing the writing jobs to know this UnauthorizedAccessException Class - http://msdn.microsoft.com/en-us/library/system.unauthorizedaccessexception.aspx Else you can use FileIOPermission class...
  17. S

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

    As i have specified in the topic itself, i couldn't reply to each suggestion. But i will be checking all the suggestions posted and add many of the needed ones before a major update is released I have replied on the forum to get you started with Forum Posting The dle sites are probably using a...
  18. S

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

    I have replied with the steps to use Forum Posting at the thread you created at forum If you mean to copy all posts from a thread, then no. It only leeches the first post at the moment. Some sites have really many sub-categories which are not needed for most of the users. Which site are you...
  19. S

    Error when submitting extension to Chrome Web Store

    } "options_page": "options.html", ^Insert a comma { "name": "UltraIMG Free Image Hosting", "version": "1.0.0", "manifest_version": 2, "description": "UltraIMG - Free Image Hosting", "background_page": "background.html", "icons": { "16": "icon-verysmall.png"...
Back
Top Bottom