I just got this email from burst.net and it made me think, what if your datacenter is not prepared for a natural disaster? Hurricane Sandy continues to approach the Northeastern section of the United States, with land...
What is the best way to get visitors that convert on seoclerks? I've tried some website exchange sites and they bring traffic, but not purchases..
Have you seen the new Bing commercials? They claim that bing beats google in a blind test. Personally, bing is pretty nice. What are your thoughts? Will bing eventually beat google?
Anyone have any speculation on what Googles next update will be? What will they change and/or devalue next in there attempt to eliminate spam and blackhat?
I'm setting up goals and in Google Analtyics and they are not working. I selected exact match and I know what a regexp is but... what is a Head Match? I have never heard of this before.
On a Mac/iPad/iPhone, what is the best task management software? Is there a software that syncs between all of them? I have so much to do and no organization. I'm currently using Evernotes but it does not sort well (it s...
There are a lot of helpdesk softwares available and many are pay per month (such as zendesk). The ones that are locally installed are preferred but do they work? I'm looking for more than just a contact us page. I wa...
Matt Cutts announced that Google released another update that will "reduce low-quality ‘exact-match’ domains" ranking in Google. Anyone get hit by this? It supposedly impacts 0.6% of English-US search queries.
I just had an update for Opera on my Mac and I got this message from Apple: "You must be at least 17 years old to download this app. Why would I need to be 17 to download a browser when Safari comes stock(regardless o...
How do I monetize a music video if I have one listed and it has a ton of views per day?
Does most everyone use photoshop? What is the best program ONLY for logo design?
What did google change in the recent Panda Update 3.9 update?
I've been waiting a long time for the next UD update. It was supposed to be out in June and now it is the end of July... Anyway, this next update contains the much awaited for Link Tree. Anyone have any ideas when th...
I need to track all of my income and expenses for tax purposes. I was using a spreadsheet but thought I should do a little better job of it. I've tested out quickbooks 2012 pro and it seems to be too much. Any sugges...
I have a new twitter account. How many followers can I get in one day without being flagged and having my twitter account deleted?
Is there any secret or paid way to get a DMOZ.org listing? I think it is worth it to have one.
How does Twitter, or how can Twitter, benefit Page Rank?
I just got an email from freelancer.com (I guess because I am a member of scriptlance) that they have bought scriptlance.com. How much did they acquire it for?
What reason would China have to ban Google for? Their baidu search engine is terrible IMHO. I blocked it via robots.txt but it kept crawling and it sent about 1,000 bots at once. Did Google do something to the chinese go...
Who invented gmail? Who thought of the idea of gmail?
What database does Google use to store websites and power search results?
Is the Google Penguin update Page based (IE: single pages, deep links, etc) or is it Entire Site? If one page gets hit, does the entire site get affected?
Anyone have any idea how much MySpace is worth now that Facebook has all but shut it down?
I sold a site and we are using Escrow.com to look over the transaction. I pushed the domains to the user using namecheap.com. It was instant and he now has them. On escrow.com I see: After the transfer process has been s...
From Payza (the former Alertpay), how much do they allow me to withdraw daily?
Payza (AlertPay) is asking me to scan my Corporation Document. Your valid corporation document. I'm not sure what they want. Articles of Incorporation?
Roboform is an auto form filler but how can I use it for SEO? Does anyone have any methods?
I see this in my campaign for Google Adwords: Rarely shown due to low quality score What does this mean?
The large sites all have a Wikipedia page about them. At what point does your page qualify to have a wikipedia page about it though? I've added mine which are under 20,000 Alexa and they all get deleted. Do you have to h...
Google memorizes pages and has a patent for the memorization of pages. What does this mean, is this just Google Cache?
With Google Panda we saw some big sites like ezine rank less. Which big sites did Google Penguin hit?
Can anyone explain how does browsing history influence rankings?
Looks like one of my sites took a big hit from the Penguin update recently. I'm down like 50% from search engine traffic. What can I do to get traffic back from this penguin traffic loss?
What does the Google Penguin update change? What should I do or not do now that this update is in effect.
I've heard a lot about ubot studio and I've seen a lot of cool bots that people have made to automate things. Is it worth buying ubot studio? Is it worth the price?
What is the Google over-optimization penalty? Does this mean if we build too many backlinks that we will be penalized?
Microgigs to me are small gigs. They can be jobs about anything but they must be small, hence the prefix usage of micro. Define micro gigs in your own words.
What does it mean when search engine optimizers talk about everflux relating to Google and Search Engines?
I have a brand new site that was indexed and on the first 5-10 results for about 2 weeks. Not it has disappeared from the results of the first 100 pages. Is this the google dance or what? Why did my site disappear fr...
what are link pyramids, linkpushing, and mininets? What does each one mean?
| Match | Count | SQL | Script |
| SELECT * FROM members_ledger WHERE ip = ? AND added>=unix_timestamp(NOW())-86400 | 1 | SELECT querystring, added
FROM members_ledger
WHERE
ip = ? AND added>=unix_timestamp(NOW())-86400 | /opt/clerks-staging/docroot/include/functions/includes/security.php 398 fetchMemberLedger() include_once() |
| SELECT * FROM seoclerks.members WHERE username='robertman11' AND status='1' | 1 | SELECT USERID FROM seoclerks.members WHERE username='robertman11' AND status='1' | /opt/clerks-staging/docroot/include/functions/includes/member.php 627 GetUseridFromUsername() () |
| SELECT * FROM questions A, categories_faq B, seoclerks.members C where A.status='1' AND A.catid=B.CATID AND A.userid=C.USERID AND A.userid=9 LIMIT 1 | 1 | SELECT count(A.quesid) as total FROM questions A, categories_faq B, seoclerks.members C
where A.status='1' AND A.catid=B.CATID AND A.userid=C.USERID AND A.userid=9 LIMIT 1 | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() () |
| SELECT * FROM questions A, categories_faq B, seoclerks.members C where A.status='1' AND A.catid=B.CATID AND A.userid=C.USERID AND A.userid=9 ORDER BY A.sticky DESC, A.date_asked DESC LIMIT 40, 40 | 1 | SELECT A.*, C.username, C.userlevel FROM questions A, categories_faq B, seoclerks.members C
where A.status='1' AND A.catid=B.CATID AND A.userid=C.USERID AND A.userid=9
ORDER BY A.sticky DESC, A.date_asked DESC LIMIT 40, 40 | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() () |
| SELECT * from questions as A where A.status='1' | 1 | SELECT count(A.quesid) as total from questions as A
where A.status='1' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() () |
| SELECT * FROM answers as A where A.status='1' | 1 | SELECT count(A.ansid) as total
FROM answers as A where A.status='1' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() () |
| SELECT * FROM members_ledger WHERE (script='/opt/clerks-staging/docroot/faq.php' OR script='/opt/clerks-staging/docroot/viewfaq.php') AND added>=UNIX_TIMESTAMP(NOW())-1200 GROUP BY USERID | 1 | SELECT USERID, username FROM members_ledger
WHERE (script='/opt/clerks-staging/docroot/faq.php'
OR script='/opt/clerks-staging/docroot/viewfaq.php')
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='9' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='9' | /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 |