IP/ Proxy IP address finder tool to track proxies the easier way.Filed Under: Tool set
Proxy IP Finder tools moved
- Read More
- The Analyst
- 20 Feb 2009 8:57 AM
- Comments (2)
Oh there are two methods to remove raquo; from the title of wordpress posts.
1.
Instead of wp_title() in your theme’s header file (header.php) put echo wp_title(”,true);
This method is the easiest one to do, it just strips off the raquo; inserted by wordpress.
2.
Second method is to find that particular file in wp-includes thats inserting raquo; into title and removing raquo; from it. I have done it in previous versions of wordpress ( haven’t tried in 2.7) and feeling bit lazy to search for it. Hakuna matata as long as first one serves my purpose.
Second one is really an elegant way, try it yourself in your free time. Post a comment if you can spare minutes to tell others.
Find the line
wp(“post_type=post&what_to_show=posts$post_status_q&posts_per_page=15&order=$order&orderby=$orderby”);
Its 805th line in wordpress 2.7, line number might be different in different versions, so better find (CTRL+F) the line of code above in wp-admin/includes/post.php
Replace 15 in posts_per_page=15 by some higher number you wish, Lets say 50, the code code after change must look like this
wp(“post_type=post&what_to_show=posts$post_status_q&posts_per_page=50&order=$order&orderby=$orderby”);
While retrieving Greek/ Arabic/ Russian language or some other non english character data from database there is possibility that the data may appear as question marks (??????) instead of the original data, Usually you will be having data in its original language neatly stored in database, but for some strange reasons php is displaying it as ?????? when queried.
This problem actually happens because you have not explicitly mentioned the character set inside your php code. Here are two things you must do to solve your problem.
Tags: Character encoding problem
You are getting the error message “You do not have sufficient permissions to access this page.” mostly becasue you changed the prefix of your wordpress database tables. This solution won’t solve your problem if you had this problem because of failure in upgrading to a new version. If you
Solution is actually simple and the only thing you should know is to use “Database Administration Tool” like “PHPMYADMIN” ( most used ).
Solution is in 3 steps.
[youroldprefix]_capabilities
[youroldprefix]_user_level
[youroldprefix]_autosave_draft_ids
to
[yournewprefix]_capabilities
[yournewprefix]_user_level
[yournewprefix]_autosave_draft_ids.
If it doesn’t work please post a comment explaining what you did and what happened, I’ll try to help you.
Note: If you are getting this error as you changed table prefix then it definitely has an easy solution, don’t try to upgrade or reinstall, you might end up wasting time and content. You just need to look into some database items that are not updated when you changed prefix, Update them to your new prefix. This problem for any version is solvable as far as I know.
Symlinks ( symbolic links / soft links ) are the shortcuts to another file or directory, Here I’m referring to the symlinks that you usually see in a FTP account ( not to be confused with the shortcuts used in a PC ).
You can not usually delete symlinks by
How to delete symlinks
Once you remove Symlinks it will be easy to delete the containing folder, try it.
This lis is not made in a minute, This list was made considering the size, quality and the trust these sites have gained in torrent search engines.
At torrentz they don’t host torrent files, Its the best torrentz search engine available. The best thing about torrentz is that they list torrent sources from the top 10 torrent sites and hence more options.
Alexa Rank:144 Compete Rank:2432 PR:6 estimated visitors/day ( compete ) :6,77,093
Mininova is the best torrent site on net as on this date. Good thing about mininova is that its seed peer ratio can not be altered too easily, hence you get good speed ( If you are a torrents freak you might know that high seed / peer ratio will result in good speed. )
Since its the largest site many computers will be plugged to mininova hence good speed, and you can even download the older movies with good speed. ( If you have used limewire then you understand it better .)
Alexa Rank:59 Compete Rank:1409 PR:6 estimated visitors/day ( compete ) :1,109,194
The pirate bay seems more customed like a search engine as well as host . Pirate bay is the second largest torrent site , I like it because I have found almost all the files I have searched, its too big , really big. Even though it shows high seed/peer ratio , we seldom get greater speeds ( pirates say that they have often changed the S/P ratio ).
Alexa Rank:94 Compete Rank:1020 PR:7 estimated visitors/day ( compete ) :1,488,110.
Alexa Rank:131 Compete Rank:1536 PR:6 estimated visitors/day ( compete ) :1,024,000.
Alexa Rank:496 Compete Rank:4033 PR:5 estimated visitors/day ( compete ) :426,000.
Alexa Rank:712 Compete Rank:5023 PR:5 estimated visitors/day ( compete ) :345,397
Alexa Rank:817 Compete Rank:6750 PR:5 estimated visitors/day ( compete ) :263,000.
Alexa Rank:1355 Compete Rank:5,962 PR:7 estimated visitors/day ( compete ) :293,000
Alexa Rank:2130 Compete Rank:16,612 PR:5 estimated visitors/day ( compete ) :108,000
Alexa Rank:2,623 Compete Rank:31,289 PR:5 estimated visitors/day ( compete ) : 56,300
Alexa Rank:2951 Compete Rank:18,389 PR:5 estimated visitors/day ( compete ) : 97,948
Alexa Rank:3268 Compete Rank:32,039 PR:5 estimated visitors/day ( compete ) :54,900
Alexa Rank:3287 Compete Rank:18,437 PR:5 estimated visitors/day ( compete ) :97,000
Alexa Rank:5874 Compete Rank:36,455 PR:5 estimated visitors/day ( compete ) :47,881
Alexa Rank:5908 Compete Rank:35,668 PR:5 estimated visitors/day ( compete ) :48,956
Alexa Rank:6394 Compete Rank:33,311 PR:5 estimated visitors/day ( compete ) :52,350
Alexa Rank:7,156 Compete Rank:31,332 PR:5 estimated visitors/day ( compete ) : 56,220
Note: alexa Ranks, PRs and compete ranks listed here are as on July 3rd. And this list is made on the basis of their alexa ranks and the listing is not in the oredr of their quality. This list doesn’t consist of private torrents or torrents asking for signup.
Tags: Torrents
Copyright © 2012 The Analyst
Powered by WordPress