|
|
|
|
![]() ![]() |
Dec 24 2006, 09:43 AM
Post
#1
|
|
|
Super Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 357 Joined: 8-April 06 Member No.: 21,487 |
Hi everybody sorry if i posting here , i know
I want design free PHP script and i dont know webmasters what kind of scripts want i think its better to aks here becuase trap17 is very nice webmasters forum So , Plz post here what kind of script with details you need ! sorry may en is not very well for example you need "upload center" : write "upload center" with upload center options ( like Ajax , Fast , multi lan and ... ) with this post we can give script details and webmasters idea thanks |
|
|
|
Dec 26 2006, 05:07 PM
Post
#2
|
|
|
Newbie [Level 1] ![]() Group: Members Posts: 15 Joined: 23-December 06 Member No.: 35,831 |
hey if you could create a quick proxy script that doesn't block any scripts whatsoever that would be awsome
i don't really need anything specialized except for the scripts part and im sure lots of other people would enjoy this too |
|
|
|
Jan 2 2007, 09:22 AM
Post
#3
|
|
|
Member [Level 3] ![]() ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 90 Joined: 8-October 04 From: vienna Member No.: 1,509 |
this will be easy in java, but i dunno how to do in php.
if you need some server (even mail, or a server, that is a stealth firewall), i can write this 4 you (just mail me to m_zell@rocketmail.com or if you from a german-language-state (switzerland, germany or austria (witch i came from)), you can write me some sms to +4369981165309 mfg maxx hey if you could create a quick proxy script that doesn't block any scripts whatsoever that would be awsome i don't really need anything specialized except for the scripts part and im sure lots of other people would enjoy this too |
|
|
|
Jan 2 2007, 04:41 PM
Post
#4
|
|
|
Privileged Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: [HOSTED] Posts: 936 Joined: 14-April 05 From: West Chester, PA Member No.: 5,636 |
login script: with email verification, registration verification with randomly generated number, user information, and access to private areas of a website.
|
|
|
|
Jan 2 2007, 04:46 PM
Post
#5
|
|
|
A clever man learns from his own mistakes, a WISE man learns from those of OTHERS ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: [HOSTED] Posts: 1,028 Joined: 12-April 06 From: Essex, UK Member No.: 21,719 |
login script: with email verification, registration verification with randomly generated number, user information, and access to private areas of a website. I wont be taking on this jb but i thought id mention that for the restricted access to certain areas anyone who does take this on would most likely need to design or at least modify all the areas affected by the restricted access. EG if an area called "members" (inventive i know!) was to be restricted then the coder would need to modify all pages in this area. Maybe only adding a few lines of code but maybe changing a lot of things so you'd have to be prepared to make a few changes! If i had the time id give it a shot but i have exams coming up in a few weeks so ill have to pass on this one! EDIT: You already have a members login area so it might not involve so much editing of existing pages. Whats wrong with the current one? This post has been edited by shadowx: Jan 2 2007, 04:49 PM |
|
|
|
Jan 2 2007, 06:35 PM
Post
#6
|
|
|
Premium Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 181 Joined: 22-February 06 Member No.: 19,007 |
QUOTE login script: with email verification, registration verification with randomly generated number, user information, and access to private areas of a website. i assume you want it in php ? if so i can provide you with one which is fully validated and tested for security like sql injection but i'll need to add email verification to it QUOTE Maybe only adding a few lines of code but maybe changing a lot of things so you'd have to be prepared to make a few changes! yea in my code you just have to include an external file to all pages you want to restrict but you need not change much or any of your code , just include the file and thats all |
|
|
|
Jan 2 2007, 10:38 PM
Post
#7
|
|
|
A clever man learns from his own mistakes, a WISE man learns from those of OTHERS ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: [HOSTED] Posts: 1,028 Joined: 12-April 06 From: Essex, UK Member No.: 21,719 |
Yeh i would use a require function to include a session initiating and checking script and then enclose the current page content within an IF statement to determine what is/isnt shown depending on whether the user is logged in or not
I'll be watching this thread as the only log in system i mad was very basic and ive never made a registration form yet so i can pick up some tips by seeing how you do it and how it looks in the end |
|
|
|
Jan 4 2007, 08:38 AM
Post
#8
|
|
|
Member [Level 3] ![]() ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 90 Joined: 8-October 04 From: vienna Member No.: 1,509 |
login script: with email verification, registration verification with randomly generated number, user information, and access to private areas of a website. i can write this for you, but the only problem is, u'll need a smtp or pop3 server to send some email to the user i wrote such a script for a friend of mine and he said such as "good work". it will take a session with the user on logon, mails a new password witch is random, alphanumeric and should not be able to be cracked by a newbie (such as "a3VjJu8I".caseSensitive). user can change password by himself, but will not be able to change the mailaddress, so he can not use some illegal mailadress (such as "notExist@nodomain.fu") and the emailadress will be validated (user must login with an activation key) database is needed (mysql) and the sctipt is fully in php/java so, what will you need? have a nice day |
|
|
|
Jan 5 2007, 09:29 AM
Post
#9
|
|
|
Super Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 357 Joined: 8-April 06 Member No.: 21,487 |
Hi and dears (fffanatics , shadowx ,2091 ,doomforge ) i read your comment and i think fffanatics has very nice idea about online membership . its really cool
login script: with email verification, registration verification with randomly generated number, user information, and access to private areas of a website. we want make one membership system with out (username / password ) field |