| | |||||
| ||||||||
| CODE This forum is for posting code snippets and example scripts that aren't quite tutorials, but could be useful for others. You may post code snippets and/or completed scripts that you've written and want to share here. |
![]() |
| | LinkBack | Thread Tools |
| | THREAD STARTER #26 (permalink) |
| Eating Pie Join Date: Nov 2004 Location: Canada
Posts: 2,267
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() | I was looking through my old scripts and I found this again.. I thought about what I could do to it.. Is anyone intrested in a Paypal IPN version.. With higher quota's and more domains for payers and less for free?? - Steve
__________________ I feel old. |
| |
| | #29 (permalink) |
| NamePros Regular Join Date: Dec 2004
Posts: 294
![]() ![]() | hey great job on the script. It worked the first time i tryed...Since you can create email accounts with this script. With some minor changes you can do almost anything you can do when your logged in as the CPanel Admin. hmm like create subdirectoies on the fly, forwarding accounts, display stats, add block IP addresses, add delete ftp accounts,add domains... ..its endless..... I just wonder if there is a Security risk? Some testing i did could not find one. Again Thanks like i was saying, anything could be displayed AWSTATS for 0www.net not complete code added to cpemail class just to test and hardcoded to 0www.net outblaz was my main domain for my cpanel ????: NamePros.com http://www.namepros.com/code/133837-cpanel-automated-email-account-creator.html \/ \/ \/ function get_awstats() { $file = fopen ("http://$this->cpuser:$this->cppass@$this->cpip:2082/awstats.pl?config=0www.outblaz.com&lang=en&framena me=mainright\" noresize=\"0\" scrolling=\"YES\" frameborder=\"0\"","r"); if (!$file) { echo "error error error"; } // Get results while (!feof ($file)) { $line = fgets ($file, 1024); echo $line; } fclose($file); } } // Process form $do = new CPAWSTAT; $do->get_awstats();
__________________ 1) IPNEIGHBOR.COM Find your hosted IP Address Neighbors 2) The Short Version of IPNeighbor.com for cnn.com 4) Sendmyip.com - Whois Search |
| |
| | THREAD STARTER #34 (permalink) |
| Eating Pie Join Date: Nov 2004 Location: Canada
Posts: 2,267
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() | Could you opne up your cpemail.php and PM me the lines below (What they look like in your file) PHP Code:
__________________ I feel old. |
| |
| | #39 (permalink) |
| NamePros Regular Join Date: Dec 2006
Posts: 231
![]() | Hey, Will this setup something like on this site. www.zi4.org?? I am looking to setup a free email website. Please advise. Appreciate any help, thanks. |
| |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Cheap Hosting! Automatic account creation! | Solid:Snake | Web Hosting Offers | 1 | 08-25-2005 03:33 PM |
| WARNING: PayPal Fraud Emails | NamePopper | Warnings & Alerts | 18 | 06-27-2003 07:01 PM |