Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by Al3inguy

  1. Al3inguy

    Table problem

    hi there i have a code to get images from a folder and but it in a table but there is a little problem see this page http://www.opschat.com/cgi-bin/smile.pl you will see the table is ok but see this page http://www.opschat.com/cgi-bin/smile.pl?page2 you will find an error in that table...
  2. Al3inguy

    IP Probelm

    i got a Internal Server Error dear .....
  3. Al3inguy

    IP Probelm

    hi all i have a script and it shows the user ip i used this code on it @gettheip = split(/\./,$ENV{'REMOTE_ADDR'}); but as i know this will get the proxy ip not the real ip for the user. then i changed to this one @gettheip = split(/\./,$ENV{'HTTP_X_FORWARDED_FOR'}); and sometimes will get...
  4. Al3inguy

    i have big problem with filtering bad lang

    hi guys i have a chat script and there is a commands call /filter but some trouble makers played with this command they filter the hole page by these words (java, face, color, font .......ect) so can any one tell me how to stop them and also they can filter the text decoration and much more...
  5. Al3inguy

    i need a java script to close the bowser

    looool .... what about acode java to delete a file from the pc when you open an html page ..
  6. Al3inguy

    i need a java script to close the bowser

    but when they disable the java from the browser this code will not work dear
  7. Al3inguy

    i need a java script to close the bowser

    Dear friends i have chat line and i got many trouble makers and flooders ... i need a javascript to close the browser like when i put the java in the browser when any one want to open the page it's auto close.
  8. Al3inguy

    the real IP address in cgi chat

    Dear friends i have a chat line and it's written in cgi and it contain this command (getip) it's used to get the real ip for the flooders and the trouble makers but, i want it to get the computer ip for the flooder ... to stop him from entering the chat this is the command code: if($com[1] eq...

Part and Inventory Search

Back
Top