• Member Avatar for Dani
    Dani

    Endorsed WASDted

  • Member Avatar for Dani
    Dani

    Endorsed WASDted

  • Member Avatar for Dani
    Dani

    Unendorsed WASDted

  • Member Avatar for Dani
    Dani

    Endorsed JamesCherrill

  • Member Avatar for Dani
    Dani

    Endorsed Kelly Burby

  • Member Avatar for Dani
    Dani

    Endorsed happygeek

  • Member Avatar for Dani
    Dani

    Endorsed happygeek

  • Member Avatar for Dani
    Dani

    Endorsed mike_2000_17

  • Member Avatar for Dani
    Dani

    Endorsed Intel

  • Member Avatar for Dani
    Dani

    Endorsed pritaeas

  • Member Avatar for Dani
    Dani

    Endorsed DMR

  • Member Avatar for Dani
    Dani

    Replied To a Post in Issue trying to rate limit my API with Redis

    > Now, I don't know if you are using the delete() method somewhere in the code, but if an array is submitted, with that condition, then the deletion is skipped. …
  • Member Avatar for Dani
    Dani

    Replied To a Post in A Blast From The Past

    Hi Dave!!!!! Super welcome back. Of course I remember you ... you were originally from JustLinux, right? Looks like you were last active back in 2006. Wow, was it really …
  • Member Avatar for Dani
    Dani

    Began Watching A Blast From The Past

    Hi folks, I joined DaniWeb over 13 years ago when the site was barely getting off the ground; it's good to come back here so many years later and find …
  • Member Avatar for Dani
    Dani

    Replied To a Post in Issue trying to rate limit my API with Redis

    So now I'm doing this ... $flood_control = $CI->cache->get_metadata("user_limit:{$token_obj->client_id}:{$token_obj->user_id}"); if ($flood_control === false OR (intval($flood_control['expire']) - time() <= 0)) { $CI->cache->save("user_limit:{$token_obj->client_id}:{$token_obj->user_id}", 0, 300); } else if ($flood_control['value'] > 5000) { …
  • Member Avatar for Dani
    Dani

    Replied To a Post in Issue trying to rate limit my API with Redis

    Here's what the log looks like right now, captured over the past 30 seconds or so. It's in the format `value => TTL` 20 => 202 8 => 213 5290 …
  • Member Avatar for Dani
    Dani

    Edited Issue trying to rate limit my API with Redis

    Dazah API uses Redis to handle rate limiting. The goal is to limit every each client_id/user_id pair from making over 5,000 requests every 5 minutes. We use Codeigniter 3.x and …
  • Member Avatar for Dani
    Dani

    Created Issue trying to rate limit my API with Redis

    Dazah API uses Redis to handle rate limiting. The goal is to limit every each client_id/user_id pair from making over 5,000 requests every 5 minutes. We use Codeigniter 3.x and …
  • Member Avatar for Dani
    Dani

    Began Watching Issue trying to rate limit my API with Redis

    Dazah API uses Redis to handle rate limiting. The goal is to limit every each client_id/user_id pair from making over 5,000 requests every 5 minutes. We use Codeigniter 3.x and …
  • Member Avatar for Dani
    Dani

    Replied To a Post in Oh no! My user account has been deleted

    Haha gotcha gotcha!! Yeah, oh well. Hopefully when I get back to New York I'll investigate and find I didn't lose too much in the grand scheme of things.
  • Member Avatar for Dani
    Dani

    Replied To a Post in Oh no! My user account has been deleted

    > Shut down the machine, unplug all USB devices and boot up. When you feel it's done, plug in the devices and then it's working again. The problem is that …
  • Member Avatar for Dani
    Dani

    Replied To a Post in Oh no! My user account has been deleted

    I marked this thread as solved because there's nothing else that can be done at this point. Had I done system restore once the problem was discovered, everything would have …
  • Member Avatar for Dani
    Dani

    Created MySQL unions

    The other day I tweeted that MySQL unions are my new best friend. I just want to take that back. I just spent the past six hours (it's now 5 …
  • Member Avatar for Dani
    Dani

    Began Watching MySQL unions

    The other day I tweeted that MySQL unions are my new best friend. I just want to take that back. I just spent the past six hours (it's now 5 …
  • Member Avatar for Dani
    Dani

    Replied To a Post in Bootstrp Header

    Try moving the words "This is header" to below both of the divs, as so: <div class="page-header" style="background-color:#A0C9E0;"> <div class="userpic"> <img src="photo96.png" height="55" width="55" /> </div> <div class="userbox"> <B>Welcome User</B> …
  • Member Avatar for Dani
    Dani

    Replied To a Post in Rewards Points

    Only about 50 people ever cashed out I think.
  • Member Avatar for Dani
    Dani

    Replied To a Post in Bootstrp Header

    If you're using bootstrap, you should be able to just add the `clearfix` class to the page-header, as so: <div class="page-header clearfix" style="background-color:#A0C9E0;"> If you're not using bootstrap, or as …
  • Member Avatar for Dani
    Dani

    Began Watching Bootstrp Header

    Sir I have following codes for Bootstrap header <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>Bootstrap Page Header</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta http-equiv="Pragma" content="no-cache" …
  • Member Avatar for Dani
    Dani

    Marked Solved Status for Oh no! My user account has been deleted

    I am currently living in California and I periodically RDP to my home computer in NY. I'm not quite sure how this happened, but from the last time I logged …
  • Member Avatar for Dani
    Dani

    Replied To a Post in Oh no! My user account has been deleted

    Windows System Restore ended up doing the trick.
  • Member Avatar for Dani
    Dani

    Replied To a Post in Php 7 with memcached example

    There are so many infinite use cases that it's not really possible to post an example without a little bit of guidance. For example, if you post your code of …
  • Member Avatar for Dani
    Dani

    Replied To a Post in Internet Explorer

    I haven't used internet explorer in more years than I can count. In fact, didn't Microsoft kill it and replace it with Microsoft Edge or something in Windows 10?
  • Member Avatar for Dani
    Dani

    Began Watching Internet Explorer

    Why should microsoft didnot do the proper update for Internet explorer.There is lot of problem of explorer
  • Member Avatar for Dani
    Dani

    Replied To a Post in PHP / MySQLi Bind Statement

    Ah, that makes more sense :)
  • Member Avatar for Dani
    Dani

    Replied To a Post in Need your advice to choose a small dedicated server package

    With that amount of traffic, VPS should be fine. Is there a reason you want to be on a dedicated server? Are there any limitations with your existing hosting provider?
  • Member Avatar for Dani
    Dani

    Began Watching Need your advice to choose a small dedicated server package

    I was recommended by a friend and he sent me 3 dedicated server plans http://forumweb.hosting/14028-host-color-us-dedicated-intel-xeon-e3-1230v3-100-mbps-unmetered.html http://forumweb.hosting/13123-mrrapidhost-ddos-protection-100-uptime-24-7-support-1gbps-dedicated-port-e3-from-50-mo.html http://forumweb.hosting/14129-managed-dedicated-servers-delivered-within-hours!-ssd-disks-1-gbps-connection-and-ddos-protection.html but i don't know which one is better, my budget is $75 / …
  • Member Avatar for Dani
    Dani

    Replied To a Post in Can't Access Nighthawk Router Login Page

    I'm sorry, can you clarify? It's disconnecting randomly when plugged in via Ethernet and it's not giving off a wifi signal at all and the IP address just times out? …
  • Member Avatar for Dani
    Dani

    Began Watching Can't Access Nighthawk Router Login Page

    Hello Daniweb Community, I've been given a **Nighthawk** (R7000) to checkout to see if I can get it working and I'm having no luck, I've plugged an ethernet cable straight …
  • Member Avatar for Dani
    Dani

    Replied To a Post in Find words hidden in a string

    This function tells if characters exist in a string: http://php.net/manual/en/function.strspn.php
  • Member Avatar for Dani
    Dani

    Began Watching Find words hidden in a string

    How to find array values is present in a string of shuffled letters. $string = "ankegsrdib"; $words = array("ask","bird","egg"); which function should I use to find this.? Also the result …
  • Member Avatar for Dani
    Dani

    Replied To a Post in Is it possible migrate cassandra into mysql

    Correct me if I'm wrong, but isn't Cassandra a NoSQL database? I'm sure it's possible to move all of the data into MySQL, but it wouldn't be as simple as …
  • Member Avatar for Dani
    Dani

    Began Watching Is it possible migrate cassandra into mysql

    I have storing major data in mysql and logs are stored in cassandra. Cassandra db getting heavier and difficult to do queries. So I want to migrate all my cassandra's …
  • Member Avatar for Dani
    Dani

    Created Rewards Points

    You may have noticed that messaging about earning rewards points that can be cashed out for real dollars has just now been removed from various pages. It's not that I've …
  • Member Avatar for Dani
    Dani

    Began Watching Rewards Points

    You may have noticed that messaging about earning rewards points that can be cashed out for real dollars has just now been removed from various pages. It's not that I've …
  • Member Avatar for Dani
    Dani

    Created Google Analytics referral spam

    How on earth do I get Google Analytics to filter out the tremendous amount of referral spam that is showing up in my reports?! For those of you who are …
  • Member Avatar for Dani
    Dani

    Began Watching Google Analytics referral spam

    How on earth do I get Google Analytics to filter out the tremendous amount of referral spam that is showing up in my reports?! For those of you who are …
  • Member Avatar for Dani
    Dani

    Replied To a Post in Oh no! My user account has been deleted

    > Given the user directory is gone and the user account isn't there any longer, I'm not sure what you can do. No no, I think you misunderstood. The user …
  • Member Avatar for Dani
    Dani

    Created Oh no! My user account has been deleted

    I am currently living in California and I periodically RDP to my home computer in NY. I'm not quite sure how this happened, but from the last time I logged …
  • Member Avatar for Dani
    Dani

    Began Watching Oh no! My user account has been deleted

    I am currently living in California and I periodically RDP to my home computer in NY. I'm not quite sure how this happened, but from the last time I logged …
  • Member Avatar for Dani
    Dani

    Replied To a Post in PHP / MySQLi Bind Statement

    This isn't really something I have any experience with, but are you talking about something like this?? http://dev.mysql.com/doc/refman/5.7/en/user-variables.html

The End.