• Member Avatar for cereal
    cereal

    Began Watching FB Messenger supports Markdown

    I just noticed yesterday that FB Messenger ate my asterisks. Today, I just noticed that it was actually parsing my asterisks into bold! And it parses Markdown's syntax for italics …
  • Member Avatar for cereal
    cereal

    Replied To a Post in Trying to contact Dani

    > but there's no PM option. I remember that without reputation points a new user cannot send private messages. It probably depends on this. Bye!
  • Member Avatar for cereal
    cereal

    Replied To a Post in Trying to contact Dani

    You can also try by email https://www.daniweb.com/welcome/contact just keep in mind timezones.
  • Member Avatar for cereal
    cereal

    Began Watching Trying to contact Dani

    I would like to contact with Dani, but she hasn't replied to my Tweet and I have no way of contacting her other than this forum or Twitter. I would …
  • Member Avatar for cereal
    cereal

    Gave Reputation to JamesCherrill in Will Electric Cars ever make it?

    > the cost is nearly identical to the Prius today That's surprising. We run a Zoe EV and have a Citroen C4 Picasso that can do about 50 mpg. Here's …
  • Member Avatar for cereal
    cereal

    Began Watching I would like some assistance with my diamond square algorithm

    I've been trying to create the diamond square algorithm in ruby and whilst it works (that is to say it doesn't error) it doesn't output as expected, so far here's …
  • Member Avatar for cereal
    cereal

    Replied To a Post in Instagram Crawler

    Just a note: if you are trying to use [InstagramCrawler](https://github.com/iammrhelo/InstagramCrawler) then the errors says it does not find the [`geckodriver`](https://github.com/mozilla/geckodriver) which is included in one of the two required packages …
  • Member Avatar for cereal
    cereal

    Began Watching Instagram Crawler

    Hello all, is there some python code or program to crawl instagram? I would like to get the user Username, Bio and 5-6 random pics. - Thank you
  • Member Avatar for cereal
    cereal

    Gave Reputation to michael.dewitt.716 in How to display PHP cURL response objects from string?

    Thanks cereal, once you said that it was jsonp, i was able to refine my search. In the end, i came across this function that seem to work really well: …
  • Member Avatar for cereal
    cereal

    Replied To a Post in Job seems to change CPU core while is executed in a multi core system

    I remember it was used to reduce overheating issues. I cannot find the article anymore but search for *Dynamic Thermal Management techniques.*
  • Member Avatar for cereal
    cereal

    Began Watching Job seems to change CPU core while is executed in a multi core system

    Hello , I am not Linux and Unix expert so maybe this is a simple question to be answered , I am just not sure. I have a sever with …
  • Member Avatar for cereal
    cereal

    Replied To a Post in How to display PHP cURL response objects from string?

    Hi, that's a [JSONP](https://en.wikipedia.org/wiki/JSONP) response, so in order to process this through PHP you need to remove the callback function that wraps the JSON data, for example: callback({JSON DATA}); At …
  • Member Avatar for cereal
    cereal

    Began Watching How to display PHP cURL response objects from string?

    I know this title is rather confusing, but here it goes. I have a PHP cURL request and the return is in a string. Normally i can easily echo specific …
  • Member Avatar for cereal
    cereal

    Replied To a Post in How to cache information (embedded urls -YouTube, Vimeo- photos and videos)

    Embedded contens like YouTube and Vimeo are served by them directly to the client, your page just sends the resource link, then the client opens a connection to the resource. …
  • Member Avatar for cereal
    cereal

    Began Watching How to cache information (embedded urls -YouTube, Vimeo- photos and videos)

    Hello, i want to cache embedded urls -YouTube, Vimeo- photos and videos so that i could reduce bandwidth usage and server load for my website. How can i help my …
  • Member Avatar for cereal
    cereal

    Gave Reputation to Reverend Jim in Top 10 Data Recovery FAILS

    My favourite data fail is from many years ago when hard drives were low capacity and expensive. Hard drive space was at such a premium that companies like DoubleSpace made …
  • Member Avatar for cereal
    cereal

    Replied To a Post in Upload locally but it doesn't online

    I honestly do not know. I don't doubt what you say, but I don't see how the original script could work with a base64 string, regardless if it was hosted …
  • Member Avatar for cereal
    cereal

    Began Watching Mathematics in Video Games

    I am doing a project for my math class in which I have to choose a topic and connect math concepts to it, and I chose video games. Possible concepts: …
  • Member Avatar for cereal
    cereal

    Gave Reputation to rproffitt in toshiba laptop power and booting problem

    You left out details that might help. Always supply full model numbers, age and prior service. For example if it's years old I always try a new CMOS battery (cheapest …
  • Member Avatar for cereal
    cereal

    Replied To a Post in Top 10 Data Recovery FAILS

    This brings me straight to 2000-2003 years, at that time I was working in a small lab assembling & repairing computers, the worst was when people wanted to recover EFS …
  • Member Avatar for cereal
    cereal

    Began Watching Top 10 Data Recovery FAILS

    So you've lost access to your data through hardware failure or accidental erasure. What do you do? Like most cyber-warriors you naturally turn to the Internet, be that via a …
  • Member Avatar for cereal
    cereal

    Began Watching Error of uncaught error: cannot read property 'fndraw' of undefined

    Hello everyone, I'm currently developing a webpage that when user input the data needed in Advance Filtering and click on the button'Search Result',the table will show the data needed,but the …
  • Member Avatar for cereal
    cereal

    Replied To a Post in Upload locally but it doesn't online

    However `internalImageUpload()` writes only to the database. Instead, it's in: imagejpeg($im, $upload_path.$filename); I overlooked that, and yes by defining a second parameter you would save the resource loaded into $im. …
  • Member Avatar for cereal
    cereal

    Replied To a Post in Upload locally but it doesn't online

    So, how would you write the image to the image folder? Through `internalImageUpload()`?
  • Member Avatar for cereal
    cereal

    Replied To a Post in Upload locally but it doesn't online

    The point is that you cannot use `$_POST['image']` that way. See the definition of [`imagecreatefrompng()`:](http://php.net/imagecreatefrompng) resource imagecreatefrompng ( string $filename ) It means it expects a string to define the …
  • Member Avatar for cereal
    cereal

    Began Watching Continuous Integration: getting started (PHP, Composer, Sass, Webpack)?

    Hello there. I'm at a point where I have to set up a continuous integration environment. I have contributed to projects using CI before, but I have never set it …
  • Member Avatar for cereal
    cereal

    Replied To a Post in How do i lock a USB so user cant delete or add files?

    **@Jim_16** Hi, please read again: the OP wants read-only access for everyone.
  • Member Avatar for cereal
    cereal

    Replied To a Post in Upload locally but it doesn't online

    Okay, I got it to work, the JS function will export the canvas contents to PNG: snapshot.toDataURL('image/png') so, what you get in`$_POST['image']` is a base64 encoded blob. All you need …
  • Member Avatar for cereal
    cereal

    Replied To a Post in Upload locally but it doesn't online

    Hmm, what kind of input do you expect in `$_POST['image']`? Because `imagecreatefromjpeg()` expects a string to be used like a file name. You are submitting `$_POST['image']` instead, which it appears …
  • Member Avatar for cereal
    cereal

    Began Watching Upload locally but it doesn't online

    Hello i have a problem. Locally (xampp local server) the image uploads just fine but it doesn't when i try it on my webiste. The GD library is activated. So …
  • Member Avatar for cereal
    cereal

    Replied To a Post in Computer wont turn on after power outage

    > Could it be my RAM is problem? Hmm, have you tried powering without RAM modules? If everything is fine up to memory check (psu & cpu) then if you …
  • Member Avatar for cereal
    cereal

    Replied To a Post in Computer wont turn on after power outage

    **@Mohd_9** Hi, it could be the power supply or a RAM module. Do you hear any beeps when turning on? And if yes, how many? Each BIOS has is own …
  • Member Avatar for cereal
    cereal

    Began Watching Computer wont turn on after power outage

    Yesterday the power in my apartment went out while I was at work. When I came home my computer and other devices were not working, so I restored the power …
  • Member Avatar for cereal
    cereal

    Replied To a Post in How To Make Dani Web The Best Forum That Attracts Newbies & Earns Oldbies!

    **@UI** Something *similar* and probably more sane exists, see https://bountify.co/ There you can see each solution, unless the parts decide to use private messages. It works like this: * the …
  • Member Avatar for cereal
    cereal

    Began Watching How To Make Dani Web The Best Forum That Attracts Newbies & Earns Oldbies!

    I actually made these suggestions jus now on an old thread and got message that the thread is old and to open a new one instead. And so, here I …
  • Member Avatar for cereal
    cereal

    Replied To a Post in photoshop cs6 not working please help me

    Hi, which Windows version are you using? Version 7 and previous, for example, miss this procedure.
  • Member Avatar for cereal
    cereal

    Began Watching photoshop cs6 not working please help me

    when I try to open photoshop.exe this notice apper : the procedure entry point D3DKMTSetVidPnSourceOwner1 could not be located in the dynamic link library GDI32.dll plese help me ![Captureصي.PNG](/attachments/small/4/206a313664a7633e421a77d315389031.PNG "align-left") …
  • Member Avatar for cereal
    cereal

    Gave Reputation to Gribouillis in Dani isn't killing DaniWeb with Dazah, she's saving it

    Well, engines such as Qwant seem to be on their way to partially achieve these incredibly complicated and expensive tasks. I don't think their financial wealth and their software production …
  • Member Avatar for cereal
    cereal

    Began Watching Insert with Update

    Hello to all, I am trying to create an admin panel so that admin can insert data into database. This is my code <?php include("connection.php"); if (isset($_POST['submit'])) { $name = …
  • Member Avatar for cereal
    cereal

    Began Watching Making contact form spam resistant

    I've been learning and experimenting with NodeJS, and the project I'm using is to port a homemade content management system (CMS) written using the Linux/Apache/MySQL/PHP combination. One of the areas …
  • Member Avatar for cereal
    cereal

    Replied To a Post in Working with large datas

    > Can you change excel sheet and make it importable into mysql tables? Yes, it can be done. You can convert it to CSV and the use `fgetcsv()` and prepared …
  • Member Avatar for cereal
    cereal

    Began Watching Working with large datas

    Hello, I am thinking about working with large picture galleries databases. Can you change excel sheet and make it importable into mysql tables? I have to take 5000 photographies data …
  • Member Avatar for cereal
    cereal

    Replied To a Post in effects the POST data in php

    It can, in order to work the service should return status code [307](https://httpstatuses.com/307) or [308](https://httpstatuses.com/308), as example: <?php header('HTTP/1.1 307 TEMPORARY REDIRECT'); header('Location: http://destination.tld/post.php'); exit;
  • Member Avatar for cereal
    cereal

    Began Watching effects the POST data in php

    Does URL shortening effects the POST data in php
  • Member Avatar for cereal
    cereal

    Replied To a Post in yahoo finance api

    Harri seems to be a spammer (human?), a quick search revealed many posts with the same text: * https://www.google.com/#q=I%20have%20moved%20to%20MarketXLS%20after%20this%20change,%20much%20more%20reliable%20data.
  • Member Avatar for cereal
    cereal

    Began Watching yahoo finance api

    we can get a stock details in yahoo using the following url . but how can i get stock details using market cap value ,divideend value ,pe ratio ,pro rating …
  • Member Avatar for cereal
    cereal

    Gave Reputation to chuckc in What is your current favorite hobby (besides technology) ?

    I don't know if it is exactly a hobby as most people would define it, but lately I've been reading about DNA and molecular biology. What I find fascinating is …
  • Member Avatar for cereal
    cereal

    Replied To a Post in Insomnia

    Keep in mind also that a lack of vitamin B favors insomnia. As thyroid issues like hyperthyroidism.
  • Member Avatar for cereal
    cereal

    Began Watching Insomnia

    I was up working on SEO until 5 am last night, and now it's 4:30 and I'm coding away. Does anyone have any good tips to help with insomnia? I …
  • Member Avatar for cereal
    cereal

    Replied To a Post in adding a php.ini file to server

    Hehe, it will be fun, don't worry ;D

The End.