+ Reply to Thread
Results 1 to 5 of 5

Thread: How to block words?

  1. #1
    Senior Member manavworld is on a distinguished road manavworld's Avatar
    Join Date
    Sep 2009
    Location
    manav
    Posts
    105
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Rep Power
    1

    Default How to block words?

    How to block some words at register page? I dont want sm user register with any site name, example: google.com, how i can block these words at registration page? I want code for indifun script

  2. #2
    Senior Member Ponick is on a distinguished road Ponick's Avatar
    Join Date
    Jul 2009
    Location
    bangladesh
    Posts
    159
    Thanks
    0
    Thanked 2 Times in 2 Posts
    Rep Power
    2

    Default

    If($sitename=$uid)
    {
    echo"bla bla bla"
    }

  3. #3
    Senior Member ksg91 is on a distinguished road ksg91's Avatar
    Join Date
    Jan 2010
    Posts
    109
    Thanks
    6
    Thanked 10 Times in 7 Posts
    Blog Entries
    1
    Rep Power
    1

    Default

    you may look at reg name if it pattern matches url. maybe by doing check for dot in un

  4. #4
    Senior Member morency morency's Avatar
    Join Date
    Oct 2008
    Posts
    129
    Thanks
    1
    Thanked 4 Times in 2 Posts
    Rep Power
    0

    Default

    PHP Code:
    ///function
        
    function check($string){
        
    $words = array(
                        
    //    'banned words/links blaaaa',
                            
    'google.ro',
                            
    'yahoo.ro'
                        
    );


            foreach (
    $words as $word) {
                if (
    strstr($string$word)) {
                    return 
    true;
                }
            }
            return 
    false;

        }

    ////////USAGE :

    $string='bla googdro 2';

        if(
    check($string)){

        echo
    "you cant use such words ";

        }
        else {
        echo
    "ok?!";} 

  5. #5
    Senior Member manavworld is on a distinguished road manavworld's Avatar
    Join Date
    Sep 2009
    Location
    manav
    Posts
    105
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Rep Power
    1

    Default

    Thanks 4 help frnds

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Similar Threads

  1. block someone to ban id=0
    By ewanz in forum Coding Forum
    Replies: 13
    Last Post: 18-04-10, 04:50
  2. Two Words for Coding-Talk!
    By Mysterio3 in forum News, Announcements, Site Discussion
    Replies: 11
    Last Post: 12-11-09, 02:37
  3. Help Need Block Site
    By learner in forum Coding Forum
    Replies: 3
    Last Post: 28-06-08, 08:52
  4. Spam Words Report
    By learner in forum Coding Forum
    Replies: 2
    Last Post: 04-06-08, 10:56
  5. Show Birthday Day And Month In Words
    By ori in forum Coding Forum
    Replies: 6
    Last Post: 06-02-08, 11:09

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

SEO by vBSEO