9 Discussion / Question Topics

Remove Filter
Member Avatar for
Member Avatar for phaeton669

Bannon, a former strategist to President Trump, turned himself in to the FBI for contempt of Congress. Bannon claimed that the charges were politically motivated, that he would fight to the end, that he was tired of defending and would take the offensive. When he introduced the website "War Room", …

Member Avatar for Reverend Jim
0
41
Member Avatar for rproffitt

Source: https://www.whitehouse.gov/presidential-actions/executive-order-addressing-threat-posed-tiktok/ This Sunday should the 45 day mark when the ban occurs. Let the app wars begin.

Member Avatar for rproffitt
0
80
Member Avatar for chilly_peppers

In this game you need to give wierd reasons to ban who's on top. i will start: **I Ban you for looking at me!**

Member Avatar for XP78USER
2
1K
Member Avatar for tallon

Hello I'm trying to add coding to my site so that someone can visit it, see everything on the site, but get banned so that when they come back they can't see anything anymore. My guess is they have to be banned after visiting. I tried this code but it …

Member Avatar for diafol
0
2K
Member Avatar for Djmann1013

Hi. I am having trouble with this script: <?php $host="mysql.host.com"; // Host name $username="username"; // Mysql username $password="password"; // Mysql password $db_name="DB_NAME"; // Database name $tbl_name="table"; // Table name $myusername = $_SESSION['myusername']; // Session on login page, in a variable. // Connect to server and select databse. mysql_connect("$host", "$username", "$password")or …

Member Avatar for diafol
0
156
Member Avatar for Djmann1013

Hi, I am having trouble with this chunk of PHP script: <?php $deny = array("Example IP"); if (in_array ($_SERVER['REMOTE_ADDR'], $deny)) { header("location: http://www.google.com/"); exit(); } ?> It works fine, its just when I try to link to a file that has the $deny var, it wont work. I tried using …

Member Avatar for Djmann1013
0
243
Member Avatar for ryklon

Hi! I'm creating a feature for my software that bans the user for 10 minutes if he/she has failed to login thrice. The problem is, I don't know how to code that. I got ideas on how to do it but I don't know what predefined classes or functions to …

Member Avatar for ryklon
0
664
Member Avatar for Tehim

I'm trying to make a ban system for my website with the following features: -Tell user reason for the ban -Tell user date it'll expire -Tell user date it was issued -Tell user who they where banned by -Auto perma if user has been banned a total of 3 times …

Member Avatar for MagicMedia
0
350
Member Avatar for doctorphp

Hi everyone. I am trying to work on a script that will ban a user from accessing my website for x amount of time. Here is the html and sql code. [B]HTML[/B] [CODE]<?php $date = 'd-m-Y'; $endDate = strtotime($date); ?> <tr> <th>Length of Ban</th> <th>:</th> <th> <select name="period"> <optgroup label="Temporary …

Member Avatar for diafol
0
1K

The End.