Skip to content
WJunction - Webmaster Forum

Search results

  1. S

    How to delete underline from links?

    Add this to your css file: a { color: red; //or hex code text-decoration:none; // to remove underline from links }
  2. S

    asking for video game info api

    Gamespot or IGN
  3. S

    The ultimate question

    For the top 4 lines!
  4. S

    Difference between these two lines of code for Wordpress

    category_name=&posts_per_page='.get_option('posts_per_page') category_name is empty so that means it will grab from all categories posts_per_page = shows number of posts to show in each page While cat=-7&paged=' . $paged cat = categories seperated by id's to grab news of. Since you are using...
  5. S

    thanks dood, welcome back btw :)

    thanks dood, welcome back btw :)
  6. S

    Do you use online storage ?

    Having a Pro account at Dropbox which i use daily as a backup + sending the projects. I also have used Skydrive in the past, only used it for backup from https://mybackupbox.com/ when i had my website on!
  7. S

    Yahoo hacked, 450,000 passwords posted online

    And the actual fuck is that these passwords were unencrypted! Why da hell were they needing unencrypted passwords
  8. S

    Warning: Cannot modify header information

    Check out WP FAQ: http://codex.wordpress.org/FAQ_Troubleshooting http://codex.wordpress.org/FAQ_Troubleshooting#How_do_I_solve_the_Headers_already_sent_warning_problem.3F In your case check pluggable.php for the same
  9. S

    how to check remote file exist via php

    CURLOPT_PORT - http://php.net/manual/en/function.curl-setopt.php
  10. S

    Is it illegal to host a piratebay proxy script?

    I guess they will send out an email notification first. Last time it was a fine of 1000 Euro's per day to the site owners that continued to provide access to piratebay through their sites
  11. S

    Is it illegal to host a piratebay proxy script?

    Yes, BREIN has taken actions on many proxy sites specially for piratebay in the past!
  12. S

    Whitehat How to make main menu/page apear in google search

    You can't manually specify which links to be shown there, you can only remove existing sitelinks using Webmaster tools. Google's process of generating sitelinks is automated Read this for more information: http://support.google.com/webmasters/bin/answer.py?hl=en&answer=47334
  13. S

    Snippet of the Day

    Wrote this for someone needing help: public static string[] grabProxy(string source) { var proxies = new List<string>(); foreach (Match m in Regex.Matches(source, @"<td><span>([\s\S]*?)(\d+)</td>")) { string port = m.Groups[2].Value...
  14. S

    i want add premium members

    You can use premium plugin which that website is also using: http://codecanyon.net/item/wordpress-premium-content/137192 Or a lite version of http://wordpress.org/extend/plugins/membership/
  15. S

    Searching for text in files

    Or you could use Find in Files option in notepad++ (with in all sub folders option) Or if you need more options, then you could use external applications like Windows Grep: http://www.wingrep.com/ or a powerful tool like PowerGrep: http://www.powergrep.com/
  16. S

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

    Both bugs have been fixed and a new update has been released!
  17. S

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

    Why do you want to add new posts in existing tabs? Close the old tabs and clipboard grab would add a new tab As for ClipBoard Grab, it doesn't seems to be used much so it wont be added as default As g1iore3y87 said, you can add sites that use DLE, PHPBB 2, PHPBB3, vBuletin 3, vBulletin 4...
  18. S

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

    I would be adding http://rapidmoviez.com/ in future versions. Yep, Clear All is now in available. New update has been released
  19. S

    Congrats humour and WDF

    Congratz Humour and WDF. Well deserved
Back
Top Bottom