473,785 Members | 2,424 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Script for visitors email account facilities signup automatically

8 New Member
Hi everybody,

I have a personal server (I learning) with Linux
with using Cpanel

I only need such script which enables me to create email accounts without logging into cPanel. And in which I can provide our visitors email account facilities with script and User cans signup automatically and I can specific quota, username & password length etc. (and which don’t show my Cpanel username and password to users)

I have tried script
http://www.zubrag.com/downloads/cpan...il-account.zip

But coming up this error:
Warning: fopen(http://...@mail.hazratsultanbahu.com...sword&quota=20) [function.fopen]: failed to open stream: HTTP request failed! HTTP/1.0 401 Access Denied Still Working in /home/mailhaz/public_html/cpemail.php on line 50
Cannot create email account. Possible reasons: "fopen" function allowed on your server, PHP is running in SAFE mode

If you can help me I can send you my Cpanel username and password

Some one can help me then I shall add his name in this script as script other?????????? ?

Thanks!

Yours truly,
M Farooq
Webmaster
www.mail.hazratsultanbahu.com

P.S. If possible sent me your answer at atco nospam at azratsultanbahu nospam dot com
Dec 2 '06 #1
6 2642
ronverdonk
4,258 Recognized Expert Specialist
When you are running in SAFE mode, you are in for some trouble here. Advise to read the php documentation on safe mode HERE before you continue.

resource fopen ( string filename, string mode [, bool use_include_pat h [, resource context]] )

fopen() binds a named resource, specified by filename, to a stream. If filename is of the form "scheme://...", it is assumed to be a URL and PHP will search for a protocol handler (also known as a wrapper) for that scheme. If no wrappers for that protocol are registered, PHP will emit a notice to help you track potential problems in your script and then continue as though filename specifies a regular file.

If PHP has decided that filename specifies a local file, then it will try to open a stream on that file. The file must be accessible to PHP, so you need to ensure that the file access permissions allow this access. If you have enabled safe mode, or open_basedir further restrictions may apply.
Ronald :cool:
Dec 2 '06 #2
atcohaz
8 New Member
I know nothing zero about PHP I need your amended script for current way and result

If you can help me I can send you my Cpanel username and password

On your help we shall add your name in this script as script author?

Thanks!

Yours truly,
M Farooq
Webmaster
www.mail.hazrat sultanbahu.com
Dec 2 '06 #3
ronverdonk
4,258 Recognized Expert Specialist
This has nothing to do with your script, but with the SETUP of your PHP environment on the server!

Please consult your server administrator for these settings of the PHP environment.

Ronald :cool:
Dec 2 '06 #4
atcohaz
8 New Member
Which change I need to request our server administrator for PHP environment .for solution

Yours truly,
M Farooq
Webmaster
www.mail.hazrat sultanbahu.com
Dec 2 '06 #5
ronverdonk
4,258 Recognized Expert Specialist
When you are running in SAFE mode, you are in for some trouble here. Advise to read the php documentation on safe mode HERE before you continue.

Ronald :cool:
Ask him why you run in safe mode and to change it.

Ronald :cool:
Dec 2 '06 #6
atcohaz
8 New Member
It was not due to safe mode problem but some mistakes were in script and I have got corrected script and it is working well now you can see and visit
http://www.mail.hazratsultanbahu.com/cracm.php

It is working well but it is simple script

We need securities like yahoo or hotmail password forgot secrete question as well as user information's in record can you make these changes in it or can you provide me such advance script?

Yours truly,
M Farooq
Webmaster
www.mail.hazrat sultanbahu.com
Dec 3 '06 #7

Sign in to post your reply or Sign up for a free account.

Similar topics

4
7906
by: Oliver Spiesshofer | last post by:
Hi, is there a script out there that can send RSS feeds to a given email account? I have search the usual suspects (google, SF, FM, hotscripts) but could not find anything thanks Oliver
5
1538
by: Fred | last post by:
I've check all the info I can find on cookies and I have gotten some idea of how to set a cookie, set the expiration, and get the cookie value. But I need help bringing it all together to accomplish what I need to do. When someone first visits a signup page, I want them to see a popup that says they can sign up within the next 30 days without having to pay an appication fee. Then each time they revisit over the next 30
16
3265
by: nmdc69 | last post by:
Hi folks, Is there a simple way to log IP's without CGI? I need to log the IP's of the visitors to a website I run. I used to have a CGI script but there's no CGI on the server I'm using now. Thanks.
2
1461
by: .Net Sports | last post by:
I need to find a script that whereas a user signs up for your website and when he hits submit, an email goes to his email box with a confirmation link (generated by random number) for him to click so to ensure he has a valid email address. Does anyone know of a package or series of scripts that works with this? I'm using CDO mail in ASP. Thanks netsports
0
1406
by: david220 | last post by:
hi once members sign up to my site they get sent an email which contains there username/password which they enter on a sign up form. Once they've signed up the email is automatically sent using the code below. The site uses classic asp and vbscript, with the email bit in cdonts. I recently changed hosts and they use cdosys. I have used cdosys email before but are'nt sure how to get it to connect to the asp bits they enter on the sign...
2
2837
by: whitey | last post by:
Can anybody supply me with a script the does what is in the title above please? I have tried so many different methods! here is what im currently trying to get to work SIGN IN <!doctype html public "-//w3c//dtd html 3.2//en">
0
998
by: Steven Cheng [MSFT] | last post by:
Hi Jonathan, Does the starter kits helps some? Sincerely, Steven Cheng Microsoft MSDN Online Support Lead
82
10070
by: happyse27 | last post by:
Hi All, I modified the user registration script, but not sure how to make it check for each variable in terms of preventing junk registration and invalid characters? Two codes below : a) html b) perl script (print and inserting into database) Cheers... Andrew
0
9647
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
10356
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10161
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10098
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9958
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
8986
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
4058
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3662
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2890
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.