-
Replied To a Post in Irregular Black Screen and random restarts
> I've checked event log etc. If this helps, some programs that run in the notification area have occasional animated icons; when I must restart the computer those notification icons … -
Replied To a Post in Execute GitHub existing Project on Visual Studio
I'm sorry but cannot help here, I don't have experience with Angular & co. -
Gave Reputation to rproffitt in Server Attacked by Ransomware and Now i cant log in to my Admin account
@J We have to tackle this step by step. Remember that ransomware does not always encode files. It appears that recent ransomware is just wiping out files and hope you … -
Replied To a Post in Server Attacked by Ransomware and Now i cant log in to my Admin account
Hi, probably putting the server offline, removing the disk and accessing it in readonly mode from an OS that will not execute any of the code in that disk could … -
Began Watching Server Attacked by Ransomware and Now i cant log in to my Admin account
HELP!! I have a windows server 2012 r2 . I can still use my server until i fell asleep and now woke up, And can't log in to my administrator … -
Gave Reputation to Rupsena in CORS on a single CodeIgniter Controller
Your response headers are correct. Look for the extra space that you have added. header('Access-Control-Allow-Origin: *'); header('Access-Control-Allow- Methods: POST, GET, PUT, DELETE, OPTIONS'); (You have a space -> Access-Control-Allow-**(here)**Methods) header('Access-Control-Allow-Headers: … -
Replied To a Post in Execute GitHub existing Project on Visual Studio
Hi, are you following his tutorial? https://www.9lessons.info/2017/06/ionic-angular-php-login-restful-api.html The part in which he writes about how to *"Create an Authentication Service Provider"* explains how to connect to the api. -
Began Watching Execute GitHub existing Project on Visual Studio
Hello i just started to use Ionic and i have some questions. First of all i downloaded an existing ionic project on GitHub to start. I do these commands and … -
Replied To a Post in print data in columns
In addition, you may want to try the cli-tools package: * https://github.com/wp-cli/php-cli-tools It's great to send formatted output in command line environments. -
Began Watching print data in columns
I am trying to print my data in columns. For some reason every column but the last one lines up. Is there a way to fix this? while ((row = … -
Gave Reputation to developer707 in Dropzone JS get filenames of uploaded files
I managed to change the code as suggest, for the moment it seems to be working. All the uploaded images are storen in a hidden input divided by a **,** … -
Replied To a Post in Dropzone JS get filenames of uploaded files
In other words you want to return back the new name of the uploaded file? In the PHP script you can send a JSON response with the filename, so move … -
Began Watching Dropzone JS get filenames of uploaded files
Hello, In my project I have a form with many inputs and one object is using DropzoneJS to attach files. Since I store all the inputs when I post the … -
Began Watching How do i display username after login using HTML page
Hi all. I need some help. I want to display username after user has login. I am currently using Visual Studio and Javascript. Not using any PHP page. What should … -
Replied To a Post in Irregular Black Screen and random restarts
And have you checked the contents of the event log? If you're using Windows see: https://www.howtogeek.com/222730/how-to-find-out-why-your-windows-pc-crashed-or-froze/ -
Began Watching Irregular Black Screen and random restarts
I'm hoping someone can help. For a long time I've been having the computer randomly restart or freeze; especially when backing up my computer to a network drive the computer … -
Replied To a Post in Call to undefined function routes()
The name is well defined, otherwise you would get an exception: Route [navcolor] not defined. The error message says `Call to undefined function routes()`, which in other words means that … -
Replied To a Post in Call to undefined function routes()
Hi, supposing you are not trying to load a user defined function named `routes()`, have you read the documentation? https://laravel.com/docs/5.5/routing#named-routes and the source in which this function should be defined? … -
Began Watching Call to undefined function routes()
Call to undefined function routes() (View: C:\xampp\htdocs\Julmarice\framework\resources\views\soulfy\apages.blade.php) Why this is undefine? apages.blade.php <form action="{{ routes('navcolor') }}" method="post"> <div style="color: white;">Select Pages Navigation Color :</div> {{ csrf_field() }} <select name="NavColor"> <option … -
Replied To a Post in How to preventing repetition of random question in Quiz in php?
You want to avoid: 1. overall repetition (i.e. if I connect I don't get your same questions) or 2. only for the current user (i.e. I never see the same … -
Began Watching How to preventing repetition of random question in Quiz in php?
hi, i m working on quiz portal in which different set of question were ask there are 4 mutiple choice question in which one of the right answer. i successfuly … -
Replied To a Post in How to read IP packets (hex) manually
The extra bytes could be source port and destination port, see this: * https://www.pacificsimplicity.ca/blog/reading-packet-hex-dumps-manually-no-wireshark bye! -
Began Watching How to read IP packets (hex) manually
Hi, I'm trying to read IP packet headers manually from a hex file. From what I understand an IP header has 20 bytes: version, HL, TOS,total length, ID, flag, fragments,ttl, … -
Gave Reputation to happygeek in Data leak through ISP
I wrote a piece about such 'middleboxes' (either in hardware or software) on the network, and a draft IETF standard that proposes to bypass such things, just yesterday. It's at … -
Replied To a Post in Data leak through ISP
Hi! I remember reading that there was a failure point on SSL as antiviruses were performing a MITM against browsers to verify the contents of connected pages. In practice they … -
Began Watching Data leak through ISP
Hi, I am looking for advice about internet service providers. My questions here may seem silly but please do reply. I am an entrepreneur. I am about to start a … -
Replied To a Post in Php regex - remove all words that do not occur Exactly 3 or 1 time.
> This board has been most helpful to me! I learned that the term "serial numbers", although not a big deal to me, can be taken very seriously by scammers … -
Gave Reputation to benanamen in PHP: Array_count_values is way too slow, better ideas?
I believe this question may be part of this thread [Click Here](https://www.daniweb.com/programming/web-development/threads/510335/php-regex-remove-all-words-that-do-not-occur-exactly-3-or-1-time) -
Replied To a Post in Php regex - remove all words that do not occur Exactly 3 or 1 time.
Also, for which platform? And can you use something different from PHP? -
Began Watching Php regex - remove all words that do not occur Exactly 3 or 1 time.
**The Problem:** I have a long string of serial numbers, that looks like this: "1_2_3_4_5 0_100_1_0_4 1_2_3_4_5 0_100_1_0_4 0_100_1_0_4 3_1_34_5_6"; I want to remove all serial numbers that do not … -
Replied To a Post in Forcing https with .htaccess
> It's a shared hosting, , so I don't have access to a server config file Okay, then you may want to ask to their support. The AllowOverride property is … -
Replied To a Post in Forcing https with .htaccess
Hi! If you have access to the configuration file for the virtualhost then got the `<Directory>` and set `AllowOverride` to `All`: <Directory /path/to/www/public> Options Indexes FollowSymLinks MultiViews AllowOverride All Require … -
Began Watching Forcing https with .htaccess
I'm using the following to redirect http to https in my root directory htaccess file <IfModule mod_rewrite.c> RewriteEngine On RewriteCond %{HTTPS} off RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301] </IfModule> But this seems … -
Replied To a Post in hide pages with Jquery
Hi, `fadeIn()` [unhides the element,](http://api.jquery.com/fadein/) so it reverse what is done by `hide()`. Here you want to use `hide()` or `fadeTo()`, not both: $("container").hide(); // <- method 1, immediate hide … -
Began Watching hide pages with Jquery
Hello, I wonder why I cannot hide pages with Jquery? home.blade.php <li> <input id="c10" type="checkbox"> <label for="c10"> <!-- <a href="#" @click.prevent="togglePage()"> --> <a href="{{ action('HomeController@getArticles') }}" id="hide"> @if($uri=="home/articles") <!-- <img … -
Replied To a Post in A php error for foreach()
Whoops, now I see , sorry I was distracted by the null values. The redirect does not solve the problem, it just overrides. The warning happens because in your view … -
Replied To a Post in MySQL run script and log to dynamic file name
Hi Andris, you may want to use `SELECT ... INTO OUTFILE 'file_name_here'` and perhaps use `CONCAT()` to create the query, if you do: set @file = concat('/tmp/file_', UNIX_TIMESTAMP(), '.log'); select … -
Began Watching MySQL run script and log to dynamic file name
Is the method in MySQL to set in SQL script dynamic log file name? e.g in Oracle PL/SQL set define on column sdate new_value sdate select to_char(sysdate,'YYYY.MM.DD_HH.MI') sdate from dual; … -
Replied To a Post in A php error for foreach()
Hi, according to the source of the `get_where()` method in `system/database/DB_query_builder.php`, sending NULL is acceptable as it would skip to set the `WHERE` conditions. So looking at your code: $data['result'] … -
Began Watching A php error for foreach()
Hi. Im new to codeigniter, so im not sure if its something wrong with the codeigniter or my php. what im trying to do is if the records from a … -
Replied To a Post in Artificial Intelligence II
In addition, see also: https://openai.com/ -
Began Watching Artificial Intelligence II
What is Artificial Intelligence for? Is it only for game development? is there any other things that it might be useful for? Thanks for advice. -
Replied To a Post in Modified text in textarea disappears when submit button is clicked
It happens because the POST request write is executed at the end of the script, in practice your write block (`file_put_contents()`) is placed after the reading block (`file_get_contents()`), so when … -
Began Watching Modified text in textarea disappears when submit button is clicked
When a user enters the page in question, a textarea is populated from data from a text file stored on the server. The user can then edit that text (add, … -
Gave Reputation to happygeek in 1 Malware in 20 years
And, on the flip side, see: https://www.linux.com/news/2017/7/linux-malware-rise-look-recent-threats https://www.theregister.co.uk/2017/04/25/linux_malware/ https://thehackernews.com/2017/07/linux-malware-sambacry.html Not that I'm saying Linux is less secure than Windows, but rather that suggesting Linux users are somehow exempt from the … -
Replied To a Post in 1 Malware in 20 years
@RJ most is still true, I read the same on forums for years, about people changing system every month like scarves, but I suspect it comes only from those which … -
Began Watching reading a csv file with multiple types
This is what I came up with for reading a csv file with multiple types. It seems to get the job done in all cases but 1,2,,"a". Where there is … -
Replied To a Post in 1 Malware in 20 years
It may be true that Linux offers a smaller surface attack with the default configuration, but as RJ states, it depends a lot more on how you use the system. … -
Began Watching 1 Malware in 20 years
I've been running Linux for more than 20 years now, and have encountered only one malware. Some jerks called me on the telephone telling me that my computer was broken. … -
Gave Reputation to random_1 in Deleting a single record by id
Actually, sorry all my fault. I didnt check my table structure properly. i forgot to auto_increment the id attribute. so all the records were getting id of 0. rookie move. …
The End.