Personally i have heard many different stories related to multi level marketing. Yes, I know i can find a lot of articles on internet dedicated to MLM, but i would like to hear real stories & opinions from you. ...
First we need to download software that we’ll use to make usb bootable. Download Rufus here. System Requirements to run Rufus: Windows xp or later , support 32bit and 64bit . After downloading Rufus , open...
I've been using Cloudflare for a long time for my website , and i'm happy with their performance. But i would like know more about others CDN's and what they offer? If you have tried any other CDN except Cloudflar...
Nowadays people are very active in social media networks , especially in facebook. And i was thinking to create a new facebook fan page , but i know it's not easy to build a successful facebook page with active fans. ...
Adware or Advertising Supported Software is a software that downloads or display unwanted ads to computer without the user's knowledge. Any computer is vulnerable, and can be easily infected by adware, if it's not protec...
Do you want to test your software in other machines(cloud servers) without causing a mess in your system? Well, you are in the right place... In this tutorial you will learn how to teleport your software or any other sof...
Changelog box is a simple text box which can be used to inform users about the new features and fixes which are made to the software. Requirements : To create a changelog box we need only one component: 1-Text...
I love programming. Currently I'm coding softwares for windows, in visual studio with C# and vb.net, but mostly with vb.net.And I'm interested to learn new programming languages, my goal for now is to learn Swift program...
1. Open Visual Studio -After opening Visual Studio you will see this window 2.Go to “Tools” and then choose “Extensions and Updates…” 3. Click to “Online” and then choose “Vi...
This software will check if website is Online or Down. Set url to text box and click check website. First we need to add the following components from the toolbox to the form: 1 Label 1 Textbox 1 Button Ch...
Personally i can't do anything without drinking coffee first, i drink at least 3 cups every day, and especially when it comes to Freelancing coffee is my best my friend. I love the coffee machine as much as my computer ...
This software will read : Computer Name- Will show your computer name , ex: Desktop-14sd2 Internet Access – If your computer is connected to internet will show ”True” , if your computer is not connected to i...
To create a WebBrowser in Visual Studio (Vb.net) we will need the following components: 4- Buttons -Set Text of Button1 “Navigate” -Set Text of Button2 “Back” -Set Text of Button3 “Forward” -Set...
Before to start : You should know what is Microsoft Visual Studio... Microsoft Visual studio is an integrated development environment (IDE) from Microsoft. With Microsoft Visual Studio you can build softwares in diffe...
Today i was reading an article about the new search engine called Omnity. The most interesting part was that "Omnity could be more powerful than Google". Omnity appear to be targeted at: researchers, scientists, financi...
Personally for me, the most difficult part in programming is finding bugs in your software, before publishing it in public. Even when software is running perfectly in your machine , debugging is an important process and ...
As we all know, design of Youtube hasn't changed too much for years, but Google appears to be testing new design for the Youtube website, which will be completely different from the old design. However, material design ...
I've never been to Tomorrowland,but i'm following Tomorrowland since 2012 , and i could say i have watched all dj performances through live streaming and youtube videos. Costs to go there are very high, especially fo...
I was thinking to build a new website, but want to explore Adsense alternatives just in case my application is not approved by Google Adsense. In the past, i have tried some of the non-Adsense alternatives and to be hone...
I love Freelancing Each day in freelancing has a new experience, i have learned so much since that day i decided to start freelancing career. Currently i'm working alone and managing it well... But i wonder, what ...
Nowadays email marketing is very powerful and important to grow up any business. For my opinion EMS is still the king of marketing. I've been using EMS for a long time, and i'm not very satisfied with results , i'm ...
I have heard that Google will begin a massive migration of their blogs, from blogspot.com to googleblog.com. It will be simply a 301 redirect from previous address to the new domain. What you think about this change...
Hello Guys and Gals, I was using Notepad++ and SublimeText , but now i switched to Visual Studio Code :cool: it's perfect , has everything what i want. What about you Clerks?
Hello Everybody !!! I love Coffee, i drink 4-5 cup of coffee everyday. And more when i'm coding What about you?
I'm fan of EDM
| 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='procoder' AND status='1' | 1 | SELECT USERID FROM seoclerks.members WHERE username='procoder' 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=377074 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=377074 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=377074 ORDER BY A.sticky DESC, A.date_asked DESC LIMIT 80, 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=377074
ORDER BY A.sticky DESC, A.date_asked DESC LIMIT 80, 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='377074' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='377074' | /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 |