• Member Avatar for cereal
    cereal

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

    > I got a message back from the provider and it's indeed not possible to edit the php,ini file because it's not only used by mine hosting package also by …
  • Member Avatar for cereal
    cereal

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

    > Do you mean with a dedicated interface a thing like cPanel? Yes. Sometimes you can edit configuration files only through these forms. You can, also, try to write a …
  • Member Avatar for cereal
    cereal

    Replied To a Post in admin

    Try `sudo -u admin` instead >:]
  • Member Avatar for cereal
    cereal

    Began Watching admin

    admin
  • Member Avatar for cereal
    cereal

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

    Hi! Are you using PHP-FPM? In such cases the PHP engine can be located into another server and accessed through an IP address. The address is configured in the web …
  • Member Avatar for cereal
    cereal

    Began Watching adding a php.ini file to server

    I need to configure a server for the CS-Cart Multi-vendor software (http://docs.cs-cart.com/4.6.x/install/system_requirements.html) and if I check things with `phpinfo()`there's no php.ini file. It shows the path where it should be …
  • Member Avatar for cereal
    cereal

    Replied To a Post in .htaccess

    Comment the rules in the .htaccess file and try again to access `/admin`. If you get redirected post the code of `/admin`.
  • Member Avatar for cereal
    cereal

    Replied To a Post in .htaccess

    Hi davy, the .htaccess seems to be fine, so I have some questions for you: * which web server are you using? * Are you using a virtual host config? …
  • Member Avatar for cereal
    cereal

    Began Watching .htaccess

    Hello, I am having a problem with .htaccess file here. I am having a program written with laravel and whatever /... I write change into localhost/dashboard. Someone mention I need …
  • Member Avatar for cereal
    cereal

    Gave Reputation to rproffitt in Need automated Bot for commenting on blogs

    Wouldn't that create blogs only commented on by autobots? Or spammers? This would lead to a new Captcha or blogs with more checks. PS. You also need to avoid asking …
  • Member Avatar for cereal
    cereal

    Began Watching sentiment analysis using sentiwordnet in python

    this is code snippet of sentiment analysis using sentiwordnet in (python using Pandas). i am trying to extract sentiment score of each review using sentiwordnet. here are few steps i …
  • Member Avatar for cereal
    cereal

    Began Watching Your opinions about mobile games field

    I am a partner in a company that deals with various aspects of the web presence of a company. Those aspects some times touch back office and more often replace …
  • Member Avatar for cereal
    cereal

    Gave Reputation to diafol in PHP URL Session

    Not sure if you were interested in a "remember me" option. This page has some great advice on authentication security. https://paragonie.com/blog/2015/04/secure-authentication-php-with-long-term-persistence#title.2
  • Member Avatar for cereal
    cereal

    Replied To a Post in High concurrency for master and high reading from slave slowing down insert

    Just an addition. To test the queries you can try mysqlslap: https://dev.mysql.com/doc/refman/5.7/en/mysqlslap.html
  • Member Avatar for cereal
    cereal

    Began Watching High concurrency for master and high reading from slave slowing down insert

    Hi All, I am having a system which receive data from around 30K gps . Each unit will be inserting concurrently around 1 minute. 1.What tweak should I add to …
  • Member Avatar for cereal
    cereal

    Replied To a Post in Prestashop and smarty

    It is [smarty.net](http://www.smarty.net/), a template engine.
  • Member Avatar for cereal
    cereal

    Began Watching Prestashop and smarty

    Hello, I am trying to undestand what is smart.net for and what is it's relation with prestashop. I heard prestashop is made from smarty but I still cannot understand how …
  • Member Avatar for cereal
    cereal

    Replied To a Post in php to insert into db using checkbox

    Okay, at line 24 change `$Lo_ID` to `$lo_id`. In PHP [variable names are case sensitive.](http://php.net/manual/en/language.variables.basics.php)
  • Member Avatar for cereal
    cereal

    Replied To a Post in php to insert into db using checkbox

    The loop is not executing the insert query, because the statement is executed at line 13. So only the last will be inserted. The insert can fail for different reasons: …
  • Member Avatar for cereal
    cereal

    Began Watching php to insert into db using checkbox

    Hi I have the following form at [http://test.genealogyresearchassistance.co.uk/newLinks.php](http://test.genealogyresearchassistance.co.uk/newLinks.php) The code is <form id="add" action="add.php" method="get"> <label for="name" id="name">Name of site</label> <input type="text" name="name" required="yes"><br/> <label for="link" id="link">Link of site</label> <input …
  • Member Avatar for cereal
    cereal

    Replied To a Post in Why Jelly Button is not working for me?

    Also you have to include the TweenMax javascript: * https://cdnjs.cloudflare.com/ajax/libs/gsap/1.12.1/TweenMax.min.js it's visible in Codepen JS settings .
  • Member Avatar for cereal
    cereal

    Began Watching Why Jelly Button is not working for me?

    **I saw a jelly button here:** https://codepen.io/ayamflow/pen/Dufxr But when I tried to create it on my laptop [image](http://ibb.co/bZhXa5) its not working. Here you can see: [image of button](http://ibb.co/nAfw2k) I am …
  • Member Avatar for cereal
    cereal

    Replied To a Post in php

    Hi, please share the code and explain where you have difficulties. Also write meaningful titles, just *php* does not help who wants to help or is searching a solution for …
  • Member Avatar for cereal
    cereal

    Began Watching php

    Good Morning.. I Stored an pdf file to varbinary field in Sql Server successfully and retrieved is as it is but my problem is during retrieve i have to put …
  • Member Avatar for cereal
    cereal

    Replied To a Post in Load a Microsoft support articles outside a browser

    // EDIT In addition to rproffitt's: contents, in the MS knowledge board, are loaded through Javascript, file_get_contents() won't load them, you need a rendering engine (like browsers do) to run …
  • Member Avatar for cereal
    cereal

    Began Watching Load a Microsoft support articles outside a browser

    0 down vote favorite So you have these Microsoft KB support articles. Example: https://support.microsoft.com/en-us/help/871122 My goal is to be able to iterate through a list of these pages and see …
  • Member Avatar for cereal
    cereal

    Replied To a Post in How to turn on allow_url_fopen?

    Hi, if you can edit the main php.ini file, change the option to on: allow_url_fopen=on then reload the phpinfo page to see if it applied. The location of the file …
  • Member Avatar for cereal
    cereal

    Began Watching How to turn on allow_url_fopen?

    I tried to turn on "allow_url_fopen" through MultiPHP INI Editor in cPanel. [You can see image here](https://ibb.co/dS9WHk) But when I check through test.php it shows there that allow_url_fopen is still …
  • Member Avatar for cereal
    cereal

    Replied To a Post in Why Proxy Script Shows Error 400 ?

    Continue here: https://www.sitepoint.com/community/t/why-400-error/266706
  • Member Avatar for cereal
    cereal

    Began Watching Why Proxy Script Shows Error 400 ?

    Folks, Why do I keep on getting this error when everytime I input a url in the url field in the following web proxy script: **"The specified URL could not …
  • Member Avatar for cereal
    cereal

    Gave Reputation to gentlemedia in Rich Text Editor

    Did you check out https://quilljs.com/ / https://github.com/quilljs/quill/ ?
  • Member Avatar for cereal
    cereal

    Replied To a Post in impossible to start apache2 on ubuntu LAMp

    > is there i way to remove apache2 completly and make my pc forget it for ever ?? Yes, you can run: sudo dpkg --purge apache2 This however will not …
  • Member Avatar for cereal
    cereal

    Replied To a Post in impossible to start apache2 on ubuntu LAMp

    `${APACHE_RUN_DIR}` should be defined in `/etc/apache2/envvars`, now I don't have one to verify, but it should be something like: export APACHE_RUN_DIR=/var/run/apache2$SUFFIX
  • Member Avatar for cereal
    cereal

    Began Watching impossible to start apache2 on ubuntu LAMp

    hello everyone gld this community exist ! i'm facing new problem with apache2 on ubuntu i'm using lamp from yesterday and everything works fine knowing that i'm originaly from windows …
  • Member Avatar for cereal
    cereal

    Gave Reputation to AndrisP in Register Values in php

    Please do not write duplicate topics https://www.daniweb.com/programming/web-development/threads/508505/insert-values-in-database
  • Member Avatar for cereal
    cereal

    Replied To a Post in Register Values in php

    Do you care to share the solution? Also, show us the form and the updated PHP code.
  • Member Avatar for cereal
    cereal

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

    IMHO it's best printing the name on the usb case and let the client reuse the drive. Otherwise you have to change the firmware of the usb to act like …
  • Member Avatar for cereal
    cereal

    Began Watching How do i lock a USB so user cant delete or add files?

    Hello how can i lock a usb drive that the user it will be not able to remove the files that are in also to cant add new ones? I …
  • Member Avatar for cereal
    cereal

    Gave Reputation to AndrisP in Register Values in php

    Please do not write duplicate topics https://www.daniweb.com/programming/web-development/threads/508505/insert-values-in-database
  • Member Avatar for cereal
    cereal

    Replied To a Post in Register Values in php

    > Thanx for your reply but I am still facing the same issue. > Can't store values of text fields in variables You're welcome, but I was not suggesting a …
  • Member Avatar for cereal
    cereal

    Replied To a Post in Register Values in php

    Hi, add error checks before and after the query: if($conn->connect_errno) die(sprintf("CONNECT ERROR: %s: %s", $conn->connect_errno, $conn->connect_error)); $result = mysqli_query($conn, $sql); if($conn->errno) die(sprintf("ERROR: %s [%s]: %s", $conn->errno, $conn->sqlstate, $conn->error)); And see …
  • Member Avatar for cereal
    cereal

    Began Watching Register Values in php

    Hello to all, I am facing an issue in registering values into database through php. Many times i have done the same but i don't know why i am unable …
  • Member Avatar for cereal
    cereal

    Gave Reputation to Mhecha in Can't echo and update

    Hi @cereal, Am already found my mistake, it's just a form name as you said, Thanks for your help.
  • Member Avatar for cereal
    cereal

    Replied To a Post in How to motivate developers and provide them comfortable working conditions?

    Maybe this will be helpful for your research: * https://arxiv.org/abs/1703.04993
  • Member Avatar for cereal
    cereal

    Began Watching How to motivate developers and provide them comfortable working conditions?

    **Hi I would be thankful for your help.** I am dealing with the topic of factors that **motivate developers** and make them feel good at their job, **and frustrations** that …
  • Member Avatar for cereal
    cereal

    Began Watching Speed up query

    Hello SQL Gurus, This Query below is doing the job but it is horrible slow. Is there any way to make the query faster ? Perhaps a join .. inner …
  • Member Avatar for cereal
    cereal

    Replied To a Post in Dare … dance your selves and see the shadows

    Okay, I do not dance. Never. But I can listen the music while squinching at my shadow :D However the YT link seems broken (I mean the video id, not …
  • Member Avatar for cereal
    cereal

    Began Watching Dare … dance your selves and see the shadows

    Recently I discovered that dancing against the sun or lights is great. You can see your shadow moving … lets do it and describe it (mine was a dark wall …
  • Member Avatar for cereal
    cereal

    Replied To a Post in Can't echo and update

    Hi, you are missing a comma between these two columns, in the update statement: work_carry = '$work_carry' demage_found = '$demage_found' Then `edit_customer_detail` is not set by the form which, however, …

The End.