Current location: Hot Scripts Forums » General Community » Script Requests » looking for a random number script


looking for a random number script

Reply
  #1 (permalink)  
Old 08-02-03, 03:01 AM
ncben ncben is offline
New Member
 
Join Date: Aug 2003
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
looking for a random number script

Hello,

I am looking for random security code script, here is an example :

http://winbeta.org/modules.php?name=...om_num=1234567

1234567 can be replaced with any numbers in order to randomnize a number, below is a screen shot:


http://hkpopular.com/random_num.gif

Ncben
Reply With Quote
  #2 (permalink)  
Old 08-03-03, 12:23 PM
MadDog MadDog is offline
Code Master
 
Join Date: Aug 2003
Posts: 935
Thanks: 0
Thanked 0 Times in 0 Posts
What coding language is this for?

Heres a random security code script for ASP, http://pscode.com/vb/scripts/ShowCod...=8446&lngWId=4
__________________
Drew Gauderman
ASP - MSSQL Coder / Buisness Owner / Coder for Hire!
MSN-ICQ-AIM-YIM in Profile

http://www.iportalx.net an easy ASP portal system.
Reply With Quote
  #3 (permalink)  
Old 08-04-03, 12:58 AM
ncben ncben is offline
New Member
 
Join Date: Aug 2003
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
Originally posted by MadDog
What coding language is this for?

Heres a random security code script for ASP, http://pscode.com/vb/scripts/ShowCod...=8446&lngWId=4
Thanks, i wante PHP or Perl script, does anyone know?
Reply With Quote
  #4 (permalink)  
Old 08-07-03, 09:10 AM
jewellgr jewellgr is offline
Wannabe Coder
 
Join Date: Aug 2003
Location: Michigan USA
Posts: 111
Thanks: 0
Thanked 0 Times in 0 Posts
I have a script that can be customized for your site but the basic code is is below.

random.php:

<?
$minimum = '';
$maximum = '';

#=============================

$randnum = rand($minimum,$maximum);
echo $randnum;
?>


Just enter the minimum and maximum numbers you want, and reference random.php in your webpage. If you want more help, email me at greggjewell@yahoo.com
Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Looking for a good review management script griz_fan Script Requests 10 07-29-07 05:08 AM
login script required lochie Script Requests 2 03-06-04 07:44 PM
New script needed PoliticalGateway Script Requests 0 09-22-03 12:57 PM
number script deepforest JavaScript 2 09-12-03 09:01 AM
Need help with a script boardpix PHP 7 06-08-03 11:37 PM


All times are GMT -5. The time now is 10:48 AM.
vBulletin® Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.