Re: Any Reddit pros? Community Center Geeks' Lounge by Heatman There are so many SubReddits on Reddit. If you're using each one of them, make sure to check out the rules and regulations of them. If you don't, they will keep suspending your account before Reddit will outrightly give you a permanent ban. Re: Any Reddit pros? Community Center Geeks' Lounge by Dani Not only does that sound annoying, but it sounds a bit like the reason why I created DaniWeb in the first place. Basically DaniWeb was founded out of my frustration that there were sooo many niche forums out at the time, and I felt like just to put a website together, I had to use JustLinux.com to learn about the OS, WebHostingTalk.com to learn … Re: ‘Advanced AI should be treated similar to Weapons of Mass Destruction’ Community Center by rproffitt UPDATE: Feb 4, 2025 — Google on Tuesday updated its ethical guidelines around artificial intelligence, removing commitments not to apply the technology to weapons or surveillance. Re: Ban system Programming Web Development by Stefano Mtangoo each time user logs in check if he is banned and if yes check if ban time is expired. If yes then allow him to do thing other can do. if no redirect him to ban info page.Also when he logs in and ban time is passed, reset his ban status. There you know what to put into database right? Re: Ban system Programming Web Development by MagicMedia Put a column in your database for ban expiration. When you ban someone, put the expiration date in timestamp format. On every page, check if the banned time is higher than the current time. [CODE] // grab user data if (time() < $ban) { die ('You are banned. Get Out!'); } [/CODE] Ban system Programming Web Development by Tehim … website with the following features: -Tell user reason for the ban -Tell user date it'll expire -Tell user date it… Ban a user for x time Programming Web Development by doctorphp …</optgroup> <optgroup label="Permanent Ban Options"> <option value="PERMANENT"…;>Permanent - Never Lift Ban</option> </optgroup> </select>… Ban social networks, but not LinkedIn Digital Media Digital Marketing by happygeek …represented had already chosen to go down the social networking ban route, pretty much the same number as the same… that this was a meeting of security executives, the ban reasoning was as much to do with an impact on… CSOs admitted that they recognised any company which did ban social networking tools risked alienating the younger members of … Re: Ban social networks, but not LinkedIn Digital Media Digital Marketing by haute34 Just because of something has happened banning the social networking sites is not at all proper in my sense. In my opinion you to should also think one to two times before taking any step. At last don't ban the social networking sites because it stops business, relationship and networking too. Re: Ban social networks, but not LinkedIn Digital Media Digital Marketing by Asset Chemist Quite a narrow minded view to ban social networking sites other than Linkedin. Its very important to … Re: Ban social networks, but not LinkedIn Digital Media Digital Marketing by raman1 Dont ban social networks! they re the future Re: Ban social networks, but not LinkedIn Digital Media Digital Marketing by Living-seo-life No body can Ban Social Network, It is the Back bone of the internet. I am earning over 30% of my overall traffic from Social Media Channel, Thats how I dont need to wait for search engine traffics doing nothing. Now I work hard on Social Network Channel and enjoy continuous source of Quality Traffic. Nice post Happygeek. Re: Ban system Programming Web Development by smantscheff How do you keep track of your members? Via mysql or another database? Or with plain text files? Or are they system users? Re: Ban system Programming Web Development by Tehim It's all in a database. And @evstevemd I don't know how to do that that's the problem. Re: Ban signature links Community Center Meta DaniWeb by happygeek This is something that DaniWeb management has been discussing of late, however there are no plans to ban signature links. If a post breaks the rules it will be dealt with. If a poster is thought to be bending the rules relentlessly in order to advertise in the way being suggested, then it will be looked at on a case-by-case basis. Re: Ban signature links Community Center Meta DaniWeb by happygeek … as spam and infracted, two infractions will kick off a ban. Banning the user when they had been allowed to post… Re: Ban User For 10 Minutes Programming Software Development by M.Waqas Aslam … for example name tblLogingFail .now when ever you want to ban a user then insert data in that table fields name… Re: Ban User For 10 Minutes Programming Software Development by M.Waqas Aslam hello ! Please check the attached solution , it will ban single user for 10 mints , Auto IP ban after 1 visit Programming Web Development by tallon … banned and sends me an email. <?php // * Auto IP Ban Script - v1.0 * // * Author: Inque187 * // * Date…= $_SERVER['REMOTE_ADDR']; // Collects the user/visitor IP address. $ban = "Deny from $ipad\n"; // What will …ready for writing only. $write = @fputs($open, $ban); // Write the banned IP line to the .htaccess… Re: Auto ban ip from file Programming Web Development by touchweb …$ipad = $_SERVER['REMOTE_ADDR']; // Collects the user/visitor IP address. $ban = "Deny from $ipad\n"; // What will be written… get ready for writing only. $write = @fputs($open, $ban); // Write the banned IP line to the .htaccess file. … 12.34.56.789) // Email a copy of ban and info to your admin account (or other email … Auto ban ip from file Programming Web Development by Tko_1 …i have is it will only ban the last visted ip, which i want to ban all ip's in the file… which denys access to the ip <?php $deny_ips = file('ban/blocked_ips.php'); // read user ip address: $ip = isset($_SERVER['…?> <?php so again the idea is to block/ban all ips in the blocked_ips.php, any help would be… Re: Auto IP ban after 1 visit Programming Web Development by broj1 … IP in the database Mind you, relying on IP to ban people is not very reliable method anyway. IP's can… Re: Auto IP ban after 1 visit Programming Web Development by firmwareintruder Why would you want to ban users after they visit anyway...unless your getting paid for each visit by IP address ? I just dont get it Re: Auto ban ip from file Programming Web Development by Biiim …;; exit; } I would database it for better control, you could ban for a set time etc. Likely faster once the file…; != "12.34.56.78\r\n"; try `file('ban/blocked_ips.php',FILE_IGNORE_NEW_LINES);` ISP's Launch Copyright Alert System + Sim Card Ban Rant Community Center Geeks' Lounge by joshfizzle … me. It makes me think of the recent sim card ban on cell phones which makes it illegal to unlock a… mobile provider than the original one. The argument for the ban is the mobile providers' business model is centered on phone… contracts. The argument for lifting the ban is that unlocking a phone doesn't get a person… Re: Auto ban ip from file Programming Web Development by Tko_1 thanks akmozo . well like i said it does log the ip but will not block all ips just the last one that was logged. i have done tests from differant pcs on this and it will not ban all the ips from the file. any ideas? Re: Auto ban ip from file Programming Web Development by Tko_1 hello again, these scripts worked perfectly . im back to these codes beacuse im tring to add a time limit per ip ban. i have tried numerous scripts without any luck. any ideas how be great thanks Re: How do I ban ip addresses using MsSQL script? Programming Databases by kitkatsavvy … for my website. one is to ban single ip addresses, and the other is to ban ranges of ip addresses.. i didnt… How do I ban ip addresses using MsSQL script? Programming Databases by kitkatsavvy Hi, this is my first post. I have a website [URL=http://www.psychopanic.com]www.psychopanic.com[/URL] and theres an IP address that I want banned from accessing my site (203.213.0.10). Does anyone here know how to make a MsSQL script that can ban ip addresses? my webhosting Plesk control panel only lets me use MsSQL. thank you :eek: :rolleyes: Re: How do I ban ip addresses using MsSQL script? Programming Databases by abdul_basit1299 … here know how to make a MsSQL script that can ban ip addresses? my webhosting Plesk control panel only lets me…