![]()
How Do You Validate Email Addresses?
I am just wondering what you would do to validate against an email address, basically I want to know what Regular Expression you would use to check for a valid format. I've seen so many different ways of doing it, some I can definitely say can produce wrong results, but I'm not saying mine is perfect either, basically I want to perfect it. Here's what I have, I use PHP's function eregi for this, so case is not important. [code]^[a-z][_.a-z0-9-]+@[a-z0-9]
![]()
What does CGI stands for? How about PHP? Does PHP stands for Perl?
![]()
Help Needed To Create Login Script With Perl/cgi
Have a format in mind and have a good idea how it works. So here what I need: step 1::: person must register: create handle // enter password // enter password // enter email : it then takes the person to acsepted page or reject per reason page. step 2::: login page: enter handle // enter password : takes them on it to the site of their control pages for each handle controls their own pages yet all pages interacts with the others. or bad password re login page. Have the page designed already ha
![]()
Lightweight Directory Access Protocol (ldap)
This was a script I wrote for automating the creation of over 1000 some accounts within Active Directory over summer before the new fiscal year in 2007. It is not intended for direct use. Please make changes necessary to reflect your user management or production environment. [color="#0000FF"][size=2][font="Courier New"]#!/usr/bin/perl use strict; # use Tk; # use Tk::DialogBox; # use Tk::Carp qw/cluck warningsToDialog fatalsToDialog/; use Win32::FileSecurity qw(MakeMask Get Set); use Win32:
![]()
Hi there , I would like to have help with Perl. When I make a program and I run it , it close instantly after it is done. So how could I keep it open after his execution ? And also , where can I find Perl command lines ( if it exists for sure ) Thanks everyone , Happy new year. Mathieu_021
![]()
Maximum Number Of Decimal Places In Perl Language
Hi, I would like to know the maximum number of the decimal places which I could get from coding with Perl Programming languages without using BIGNUM. Thank you for your helping in this matter.
![]()
Hi, I want to use a big number in perl programming language. Unfortunately, my perl software does not support "BIGNUM". Is there another way to replace "BIGNUM" to solve my problem. Thank you for your feedback.
![]()
Okay so I've decided to learn PERL. As I am VERY burned out on PHP after making an online hacking game in it and working on it for a month after release. Now that its almost done other than maintenance. I'm VERY good at php now. However I tried to do C and quickly thew my hands up (maybe too quickly). So I decided to learn PERL just to learn it. I'm curious, what are some practical uses for PERL (online. but more importantly offline/background/not used by public), does perl use the
![]()
I need to install an multilevel affiliate script,the script is based on cgi perl and mysql I have installed the script but i am facing some errors ,so either you could correct them or reinstall it. A complete documentation for the install instruction is available in a detailed format. I would pay 10$ (for installing or for correcting the errors) Please pm me if you are interested in this work. pm only if you are known with cgi perl and all needed to install the script
![]()
I want to know the perl path to include at the beginning of the file....so that my perl scripts will run properly... Or is it ok to make a cgi-bin directory and put my perl scripts in it? Any reply is appreciated. cpn
![]()
Using Perl For Newsletter Subscription
so I'm interested in adding a newsletter subscription to my website for visitors that are interested. I configured the cgi script, now I'm only wondering how to use the smtp feature with astahost.. would 'localhost' suffice, or will I be needing to get smtp auth? thanks for the help
![]()
If You Looking CGI Script or you want share information about it please comment here [note=miCRoSCoPiC^eaRthLinG] Stop using those horrible colors, fonts and font-sizes. [/note]
![]()
I looked but couldn't find a sub-forum for topics relating to cgi-bins, so I figured I'd put this here. Lets say I create a form for people to fill out, and I tell it to submit it to the cgi-bin that is a part of my free hosting package. When I receive the information, is there some way that I could have it put into a spreadsheet, say Excel, so that I could view it easily? I'm designing a website for my youth pastor, and it would make things much more simple if he could receive info
![]()
I have been looking high and low for a good domain service, and most places I have checked have Perl as a feature (including this one). What is Perl? It is included in the same info space that stuff like cPanel is put. But most importantly, how can Perl help me? If it can't, why do they advertise the ability to use it everywhere?
![]()
Best Place For Information On Perl
Hello, I would like to learn Pearl so that I can start working with CGI scripts so that I can in order to build a more inventive/interactive and dynamic website. I would like if someone could point me to a site were I can not only learn Pearl, but also download software to help devlop code. (An IDE of some type.) Thanks, Tim
![]()
Here's my code: [code]#!/usr/bin/perl # print "Content-type: text/html\n\n"; print "Howdy, world!";[/code] I saved it in my cgi-bin with 777 permissions and It goes; [quote]Internal Server Error The server encountered an internal error or misconfiguration and was unable to complete your request. Please contact the server administrator, webmaster@supper.astahost.com and inform them of the time the error occurred, and anything you might have done that may
![]()
Create Easily Modifiable Html Templates For Use In Your Perl Cgis
[note=szupie]Copied from [url="http://www.tutorialized.com/tutorial/Ace-Perl-Template-Creator/3364"]http://www.tutorialized.com/tutorial/Ace-P...te-Creator/3364[/url][/note] [quote]Hate having to place all the print statements in your program and having to escape all those quotes? Would you like to give the ability for people who don't know how to program in perl to customize the output of your cgis? Templates are the answer. Here's how it works. Take any html file and anywhere you p
![]()
I am writing a script to add submit/add projects to a queue. I don't need a returned result other than it worked or failed. The script will execute a commandline like thisL 'program -b $filename -s $start -e $end -a' all I need is for that command to be send and if it suceeds return a simple "This worked" or "This failed: here is why ___________". I am just trying to remember the difference between exec and system() for this task. I'v
![]()
Password Reminder And Password Change .htaccess
Hi, I use .htaccess to protect the members area of my site. I use a script called register.pl (search hotscripts and you'll see it) This script takes the username and password provided by the user and then enters the username and the encrypted password into the password file. What I want to do is, along with the username and password being taken, I want to also take the email address and when the user forgets his/her password all he has to do is type in the email, and the password will be
![]()
Need To Discuss Ideas On Creating A Members Area
Hi peeps.... This is more likely a discussion not a tutorial. Its my idea of creating a members area in a website using the CGI - Perl and cookies. I am sharing this so that people out there who have more knowledge about this technique will be able to share their idead about this and they might be able to correct errors or maybe offer an alternative design or approach in solving the problem. Anyway... so here it is.. the whole idea is to have some pages in the website that only members of the
![]()
I have been working on a strange problem I've been having. I am reading a series of large files (50 mb or so) in one at a time with: @lines = <FILE>; or (same behavior with each) while(<FILE>){ push(@lines, $_); } The first time I read a file it will read into the array in about 2 seconds. The second time I try to read a file in (the same size) it takes about 20 seconds. Everything is declared locally inside the loop so, everything is leaving scope. I am not
![]()
Okay, I was trying to write a chat script for perl with tk for the GUI on active perl 5.8. But whenever I use the $socket->listen() function to connect to the client, the script always hangs on me. Any ideas as to how to avoid this problem (I've tried numerous codes including the one from webmonkey).
![]()
I Need Help With .htaccess To Create A Login Form
I want to create a simple html form which submits the information to a processor which in turn checks the login and either lets them access the members area or takes them to the login failed page. I tried a script which take the username and password and then puts it in the format [url="http://username:password@mydomain.com/protected/"]http://username:password@mydomain.com/protected/[/url] bu the problem with that script is that if the password is wrong then the login box pops up and this doesn
![]()
Does Anyone Know To Use Movabletype (perl)
I can't fit my long title in the topic title so cont..impeccable knowdledge of Moveabletype 2.xx it's like so foriegn to me..I'm really new at this but I'm trying to make a blog and I'm so clueless..any help? thanx in advance
![]()
I was wondering if someone could explain how to use the CGI files on the cPanel, i have a paid to read script but I don't know how it works .
![]()
Hey everyone, got a problem with a Perl script I'm trying out. In my Perl script, I have the user input a number to dynamically display a number of text form fields in which they enter figures. At the bottom, there will be a button to give the sum of all the numbers in the text fields--that's where I'm stuck, I got the text boxes to show up alright, but that's about it. I thought I might use JavaScript, but that didn't turn out to well. I was thinking of using arrays for the
![]()
For you why many times we associate Perl to the hacker's world?for many exploit write in perl or for the flexibility of the Lang, what do you think about? For me, Because in perl the operation on the strings and with the socket are powerful as in c but perl is simpler to write IMHO Byez & 'njoy
![]()
The OS I use is MAC OS X 10.3.6. In server admin, I found in Web enabled Module, cgi_module is disabled. I tried to put my CGI code in CGI-executble folder, but I always got authentication deny(blah blah). Following some instuction for apache httpd file, I could not find some configuration in my machine, Is it some different between Apache and MAC preinstalled apache?
![]()
How do you make inmput from a textarea html and perl safe?? like remove the < > / the tabs (\t) and linebrakes (\n) like the javascript escape command (so i can store it into a textfile that reads line by line inforation and uses /t as a seporater (I could use someting else as a seporater if that would make more sence )) Thanks for all your sujestions
![]()
If you'd like to protect you doc without the standard program and algorithms you'll fide it useful, Now the only big problem is the ARRAY pased to the subs, in fact I can't pass 2 @ at the same Sub so I have to use a global array(@plus) in the subroutines, SomeOne knows if is it possibile to pass 2 @ to a sub? if yes how? [code]#!/usr/bin/perl #************Random Signature V1,0******************# #* CodeName: Crypto v1.7 alpha &nbs
![]()
I am using filemaker 7 in my server side, I want to generate some server side script to search for the database and create some chart accoding to the result. Since filemaker do not support customer script in client side, I need to write some CGI code to pass the query and compute in my server side, anybody have some easy tutorial of Perl? IS IT a good way to program like that? Thanks
![]()
HI!! I have a question about CGI!! Can i write C scripts and execute it on the server????? if yes is there a timeout, or can i write a script, that is never stoped??? cu tux
![]()
In DIRE need of help about installing CGI
Trying to install the CGI script from Astahost for a counter on my site, but it doesn't work. Can anyone help me?
![]()
How can create a Mail form? I'm novice.I suppose that need the resources (a cgi-bin folder, from the server) but cannot understand it. I test with forms, and cannot recognize the cgi in anothers hostings. Any real solution??
![]()
if u know how to make forms but don't know how to use cgi well go here and sign up and u will be able to have a form that some fills out on your site to be sent to your email addrese go here [url="http://cgi.tripod.com/allforms/cgi-bin/main.cgi"]http://cgi.tripod.com/allforms/cgi-bin/main.cgi[/url]
![]()