![]() |
![]() |
![]() |
||||
Welcome to the GoFuckYourself.com - Adult Webmaster Forum forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact us. |
![]() ![]() |
|
Discuss what's fucking going on, and which programs are best and worst. One-time "program" announcements from "established" webmasters are allowed. |
|
Thread Tools |
![]() |
#1 |
Confirmed User
Join Date: Jan 2003
Location: Australia
Posts: 2,142
|
need custom script done
need custom script done
icq me 122295837 |
![]() |
![]() ![]() ![]() ![]() ![]() |
![]() |
#2 |
Confirmed User
Join Date: Jan 2003
Location: Australia
Posts: 2,142
|
bumpidy bump bump
![]() |
![]() |
![]() ![]() ![]() ![]() ![]() |
![]() |
#3 |
Confirmed User
Join Date: Sep 2002
Location: Oakville, Canada
Posts: 9,134
|
What language(s) and if you need db support might help get the right people to contact you.
![]()
__________________
Free agent |
![]() |
![]() ![]() ![]() ![]() ![]() |
![]() |
#4 | |
Confirmed User
Join Date: Jan 2003
Location: Australia
Posts: 2,142
|
Quote:
php --> MySQL database |
|
![]() |
![]() ![]() ![]() ![]() ![]() |
![]() |
#5 | |
Confirmed User
Join Date: Sep 2002
Location: Oakville, Canada
Posts: 9,134
|
Quote:
__________________
Free agent |
|
![]() |
![]() ![]() ![]() ![]() ![]() |
![]() |
#6 |
Confirmed User
Industry Role:
Join Date: Apr 2002
Posts: 1,383
|
Contact James - he's written some custom stuff for us. He's fast, very reasonable and his stuff works great. He's [email protected]
|
![]() |
![]() ![]() ![]() ![]() ![]() |
![]() |
#7 | |
Confirmed User
Join Date: Jan 2003
Location: Australia
Posts: 2,142
|
Quote:
![]() |
|
![]() |
![]() ![]() ![]() ![]() ![]() |
![]() |
#8 |
CjOverkill
Industry Role:
Join Date: Apr 2003
Location: Woldwide
Posts: 1,328
|
I am ok if you want it to be php+MySQL stuff.
I hate perl and personally think that ti's a security risk to put a perl stuff on a web server. ICQ: 171216535 mail: ice [ at ] icefire.org
__________________
CjOverkill Traffic Trading Script Free, secure and fast traffic trading script. Get your copy now ![]() |
![]() |
![]() ![]() ![]() ![]() ![]() |
![]() |
#9 |
Confirmed User
Join Date: Jan 2003
Location: Australia
Posts: 2,142
|
bump
|
![]() |
![]() ![]() ![]() ![]() ![]() |
![]() |
#10 |
♥♥♥ Likes Hugs ♥♥♥
Industry Role:
Join Date: Nov 2001
Location: /home
Posts: 15,841
|
Depending on how large the script is I may have time as soon as tomorrow. I have to start a new script Monday but if I can get it done before that I would be more than happy to do it.
__________________
I like pie. |
![]() |
![]() ![]() ![]() ![]() ![]() |
![]() |
#11 | |
Confirmed User
Join Date: Jan 2003
Location: Australia
Posts: 2,142
|
Quote:
mine is icq 122295837 |
|
![]() |
![]() ![]() ![]() ![]() ![]() |
![]() |
#12 | |
Confirmed User
Industry Role:
Join Date: Apr 2002
Posts: 1,383
|
Quote:
![]() |
|
![]() |
![]() ![]() ![]() ![]() ![]() |
![]() |
#13 | |
old school fart
Industry Role:
Join Date: May 2001
Location: Florida
Posts: 1,015
|
Quote:
![]() ![]() ![]() ![]() ![]() Umm what planet are you from exactly? Perl applications have been used by system administrators for a lot longer than you have been out of diapers.
__________________
The next generation of SEO |
|
![]() |
![]() ![]() ![]() ![]() ![]() |
![]() |
#14 | |
Confirmed User
Join Date: Nov 2002
Posts: 7,761
|
Quote:
![]() ![]() ![]() ![]() A search of Bugtraq at SecurityFocus reveals: 451 results matching "Php" 173 results matching "Perl" Keep in mind Perl has been around considerably longer than perl as well. Running PHP is leaps and bounds more of a security risk than properly coded Perl could ever be. |
|
![]() |
![]() ![]() ![]() ![]() ![]() |
![]() |
#15 |
Confirmed User
Join Date: Nov 2002
Posts: 7,761
|
I think maybe his perl-is-bad experience must come from exploiting poorly coded canned scripts or something.
That's the only reason I think someone could come to that conclusion. PHP used to have remote root exploits like every 3 months. Now they are down to every 6 months or so.. ![]() Don't get me wrong, PHP is great for what it is & for quickly developing certain applications. Great for templating.... BUT, their security fixes suggest that there is greater risk in using PHP over Perl no matter how you slice it. |
![]() |
![]() ![]() ![]() ![]() ![]() |
![]() |
#16 |
Confirmed User
Join Date: Apr 2003
Location: England
Posts: 378
|
|
![]() |
![]() ![]() ![]() ![]() ![]() |
![]() |
#17 | |
CjOverkill
Industry Role:
Join Date: Apr 2003
Location: Woldwide
Posts: 1,328
|
Quote:
1) Perl executes directly on the system --> any security hole in your script leads to direct command execution on the system with the privileges of your web server. 2) PHP is a module, so it relies on apache (unless you are stupid enought to run it as CGI), then any security hole becomes harder to explot (still possible). 3) You have not the security structure php has with it's config level (safe_mode, include_dir etc..). If you use perl you access to all the server directory unless you use several extra modules to protect the perl environment and pseudochroot it. 4) Perl uses to be slower when it comes to web database driven apps. The perl interpreter itself runs faster that PHP, but it takes some time to load it (more memory etc...). PHP is always loaded on your apache if you use it as module. If you have a 200 lines php app it will go faster that with perl, but if you have 20.000 lines application you should choose delphi or C instead of php (perl will do the work but will be still slow). Don't take me wrong, perl is great, but it was thinked as a system administration helper scripting language, not as a web programming language. I use perl to automate tasks on my boxes, but I never put it on the web.
__________________
CjOverkill Traffic Trading Script Free, secure and fast traffic trading script. Get your copy now ![]() |
|
![]() |
![]() ![]() ![]() ![]() ![]() |
![]() |
#18 | |
old school fart
Industry Role:
Join Date: May 2001
Location: Florida
Posts: 1,015
|
Quote:
1 & 2. ummm unless there is perl code to directly run a system command on submitted data, no perl does not execute any system commands. 3. I can just as easily use php to access any directory on the server where the permissions allow it the exact same as perl. 4. a perl script written correctly can be loaded as mod_perl in apache and does not need to be loaded each time it runs, thus being faster. No idea if it will or will not be faster than a similar php application, just pointing out the flaw in your thinking. sometimes it is far better to keep your mouth closed and be thought a fool, than to open it and remove all doubt.
__________________
The next generation of SEO |
|
![]() |
![]() ![]() ![]() ![]() ![]() |
![]() |
#19 |
Confirmed User
Join Date: Nov 2002
Posts: 7,761
|
1) Perl executes directly on the system --> any security hole in your script leads to direct command execution on the system with the privileges of your web server. You can use a CGIWrapper to prevent perl from doing system calls if that's something you need to worry about. Also keep in mind in most cases they would be ran as the apache user. And the same thing goes for system calls in PHP I believe. Servers should be kept up to date security wise anyway. 2) PHP is a module, so it relies on apache (unless you are stupid enought to run it as CGI), then any security hole becomes harder to explot (still possible). No, PHP can be compiled and installed as an apache module. So can perl. 3) You have not the security structure php has with it's config level (safe_mode, include_dir etc..). If you use perl you access to all the server directory unless you use several extra modules to protect the perl environment and pseudochroot it. Heh or unless you write cleaner/safer code. But I don't know enough about PHP's 'config levels' to argue about that one. 4) Perl uses to be slower when it comes to web database driven apps. The perl interpreter itself runs faster that PHP, but it takes some time to load it (more memory etc...). PHP is always loaded on your apache if you use it as module. If you have a 200 lines php app it will go faster that with perl, but if you have 20.000 lines application you should choose delphi or C instead of php (perl will do the work but will be still slow). mod_perl used correctly will smoke PHP I believe. But this isn't a Perl VS PHP _performance_ thread... it's based on you comments that perl is more of a security risk than perl. And like I said, historically, over a much shorter period of time, PHP has claimed FAR MORE remote root compromises than Perl has. |
![]() |
![]() ![]() ![]() ![]() ![]() |