sudharshan9x
Level 1
Write the reason you're deleting this FAQ
Can any one provide .edu back-link websites list for free ?
Are you sure you want to delete this post?
| Match | Count | SQL | Script |
| SELECT * FROM `questions` as q JOIN categories_faq as c ON q.catid=c.CATID WHERE (q.status=1 OR (q.status=2 AND userid='') ) AND q.quesid='14953' | 1 | SELECT q.*, c.seo as CatSEO, c.name as CatName, c.parentid
FROM `questions` as q
JOIN categories_faq as c ON q.catid=c.CATID
WHERE (q.status=1 OR
(q.status=2 AND userid='')
)
AND q.quesid='14953' | /opt/clerks-staging/docroot/viewfaq.php 496 () () |
| SELECT * FROM seoclerks.members WHERE USERID='86443' | 1 | SELECT * FROM seoclerks.members WHERE USERID='86443' | /opt/clerks-staging/docroot/include/functions/includes/member.php 445 GetAllUserDetails() () |
| SELECT * FROM categories_faq WHERE CATID='30' | 1 | SELECT CATID, seo, name, metatitle, h2header, metakeywords, metadescription, metaheader, parentid, image_name FROM categories_faq WHERE CATID='30' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() GetCategorySeoFromType() |
| SELECT * FROM seoclerks.members WHERE USERID=86443 | 1 | SELECT googleplus_profile FROM seoclerks.members WHERE USERID=86443 | /opt/clerks-staging/docroot/include/functions/main.php 16914 GetGooglePlusProfileFromId() () |
| SELECT * FROM ratings_faq as r, seoclerks.members as m WHERE r.USERID=m.USERID AND r.upvote=1 AND r.PID=14953 LIMIT 5 | 1 | SELECT m.username FROM
ratings_faq as r,
seoclerks.members as m
WHERE r.USERID=m.USERID
AND r.upvote=1
AND r.PID=14953
LIMIT 5 | /opt/clerks-staging/docroot/include/functions/main.php 17159 GetVoters() () |
| SELECT * FROM answers a, seoclerks.members b WHERE a.quesid='14953' AND a.userid=b.USERID and b.status='1' AND a.status=1 ORDER BY a.combined_votes DESC, a.date_answered asc | 1 | SELECT a.answer, a.USERID, a.upvotes, a.downvotes, a.ansid, a.parentid, a.combined_votes, a.date_answered,
b.username, b.userlevel, b.profilepicture FROM answers a, seoclerks.members b
WHERE a.quesid='14953' AND a.userid=b.USERID and b.status='1' AND a.status=1
ORDER BY a.combined_votes DESC, a.date_answered asc | /opt/clerks-staging/docroot/viewfaq.php 1245 () () |
| SELECT * FROM ratings_faqanswers as r, seoclerks.members as m WHERE r.USERID=m.USERID AND r.upvote=1 AND r.PID=79097 LIMIT 5 | 1 | SELECT m.username FROM
ratings_faqanswers as r,
seoclerks.members as m
WHERE r.USERID=m.USERID
AND r.upvote=1
AND r.PID=79097
LIMIT 5 | /opt/clerks-staging/docroot/include/functions/main.php 17159 GetVoters() () |
| SELECT * FROM ratings_faqanswers as r, seoclerks.members as m WHERE r.USERID=m.USERID AND r.upvote=1 AND r.PID=79096 LIMIT 5 | 1 | SELECT m.username FROM
ratings_faqanswers as r,
seoclerks.members as m
WHERE r.USERID=m.USERID
AND r.upvote=1
AND r.PID=79096
LIMIT 5 | /opt/clerks-staging/docroot/include/functions/main.php 17159 GetVoters() () |
| UPDATE questions SET total_views = total_views + 1 WHERE quesid='14953' | 1 | UPDATE questions SET total_views = total_views + 1 WHERE quesid='14953' | /opt/clerks-staging/docroot/include/functions/main.php 1765 update_Faqviewcount() () |
| SELECT * FROM questions WHERE quesid!='14953' AND status='1' AND (question like '%Can provide .edu backlink websites list free ?%' OR question like '%provide%' OR question like '%.edu%' OR question like '%backlink%' OR question like '%websites%' OR question like '%list%' OR question like '%free%') -- ORDER BY RAND() LIMIT 15 | 1 | SELECT quesid, question, seo, userid
FROM questions
WHERE quesid!='14953' AND status='1'
AND (question like '%Can provide .edu backlink websites list free ?%' OR question like '%provide%' OR question like '%.edu%' OR question like '%backlink%' OR question like '%websites%' OR question like '%list%' OR question like '%free%')
-- ORDER BY RAND()
LIMIT 15 | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() () |
| SELECT * FROM seoclerks.members WHERE USERID='231' limit 1 | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='231' limit 1 | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() insert_get_member_profilepicture() |
| SELECT * FROM seoclerks.members WHERE USERID='1323' limit 1 | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='1323' limit 1 | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() insert_get_member_profilepicture() |
| SELECT * FROM seoclerks.members WHERE USERID='9' limit 1 | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='9' limit 1 | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() insert_get_member_profilepicture() |
| SELECT * FROM members_ledger WHERE script='/opt/clerks-staging/docroot/viewfaq.php' AND querystring LIKE '%id=14953%' AND added>=UNIX_TIMESTAMP(NOW())-1200 GROUP BY USERID | 1 | SELECT USERID, username FROM members_ledger
WHERE script='/opt/clerks-staging/docroot/viewfaq.php'
AND querystring LIKE '%id=14953%'
AND added>=UNIX_TIMESTAMP(NOW())-1200
GROUP BY USERID
| /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() () |
| SELECT * FROM categories | 1 | SELECT * FROM categories | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() parseRedundantQueriesCache() |
| select * from categories_software order by name asc | 1 | select * from categories_software order by name asc | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() insert_GetSoftwareCategories() |
| select * from categories_wanttobuy order by name asc | 1 | select * from categories_wanttobuy order by name asc | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() insert_get_wantcategories() |
| select * from categories_wanttotrade order by name asc | 1 | select * from categories_wanttotrade order by name asc | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() insert_get_tradecategories() |
| SELECT * FROM seoclerks.members WHERE USERID='90137.png' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='90137.png' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='208.jpg' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='208.jpg' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| select * from categories_faq order by name asc | 1 | select * from categories_faq order by name asc | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() insert_GetFaqCategories() |
| count(*) | sql1 | error_msg |
|---|
| Load | Count | SQL | Max | Min |
| Avg Time | Count | SQL | Max | Min |
Unboxed
They may take a little bit of time to be crawled by search engine spiders but all will eventually be indexed. If you would like to speed up the process consider pinging these or submitting them to a social bookmarking site.
Hope you all enjoy!
DoFollow Auto Approved .EDU Backlinks
http://www-apps.umuc.edu/forums/re...96d3be38ba5ec6ac
- Register here. Include your URL in the appropriate field during sign up.
http://onehandwinds.unk.edu/forum/register.php
- Register here. Now go to "profile" and under the "personal" section place your website in the appropriate field.
http://cias.rit.edu/printmedia/con...ort/register.php
- Register here. After logging in go to your profile and under the "Identity" tab add your URL in the appropriate field.
http://thecity.sfsu.edu/~csc313/bb/register.php
- Register here, valid e-mail not required. Now go to "profile" and under the "personal" section place your website in the appropriate field.
http://library.cshl.edu/wp/vb/regi...b9431254d0a94b53
- Register here. After completing registration you will be able to return and edit your profile, do so and add your URL in the appropriate field.
http://www.virginia.edu/residencel...;action=register
- Register here. Go to profile and modify your information. You are able to place your link in the proper field and also put your desired anchor text in the "title" field.
https://www.stanford.edu/group/sms...rum/register.php
- Register here. After logging in go to your profile and under the "Identity" tab add your URL in the appropriate field.
http://fog.ccsf.edu/~pthiry/gbook.php?a=sign
- Sign the guestbook here. Be sure to put your link in the appropriate field.
https://post.clarksoncollege.edu/register.php
- Register here. After logging in go to your profile and under the "Identity" tab add your URL in the appropriate field.
http://forums.saa.edu/register.php
- Register here. Now go to "profile" and under the "personal" section place your website in the appropriate field.
http://analog.wmuc.umd.edu/forum/register.php
- Register here. Now go to "profile" and under the "personal" section place your website in the appropriate field.
http://wikifat.hort.oregonstate.ed...k&action=add
- Add an entry to this wiki guestbook here. Put your URL in the appropriate field.
http://ceer.scripts.mit.edu/bbs/uc...b948bf45aced6b5a
- Register here, valid e-mail not required. After logging in go to user control panel and then profile and add your URL in the proper field.
http://home.sjfc.edu/teddi/message...estbook_form.asp
- Go here and sign the guestbook. In the field link your URL with anchor text via the http://www.tectonics.caltech.edu/forum/register.php - Register here. Now go to "profile" and under the "personal" section place your website in the appropriate field.
http://sae.iit.edu/forum/register.php
- Register here. Now go to "profile" and under the "personal" section place your website in the appropriate field.
http://microsys.unity.ncsu.edu/blo...mp;pb=1#comments
- Blog comment. Just put your anchor text in the name field and your URL in the URL field then make an on topic comment.
https://crux.baker.edu/~avierr01/c...dex.cgi?page=237 - Sign the guestbook here. Include your URL in the website field and put your anchor text in the name field.
http://www-personal.umich.edu/cgi-bin/guestbook/pattyb
- Sign the guestbook here. Include your URL in the website field and put your anchor text in the name field.
http://www.necsi.edu/community/forum/register.php
- Register here. Now go to "profile" and under the "personal" section place your website in the appropriate field.
http://staff.washington.edu/syhahn...gbook.php?a=sign
- Sign the guestbook here. Be sure to put your website in the appropriate field.
http://www.performancesolutions.nc....aspx?g=register
- Register here valid e-mail not required., simply include your URL in the website field during the registration process.
http://www.cse.univdhaka.edu/forum/register.php
- Register here. Now go to "profile" and under the "personal" section place your website in the appropriate field.
http://cs.geneseo.edu/~as10/gbook/gbook.php?a=sign
- Sign the guestbook here. Be sure to put your website in the appropriate field.
http://people.bu.edu/aduffy/Physla...ic_Feedback.html
- Go here and sign the guestbook. In the field link your URL with anchor text via the
http://ceure.buffalostate.edu/~csmp/lazar/addentry.php
- Sign the guestbook here. Be sure to include your URL in the appropriate field. This is a NoFollow backlink.
http://celebrating125years.stedwar...nnect/guestbook/
- Sign the guestbook here, use the name field for your anchor text and sign in as guest allowing you to add a link. This is a PR3 NoFollow backlink.
http://web.utk.edu/~dst/guestbook/index.php
- Sign the guestbook here. Be sure to include your URL in the appropriate field. This is a NoFollow backlink.
http://blogs.nwmissouri.edu/bearca...ude-coming-soon/
- Blog comment, stick your anchor text in the name field and your URL in the website field, is a NoFollow link.
http://www.wowhaxor.com
- Check out this blog for regular updates of more free .EDU backlinks.
http://warp.ece.rice.edu/forums/register.php
- Register here. Links in profiles have been disabled but if you make an on topic post you can sneak a link into the forums with anchor text. These are NoFollow links.
http://animage.ucsd.edu/forum/register.php
- Register here. Include your URL in the appropriate field during registration. NoFollow profile link.
http://languagelog.ldc.upenn.edu/nll/?p=2205
- Blog comment, stick your anchor text in the name field and your URL in the website field, is a NoFollow link.
http://ccsd.uprm.edu/photo/?level=picture&id=49
- Blog comment, stick your anchor text in the name field and your URL in the website field, is a NoFollow link.
http://edupack.edu.pl/
- Add your link here, this is a link directory, with your desired anchor text in your preferred category. DoFollow and all J
http://bcnm.berkeley.edu/blog/2009...-crisis-in-iran/
- Blog comment, stick your anchor text in the name field and your URL in the website field, is a NoFollow link.
http://rox.dartmouth.edu/forum/reg...97d00856b7d4be93
- Register here. Now, click your name before verifying your e-mail, then click profile and add your URL in the proper field. After this you can verify your e-mail and your account will eventually be manually approved, does not matter when since you don't have to keep tabs - your link is already there waiting! Is a DoFollow link. Here is a small list for everyone to use for free. These links are great for giving you a big boost in search engine rankings. For maximum effectiveness please be sure to follow the instructions as written to obtain each backlink. Get started and watch your site move up the rankings for your desired keyword/key phrase! They may take a little bit of time to be crawled by search engine spiders but all will eventually be indexed. If you would like to speed up the process consider pinging these or submitting them to a social bookmarking site. Hope you all enjoy! [U]DoFollow Auto Approved .EDU Backlinks[/U] [url]http://www-apps.umuc.edu/forums/register.php?s=5f6dddcf84f7b6ec96d3be38ba5ec6ac[/url] - Register here. Include your URL in the appropriate field during sign up. [url]http://onehandwinds.unk.edu/forum/register.php[/url] - Register here. Now go to "profile" and under the "personal" section place your website in the appropriate field. [url]http://cias.rit.edu/printmedia/contest/support/register.php[/url] - Register here. After logging in go to your profile and under the "Identity" tab add your URL in the appropriate field. [url=http://thecity.sfsu.edu/%7Ecsc313/bb/register.php]http://thecity.sfsu.edu/~csc313/bb/register.php[/URL] - Register here, valid e-mail not required. Now go to "profile" and under the "personal" section place your website in the appropriate field. [url]http://library.cshl.edu/wp/vb/register.php?s=50cb1704a7da9ad5b9431254d0a94b53[/url] - Register here. After completing registration you will be able to return and edit your profile, do so and add your URL in the appropriate field. [url]http://www.virginia.edu/residencelife/ircresidents/forum/index.php?PHPSESSID=8c9d43d62172e68a9a53ebe1d10130f4&action=register[/url] - Register here. Go to profile and modify your information. You are able to place your link in the proper field and also put your desired anchor text in the "title" field. [url]https://www.stanford.edu/group/smsa/cgi-bin/public/forum/register.php[/url] - Register here. After logging in go to your profile and under the "Identity" tab add your URL in the appropriate field. [url=http://fog.ccsf.edu/%7Epthiry/gbook.php?a=sign]http://fog.ccsf.edu/~pthiry/gbook.php?a=sign[/URL] - Sign the guestbook here. Be sure to put your link in the appropriate field. [url]https://post.clarksoncollege.edu/register.php[/url] - Register here. After logging in go to your profile and under the "Identity" tab add your URL in the appropriate field. [url]http://forums.saa.edu/register.php[/url] - Register here. Now go to "profile" and under the "personal" section place your website in the appropriate field. [url]http://analog.wmuc.umd.edu/forum/register.php[/url] - Register here. Now go to "profile" and under the "personal" section place your website in the appropriate field. [url]http://wikifat.hort.oregonstate.edu/index.php?title=Special:Guestbook&action=add[/url] - Add an entry to this wiki guestbook here. Put your URL in the appropriate field. [url]http://ceer.scripts.mit.edu/bbs/ucp.php?mode=register&sid=ac8d2adde0e1c92bb948bf45aced6b5a[/url] - Register here, valid e-mail not required. After logging in go to user control panel and then profile and add your URL in the proper field. [url]http://home.sjfc.edu/teddi/messageboard/gb/guestbook_form.asp[/url] - Go here and sign the guestbook. In the field link your URL with anchor text via the [url]http://www.tectonics.caltech.edu/forum/register.php[/url] - Register here. Now go to "profile" and under the "personal" section place your website in the appropriate field. [url]http://sae.iit.edu/forum/register.php[/url] - Register here. Now go to "profile" and under the "personal" section place your website in the appropriate field. [url]http://microsys.unity.ncsu.edu/blog/index.php?title=technet_magazine_article_on_bdd_2007&more=1&c=1&tb=1&pb=1#comments[/url] - Blog comment. Just put your anchor text in the name field and your URL in the URL field then make an on topic comment. [url=https://crux.baker.edu/%7Eavierr01/cgi-bin/final/guestbook/index.cgi?page=237]https://crux.baker.edu/~avierr01/cgi-bin/final/guestbook/index.cgi?page=237[/URL] - Sign the guestbook here. Include your URL in the website field and put your anchor text in the name field. [url]http://www-personal.umich.edu/cgi-bin/guestbook/pattyb[/url] - Sign the guestbook here. Include your URL in the website field and put your anchor text in the name field. [url]http://www.necsi.edu/community/forum/register.php[/url] - Register here. Now go to "profile" and under the "personal" section place your website in the appropriate field. [url]http://staff.washington.edu/syhahn/gbook/gbook.php?a=sign[/url] - Sign the guestbook here. Be sure to put your website in the appropriate field. [url]http://www.performancesolutions.nc.gov/forums/Default.aspx?g=register[/url] - Register here valid e-mail not required., simply include your URL in the website field during the registration process. [url]http://www.cse.univdhaka.edu/forum/register.php[/url] - Register here. Now go to "profile" and under the "personal" section place your website in the appropriate field. [url=http://cs.geneseo.edu/%7Eas10/gbook/gbook.php?a=sign]http://cs.geneseo.edu/~as10/gbook/gbook.php?a=sign[/URL] - Sign the guestbook here. Be sure to put your website in the appropriate field. [url]http://people.bu.edu/aduffy/Physlabs/Potential/Potential_Dielectric_Feedback.html[/url] - Go here and sign the guestbook. In the field link your URL with anchor text via the [url=http://ceure.buffalostate.edu/%7Ecsmp/lazar/addentry.php] http://ceure.buffalostate.edu/~csmp/lazar/addentry.php[/URL] - Sign the guestbook here. Be sure to include your URL in the appropriate field. This is a NoFollow backlink. [url]http://celebrating125years.stedwards.edu/connect/guestbook/[/url] - Sign the guestbook here, use the name field for your anchor text and sign in as guest allowing you to add a link. This is a PR3 NoFollow backlink. [url=http://web.utk.edu/%7Edst/guestbook/index.php]http://web.utk.edu/~dst/guestbook/index.php[/URL] - Sign the guestbook here. Be sure to include your URL in the appropriate field. This is a NoFollow backlink. [url]http://blogs.nwmissouri.edu/bearcattitude/2010/04/12/bearcattitude-coming-soon/[/url] - Blog comment, stick your anchor text in the name field and your URL in the website field, is a NoFollow link. [url]http://www.wowhaxor.com[/url] - Check out this blog for regular updates of more free .EDU backlinks. [url]http://warp.ece.rice.edu/forums/register.php[/url] - Register here. Links in profiles have been disabled but if you make an on topic post you can sneak a link into the forums with anchor text. These are NoFollow links. [url]http://animage.ucsd.edu/forum/register.php[/url] - Register here. Include your URL in the appropriate field during registration. NoFollow profile link. [url=http://languagelog.ldc.upenn.edu/nll/?p=2205#comment]http://languagelog.ldc.upenn.edu/nll/?p=2205[/URL] - Blog comment, stick your anchor text in the name field and your URL in the website field, is a NoFollow link. [url]http://ccsd.uprm.edu/photo/?level=picture&id=49[/url] - Blog comment, stick your anchor text in the name field and your URL in the website field, is a NoFollow link. [url]http://edupack.edu.pl/[/url] - Add your link here, this is a link directory, with your desired anchor text in your preferred category. DoFollow and all J [url]http://bcnm.berkeley.edu/blog/2009/06/new-media-and-the-crisis-in-iran/[/url] - Blog comment, stick your anchor text in the name field and your URL in the website field, is a NoFollow link. [url]http://rox.dartmouth.edu/forum/register.php?s=545fc6a960bad91497d00856b7d4be93[/url] - Register here. Now, click your name before verifying your e-mail, then click profile and add your URL in the proper field. After this you can verify your e-mail and your account will eventually be manually approved, does not matter when since you don't have to keep tabs - your link is already there waiting! Is a DoFollow link.
Are you sure you want to delete this post?