I am working on an application and part of the requirements is to restrict the number of users that can log in based on a license. So on install, I will provide a license that allows for 10 user accounts to be created.
If the client requires 50, a different license will be provided that...
Announcement
Collapse
No announcement yet.
Search Result
Collapse
500 results in 0.0278 seconds.
Keywords
Members
Tags
-
Script or Software to manage users
-
judgedredd started a topic PHP script stopped working when moved to a new server running php 7.3 - no idea whyin PHPPHP script stopped working when moved to a new server running php 7.3 - no idea why
I went over to a new server and found that my script stopped working. I have spent over 5 hrs in total on the phone with the hosting company and we could not find out why. The script ran originally on a server that had version 5.6 of PHP enabled. The new service has 7.3. Since the individual who coded...
-
on-air script
hi guys i'm just wondering
would you say this code is going through a schedule?
PHP Code:<?php
$test = exec('curl -X GET "http://176.9.139.122/api/nowplaying" -H "accept: */*"');
$test2 = json_decode($test, True);
if($test2[1]['live']['is_live']==
-
Page Timeout
I'm writing a game script.
Every 5 minutes (exact time to be confirmed) I need the game to stop and run a bunch of pages (let's call it the 'end of month tidy up'). I can't make is a server script as it only runs when the user is playing. I also want it to stop and only start again when...
-
Reposition a JavaScript with CSS
I am trying to reposition a Javascript located inside the body of an HTML document.
I tried applying some CSS to the script tag, but it does not work. As an example, please see the code below.
Code:<!DOCTYPE HTML> <html> <body>
-
Help needed
We have a website that uses Time of Day Image script to show what is playing now and a repeat of the script as script B to show what is coming up next. Around 7-8pm every day of the week it quits following the script and defaults to the first image at the very top of the script. Then around midnight...
-
Preventing DoS attack on login script
Hi,
I've been thinking of my logon script and how it could be susceptible to a denial of service attack.
So, I have added a table to store the IP address.
Is this a reasonable approach ?
PHP Code:<?php
/*
* login.php
*
*
-
Simple question about composer
I have been trying to learn about composer for awhile today, i get alot of what its about and what it does for us (or supposed to). I get that the the two files it creates really takes alot of the fuss work out of doing it manually. I get alot of it.... including its easier to update libs with it....
-
Adding dynamic data to script
Hi,
I have this script from cdnjs cloudflare that is a simple cookie notification popup bar, and its so easy i wanted to add it to my software. What i am trying to do here is set a dynamic data var and have it use that for href instead of the static value.
Look at the content:...Last edited by durangod; Jun 4, 2019, 10:11 AM.
-
Script won't run when I'm off the page
I have a script on a webpage that adds a typewriter effect to a sentence. The problem is that when your aren't actively looking at the page it doesn't write. This is a problem as i have a very long text that needs to run in a certain time, so leaving the page messes things up a bit.
heres...
-
Script working in browser but not in emulator
Hi all.
My first topic here. I'm having trouble with a script. I'm no js expert and still in the process of expanding my knowledge. The script seems to work fine within browsers (tested IE, FF, Chrome) but I need to implement the html page into an application which according to the documentation...
-
Google Says My Recaptcha's don't validate
I'm not a professional programmer, but I went to school for it many moons ago. I created a script that would be universal for our web designer who had no programming background.. she would modify the variables in the top of the below script and upload it to the site. The script is called via the ajax...
-
Save input data to text file.
Hello, i have a problem.
why is not my data saved in a txt file?
https://hastebin.com/zeyamakaco.xml - html
https://hastebin.com/iwodadaden.xml - script
-
progress bar problem
Hello, i need help with my code.
how do I activate the progress bar after completing the fields and click the click button?
my html code: https://hastebin.com/kodetakice.xml
and script: https://hastebin.com/ijukomokur.js
please help me, thanks
-
[How to] RollBack with PDO
Hello Everyone,
I'm looking for best way to perform PDO Rollback Changes in case of mid-way failure of script.
Sample example of script
PHP Code:$stmt = PDO; // insert execute
if ($stmt == true) {
$stmt2 = PDO; // insert execute
if ($stmt2 == true)