Python code for SQL injection detection
-
تاریخ: 1396/9/18 ساعت: 4:01
I have a code for url malicious detection, but i want this code rewritten for SQL injection detection, pls can any one in the house help. The code is here below, thanks import pandas as pd import numpy as np import random from sklea .feature_extraction.text import TfidfVectorizer from sklea .linear_...
Fail to translate an equation in a function.
-
تاریخ: 1396/9/18 ساعت: 4:01
Hi everybody :o, I try to translate this equation : /* we go a formalise this formula in a function. Here the formula : n p * interestPerYear * i / (12*100) m = ----------------------------------------- n interestPerYear - 1 */ Here my model, but it fails, someone knows why ? Here the code : Code: /...
JS working in Chrome but not Firefox?
-
تاریخ: 1396/9/18 ساعت: 4:01
Code: <script type="text/javascript"> var postId = <?php echo $postId; ?>; var tkn = "<?php echo $_SESSION['tkn'] = md5(rand(400,1000)*rand(200,400)); ?>"; var forumReplies = document.getElementById('forumreplies'); var replyForm = document.getElementById('replyform'); ...
How would I add this kind of transition code to the image sprite?
-
تاریخ: 1396/9/18 ساعت: 4:01
How would I add this kind of transition code to the image sprite? https://jsfiddle.net/cgtp7pmq/1/ Code: .example4 { background: url(https://gordonlesti.com/media/post/css-background-transitions-with-image-sprites/sprite.png) 0px 0px no-repeat; position: relative; width: 200px; ...
How to pull data from a database
-
تاریخ: 1396/9/12 ساعت: 19:12
I have a picture gallery script and I want to display a list of all the albums that are unpublished (this is indicated by "0" instead of one, but this does not matter). I want to pull columns like this: album_id main_photo_id content_source_id title description gallery_url I will be using PDO (as fa...
Use regular directories or use mod_rewrite
-
تاریخ: 1396/9/12 ساعت: 19:12
I've been lea ing about php for quite some time but when it comes to real writing I am not sure about some aspects of this. I want to create a script like this: Home -A --a --b --c -B --a -C --a --b --c I will have like 13 main directories and also some directories under that, like up to 5 or 8 per ...
get last ID and INSERT INTO
-
تاریخ: 1396/9/12 ساعت: 19:12
Hi, I would like to run another query similar to the one blow straight after using the latest ID from this SQL statement PHP Code: public function Create($title, $category, $picurl) { $query = $this->db->prepare("INSERT INTO stl(title, category, picurl) VALUES (:title,:category,:picurl)"...
Premium Domain Names Go On Sale: AskGuides.com, AskGuides.co.uk and AskGuides.uk
-
تاریخ: 1396/9/12 ساعت: 19:12
Premium domain names for sale: AskGuides.com, AskGuides.co.uk and AskGuides.uk (may split). Includes related social media accounts. Pronounceable nine character .com and .uk domain names which have a meaning are extremely rare! The domain names have inbound links to them and 82 search engines listin...
dropdown menu problem
-
تاریخ: 1396/9/12 ساعت: 19:12
Hello, I have a drop menu problem. I copied a dropdown menu with a navigation bar from W3Schools Online Web Tutorials. But the dropdown content doesn't drop down when hovered over it. I tried changing the position attribute to fixed and relative and I need a combination of both of these attributes f...
Domain name for 3rd most popular movie website in UK in the past: UKHotMovies.com!
-
تاریخ: 1396/9/12 ساعت: 19:12
We are excited to place the domain name UKHotMovies.com for sale. This was the third most popular movie website in the UK in the early noughties! You may read about the website's prestigious history here. (Please note the information there is dated and the site does notreceive a significant amount o...
Importing CSV and Parsing not working
-
تاریخ: 1396/9/12 ساعت: 19:12
I am importing a large CSV w/many columns and selectively taking columns I need for my work. One of the columns is in 213.23 type formatting. I have tried multiple things to parse it but I am missing something or deleted something by accident and it did not get to git for some reason as it loaded th...
Form fields too far apart
-
تاریخ: 1396/9/12 ساعت: 19:12
Hello I have four form fields (name, email, etc) with the following CSS: Code: .textbox { margin-top:250px; margin-left:50px; border: 1px solid #969494; background-color:transparent; width: 20%; height: 25px; font-family: Candara, 'Segoe UI', Tahoma, sans-serif; font-weight: normal; font-size: 14px;...
Creating a grading rubric array
-
تاریخ: 1396/9/12 ساعت: 19:12
Hello, I'm taking a JS class and have an assignment where I need to create an array to store grades. The assignment is as follows: You will create the pseudo-code and Java Script program which will prompt the user for four (4) numeric grades. x95 Use an array to store the grades. x95 Use a looping s...
Processing a Form with select menu
-
تاریخ: 1396/9/12 ساعت: 19:12
I am trying to figure out how I can process a drop-down list choice from my form. I have two drop-down lists where if you choose a certain option (dog) on the first drop down list (PetType) another drop-down list (Breeds) appears and the Javascript that I accomplished doing that with uses the PetTyp...
How to assign function to keyboard function key in Visual Basic
-
تاریخ: 1396/9/12 ساعت: 19:12
Hi, I'm trying to create a program in Visual Basic to assign a function key to print a screenshot of the current screen and another one to print a list of the files in the currently selected folder in File Explorer. The key assignments need to remain active even after the program that assigns the ke...
html output by PhP does not render but remains plain text
-
تاریخ: 1396/9/12 ساعت: 19:12
On the back-end of my website, I use PHP to echo some html PHP Code: <h2 class="secondary-title"><?php echo get_secondary_title(); ?></h2> which results in: i.e. html fails to render... Why? (Website HERE) (Aside: if you're wondering, the <i> tag is used by the Awesome Fonts project and may not actu...
Creating custom digital signage web application
-
تاریخ: 1396/9/12 ساعت: 19:12
I am a novice-intermediate somewhat "weekend warrior" software developer. I am fortunate enough to be employed in a position that offers a large amount of flexibility in the way in which I define my roll. Currently I am working to integrate a software (Asana) we use for project management. They have...
XML expected behaviour
-
تاریخ: 1396/9/12 ساعت: 19:12
I've been asked to create xml to be sent over e-mail, to compile a PDF form at the receiver end. I did it by saving a .XML file and filling it using a c program. My question is, knowing that windows add CR LF at the end of each line, should I add a function in my program that removes the CRs or the ...
JS table with nested loop
-
تاریخ: 1396/9/2 ساعت: 16:25
Hi guys Im trying to create a table (5 columns/4rows) that will put together a sliced image. The image is quite large so have sliced it but just unable to get it together on page in js. Hope someone can help. Much appreciated.
Fitting multiple tabs in the same container
-
تاریخ: 1396/9/2 ساعت: 16:25
Please delete Attached Thumbnails