• Member Avatar for Dani
    Dani

    Gave Reputation to rproffitt in How can I distinguish fake accounts from real ones on Twitter?

    The data you can mine using the link provided plus other methods do seem to let you build up the information you would need to build a profile about fake …
  • Member Avatar for Dani
    Dani

    Replied To a Post in How can I distinguish fake accounts from real ones on Twitter?

    That doesn't let you filter people by their home location. It lets you filter specific tweets where the user chose to specify their location as part of the tweet. (e.g. …
  • Member Avatar for Dani
    Dani

    Undeleted a Post in How can I distinguish fake accounts from real ones on Twitter?

    There are plenty of tools that claims that they identify fake followers. But the tool must be accurate and worth investing in! I personally use Followeraudit to identify fake or …
  • Member Avatar for Dani
    Dani

    Deleted a Post in How can I distinguish fake accounts from real ones on Twitter?

    There are plenty of tools that claims that they identify fake followers. But the tool must be accurate and worth investing in! I personally use Followeraudit to identify fake or …
  • Member Avatar for Dani
    Dani

    Replied To a Post in How can I distinguish fake accounts from real ones on Twitter?

    As a twitter user, you can't tell where another twitter account was created from, nor do you have direct access to the twitter database. You have to just look at …
  • Member Avatar for Dani
    Dani

    Began Watching How can I distinguish fake accounts from real ones on Twitter?

    Can you suggest some great accurate ways by which I can track fake ad real accounts?
  • Member Avatar for Dani
    Dani

    Edited How can I distinguish fake accounts from real ones on Twitter?

    Can you suggest some great accurate ways by which I can track fake ad real accounts?
  • Member Avatar for Dani
    Dani

    Edited How to export Twitter followers list?

    How can I download someone else's Twitter followers list
  • Member Avatar for Dani
    Dani

    Replied To a Post in How to export Twitter followers list?

    You can use Twitter's API for developers and call the [GET followers/ids](https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users/follow-search-get-users/api-reference/get-followers-ids) or [GET followers/list](https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users/follow-search-get-users/api-reference/get-followers-list) resources.
  • Member Avatar for Dani
    Dani

    Began Watching How to export Twitter followers list?

    How can I download someone else's Twitter followers list
  • Member Avatar for Dani
    Dani

    Replied To a Post in Software development company in India

    I have nothing against outsourcing at all. For some business models, it makes 1000% more sense to outsource and work with consultants than to hire employees. This specific question was …
  • Member Avatar for Dani
    Dani

    Replied To a Post in Software development company in India

    It’s been my personal experience that you shouldn’t. Web development houses in India tend to hire self-taught programmers with not a lot of strong experience. That isn’t anything negative about …
  • Member Avatar for Dani
    Dani

    Began Watching Software development company in India

    Why should you outsource Software development company in India
  • Member Avatar for Dani
    Dani

    Edited Software development company in India

    Why should you outsource Software development company in India
  • Member Avatar for Dani
    Dani

    Replied To a Post in php code help for data output

    Sorry, can you please clarify what it is currently outputting and what you want it to be outputting instead? From To Expense Category Expenses Total 01/01/2018 31/12/2018 Accounting Costs £0.00 …
  • Member Avatar for Dani
    Dani

    Began Watching php code help for data output

    I am trying to output data for selected dates and think I have managed to do the sql query but it's currently not outputting the total amount, below is what …
  • Member Avatar for Dani
    Dani

    Replied To a Post in Hi everyone, I'm Steve Fox

    Welcome to DaniWeb! Perhaps you can help Andrea with [this thread](https://www.daniweb.com/programming/threads/535903/when-someone-registers-in-my-online-store-how-to-identify-if-they-have-alr) where it seems Magento would be a good fit for her.
  • Member Avatar for Dani
    Dani

    Began Watching Hi everyone, I'm Steve Fox

    ​Hello! I'm a software developer in Magento development services company [Zfort Group](https://www.zfort.com). I like nice music and good game! Once in a while I write articles and create podcasts for …
  • Member Avatar for Dani
    Dani

    Replied To a Post in When someone registers in my online store, how to identify if they have alr

    What you're looking to do, if I understand you correctly, is to attach a login system to your online store, that shows past purchases to users who are logged in? …
  • Member Avatar for Dani
    Dani

    Began Watching When someone registers in my online store, how to identify if they have alr

    Hi guys. I have just created an intranet in my online store and I'm new at programming so need some help. I'm developing a system that makes this possible: when …
  • Member Avatar for Dani
    Dani

    Replied To a Post in What are the pros and cons of plain PHP or Classic ASP?

    > If you want the beauty of Web GUI eye candy then probably JavaScript and CSS is the go not PHP, C or Python in which case Node is the …
  • Member Avatar for Dani
    Dani

    Gave Reputation to pradeepmadgaonk in Sending links with Instagram

    Go to a user’s profile. Tap the three-dot button. Tap Copy Profile URL. As far as your own profile goes, it’s super-easy to find out what your URL is. Every …
  • Member Avatar for Dani
    Dani

    Replied To a Post in My pygame window is black until i close it at the end

    I don’t think you’re showing us a large enough amount of your code, or providing us a clear understanding of what isn’t working, for us to be able to help …
  • Member Avatar for Dani
    Dani

    Began Watching My pygame window is black until i close it at the end

    i really dont know why it does this, it only started doing it when i added the [i] for more than one player. from the very small window at the …
  • Member Avatar for Dani
    Dani

    Replied To a Post in The End shows when reading Latest Daniweb articles on Chrome and Opera.

    I believe it has to do with the javascript library we use to do infinite scrolling. We’ve been using the same script for years, but I had recently changed the …
  • Member Avatar for Dani
    Dani

    Replied To a Post in Cannot invoke "java.net.URL.toExternalForm()" because "location" is null

    Now it shows at 61 ![Screenshot_2021-07-26_181042.png](https://static.daniweb.com/attachments/4/8c2498d7317baeeb1d4146deaf63fbe3.png) Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException: Cannot invoke "java.net.URL.toExternalForm()" because "location" is null at java.desktop/javax.swing.ImageIcon.<init>(ImageIcon.java:217) at com.mycompany.smarttraveller.Form.initComponents(Form.java:405) at com.mycompany.smarttraveller.Form.<init>(Form.java:61) at com.mycompany.smarttraveller.Form$8.run(Form.java:625) at java.desktop/java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:316) at java.desktop/java.awt.EventQueue.dispatchEventImpl(EventQueue.java:770) …
  • Member Avatar for Dani
    Dani

    Replied To a Post in Select filter dropdown/pagination with only php

    So sorry for taking so long to see this topic and respond to it. I would switch $_POST['dropdown'] to $_REQUEST['dropdown'] everywhere in your code, which means that the dropdown option …
  • Member Avatar for Dani
    Dani

    Began Watching Select filter dropdown/pagination with only php

    I'm new to this site and still fairlu new to PHP so not sure if this is were I need to place my question but here goes. I am currently …
  • Member Avatar for Dani
    Dani

    Replied To a Post in Hi everyone, I'm Monty

    Hi Monty, and welcome to DaniWeb!! I started DaniWeb as a hobby when I was still in college back in 2002. Twenty years later, it's all just me and James, …
  • Member Avatar for Dani
    Dani

    Began Watching Hi everyone, I'm Monty

    I have been running a golf news website for the last three years. I run the whole site on my own. All the content, all the design and the technical …
  • Member Avatar for Dani
    Dani

    Replied To a Post in What are the pros and cons of plain PHP or Classic ASP?

    As someone who has been coding, almost exclusively, in PHP since 2002, and has coded DaniWeb entirely in PHP, I think I am qualified to answer this. In my humble …
  • Member Avatar for Dani
    Dani

    Began Watching What are the pros and cons of plain PHP or Classic ASP?

    What are the pros and cons of plain PHP or Classic ASP? PHP and Classic ASP are server-side scripting languages. What is wrong with having a website written in this …
  • Member Avatar for Dani
    Dani

    Replied To a Post in Cost for DaniWeb Premium

    Well, when you look at things like Reddit Premium, it’s the seasoned members who are the target demographic, and Reddit Premium, to the best of my knowledge, does quite well. …
  • Member Avatar for Dani
    Dani

    Replied To a Post in Cost for DaniWeb Premium

    I think no one is responding because DaniWeb Premium targets seasoned members, and nearly all of our seasoned members over the years have bailed. I think.
  • Member Avatar for Dani
    Dani

    Replied To a Post in Cost for DaniWeb Premium

    > I opened a new private web browser page and went to the home page. I don't see a mention there of the premium offering. It's in some other page …
  • Member Avatar for Dani
    Dani

    Replied To a Post in What is the best way to identify fake Twitter followers?

    That's fine to investigate a single twitter account to see if it shows signs of being legitimate or not, but it doesn't offer an easy way to tell if a …
  • Member Avatar for Dani
    Dani

    Edited Website ASP NET & C# , sql DB problem

    Hello , mu website objective is to some kind of reposrts the problem when i retrive for example the people in my dtabase under specific age the grid view does …
  • Member Avatar for Dani
    Dani

    Replied To a Post in Cost for DaniWeb Premium

    I'm so sorry it's taken me a week to respond to this. I haven't really been feeling well over the past week and have been very groggy and headachy, so …
  • Member Avatar for Dani
    Dani

    Replied To a Post in Hi everyone, I'm Andrew

    Hi and welcoem to DaniWeb!!
  • Member Avatar for Dani
    Dani

    Began Watching Hi everyone, I'm Andrew

    I am an ICT Manager for a manufacturing company, though much of my work is also software development as I have written the entirety of our IT Operations for the …
  • Member Avatar for Dani
    Dani

    Replied To a Post in Hi everyone, I'm xkngxjkrx

    Welcome to DaniWeb! We're a community of geeks, programmers, techies, etc. just chatting and sharing knowledge. Feel free to ask a question, start a discussion, etc.
  • Member Avatar for Dani
    Dani

    Began Watching Hi everyone, I'm xkngxjkrx

    I just want to learn how this works and how I will use to build my own games/apps
  • Member Avatar for Dani
    Dani

    Replied To a Post in The End shows when reading Latest Daniweb articles on Chrome and Opera.

    That’s weird. I will look into it later this weekend. I think I might know what’s causing it.
  • Member Avatar for Dani
    Dani

    Began Watching The End shows when reading Latest Daniweb articles on Chrome and Opera.

    Firefox seems to work fine so what should I be looking for when Chrome and Opera show The End with a circle loading graphic that never ends? Did I find …
  • Member Avatar for Dani
    Dani

    Endorsed Oxiegen

  • Member Avatar for Dani
    Dani

    Replied To a Post in MYSQL.CONNECTOR ISSUE WHILE CONNECTING MYSQL AND PYTHON

    Please try using the format described in the stack overflow question.
  • Member Avatar for Dani
    Dani

    Replied To a Post in MYSQL.CONNECTOR ISSUE WHILE CONNECTING MYSQL AND PYTHON

    And what if you don’t use quotes around the username, password, etc. like that page suggests? Have you tried specifying the port? Please post your updated code. :)
  • Member Avatar for Dani
    Dani

    Replied To a Post in MYSQL.CONNECTOR ISSUE WHILE CONNECTING MYSQL AND PYTHON

    This gives some good ideas to look into: https://stackoverflow.com/questions/32852163/accessing-mysql-from-python-3-access-denied-for-user/32853007
  • Member Avatar for Dani
    Dani

    Replied To a Post in MYSQL.CONNECTOR ISSUE WHILE CONNECTING MYSQL AND PYTHON

    The code you provided has an opening quote for the password but no ending quote. I suspect it was just a typo when you snipped out the password or else …
  • Member Avatar for Dani
    Dani

    Began Watching MYSQL.CONNECTOR ISSUE WHILE CONNECTING MYSQL AND PYTHON

    I am trying to connect MySQL(8.0.25) and python(3.8) using mysql.connector but getting the error: mysql.connector.errors.ProgrammingError: 1045 (28000): Access denied for user 'root'@'localhost' (using password: YES) Windows 10 same code working …

The End.