AllOutAnime
Power Member
- Oct 15, 2007
- 589
- 502
I don't know if this is still working as well as it did when I used it but here's the method:
When you create a Forum Profile, the link to your profile from the Homepage often is nofollow.
On the other side, system internal links are ********.
So it is with the memberlist and that's where we want to be because many forums list a link to your homepage on the memberlist next to your profile.
And often that link is ********.
So ideally that's where we want to be with our Profile, on the first page of the memberlist.
Now many forums sort their memberlist in alphabetical order so the simple trick is to register an account with the first chars from the ascii table (that is not A like the alpabet, instead it is some wired character).
You can find that in the character map, that's a program included in windows.
Then you simply create an account with this character first in your name and your profile will be on top of the memberlist.
Now how to find such forums?
I prepared some search terms you simply can put into google to find em.
Here are the codes for the 8 most popular boards:
Hope that helped and Greetings to you all
When you create a Forum Profile, the link to your profile from the Homepage often is nofollow.
On the other side, system internal links are ********.
So it is with the memberlist and that's where we want to be because many forums list a link to your homepage on the memberlist next to your profile.
And often that link is ********.
So ideally that's where we want to be with our Profile, on the first page of the memberlist.
Now many forums sort their memberlist in alphabetical order so the simple trick is to register an account with the first chars from the ascii table (that is not A like the alpabet, instead it is some wired character).
You can find that in the character map, that's a program included in windows.
Then you simply create an account with this character first in your name and your profile will be on top of the memberlist.
Now how to find such forums?
I prepared some search terms you simply can put into google to find em.
Here are the codes for the 8 most popular boards:
Code:
Vbulletin:
inurl:("memberlist.php"|"members/list/"|"memberlist.php") "Powered by vBulletin" intext:"("Home-Page"|"Homepage"|"Website")" -"index.php" -"showthread.php" -"viewtopic.php"
PHPBB:
inurl:memberlist.php "Powered by phpBB" intext:"Website" -"index.php" -"showthread.php" -"viewtopic.php"
Woltlab burning board:
inurl:("index.php?page=MembersList"|" memberlist.html") "Burning Board" -"showthread.php" -"viewtopic.php"
xmb:
inurl: "misc.php?action=list" "Powered by XMB" intext:"Site" -"index.php" -"showthread.php" -"viewtopic.php"
Fudforum:
inurl: "index.php?t=finduser&btn_submit=Find" "Powered by: FUDforum" intext:"Action" -"showthread.php" -"viewtopic.php"
Minibb:
inurl:"index.php?action=members" "Powered by minibb" intext:"Website" -"showthread.php" -"viewtopic.php"
Quicksilver Forums:
inurl:"index.php?a=members" " Powered by Quicksilver Forums" intext:"www" -"showthread.php" -"viewtopic.php"
Unclassified News Board:
inurl:("/users") " powered by the Unclassified NewsBoard" intext:"Homepage" -"index.php" -"showthread.php" -"viewtopic.php"
Hope that helped and Greetings to you all