Mega Font Download$9.99
Related Searches:php manager phpmanager_nullified1.zip php Free php manager php manager Download
Name: phpmanager_nullified1 Size: 256 KB Type: Compressed (zipped) Folder Date modified: 8/19/2008 8:25 PM Date created: 11/15/2002 2:02 AM Date accessed: 11/15/2002 2:02 AM
phpManager
install txt added
call home disabled
hardcoded username and password that allowed unauthorized entry to your script by phpmanager.com removed
original files are included /admin/index /clients/index
dRiver 2002
This update adds the much wanted "Re-send Activation Email" feature :o)
To install:
1) Add the following code to your language files:
$activationemail_password = "Your chosen password";$activationemail_sent = "Activation email sent";
2) Replace "yourphpmanagerfolder/admin/clientmanager/modify.php" with the new modify.php file
3) Add the following code to your "yourphpmanagerfolder/templates/admin/clientmanager/viewclients.inc" file:
<button onclick="window.location='modify.php?id=<?php echo $id ?>&activationemail=yes'" class="formfield">Re-Send Activation Email</button>
(You probably need to turn word wrap on and print this)
I figured out how to do these things based on the phpManager update that allows you to resend the Activiation Email, and some post back and forths with Locutus about bcc's and receipt generation.
I've followed the below outlined steps myself, uploaded and tested them and they work great for me. But as with all changes, backup the files to be changed so you can easily go back if you encounter any problems.
This adds the following email functionality to phpManager:
A. a receipt will no longer be automatically generated when you first activate an account. However, all subsequent invoices will cause a receipt to be generated and sent. That's functionality I wanted, but if you don't, before you replace your add.php with the new one, copy the following to the enclosed new add.php on the line right after this code: $date = strftime("$dateformat",time());
include ("../../emails/receipt.inc");
B a bcc (separate copy) will be sent to you of the activation email when you activate an account
C. a bcc (separate copy) will be sent to you of the resent activiation email when you resend an activation email in the View Client area
D. a bcc of the invoice will be sent to you with the subject line: Invoice Record
E. a "Send Final Notice Email" choice button has been added to the View Client area
F. When you click on the Send Final Notice Email button in View Client, an email with the subject line "Overdue Payment - Final Notice" will be sent to the client
G. a bcc (separate copy) will be sent to you of the Final Notice with the subject line "Final Notice Record"
-----------------------------------------------------------------
If you don't want a particular function listed above, you'll have to revise the code yourself accordingly.
1) (a) Replace "yourphpmanagerfolder/admin/clientmanager/add.php" with the new add.php file1) (b) Replace "yourphpmanagerfolder/admin/clientmanager/modify.php" with the new modify.php file1) (c) Replace "yourphpmanagerfolder/admin/clientmanager/invoice.php" with the new invoice.php file
2) Add the following code to your "yourphpmanagerfolder/templates/admin/clientmanager/viewclients.inc" file:
<button onclick="window.location='modify.php?id=<?php echo $id ?>&finalnoticeemail=yes'" class="formfield">Re-Send Final Notice Email</button>
3) Upload the following includes to your yourphpmanagerfolder/email directory:
activationbcc.incinvoicerecord.incfinalnotice.incfinalnoticebcc.inc
NOTE: You won't be able to edit these emails in the admin panel of phpManager. I couldn't figure out how to add them, sorry. At any rate, before you upload the new includes, you should take a look at them with a text editor to see if you want to make any changes to the wording before uploading.
The next step, I'm not 100% sure you need to do, but since a change was instructed in the Resend activation email update, I included a like change in my language file. I'm sure Locutus will be able to clarify the need or lack thereof for this step when he reviews this customization, but I do know adding it didn't break anything:
4) Add the following code to your language files:
$finalnoticeemail_sent = "Final notice email sent";
Please follow the instructions exactly. If after installation you are getting errors, please refer back to this guide.
Full installation takes around 5 minutes, depending on your connection speed.
============================== INSTALLATION ==============================
1) Using your mySQL manager, create a database for phpManager. Please remember to add a username to the database, otherwise you won't be able to connect to it. To create the correct tables, use the supplied "phpmanager.sql" dump file. For instructions on how to setup a database, please consult your webhost providers documentation.
2) Unzip the phpManager.zip file.
3) Open the "root" folder, then open "connect.php" in Notepad. Enter your database connection details.
4) FTP into your server, then upload the "root" folder to your base directory (root directory) i.e One level below public_html. You may name this folder anything you wish.
5) Open "variables.php" in Notepad. Enter into "$rootdirectory" the server path to your "root" folder uploaded in step 4. Do NOT put a trailing slash at the end.
e.g $rootdirectory = "/home/yourdomain/root";
6) Upload the contents of the phpManager folder (minus the "root" folder) to any directory on your server. Chmod 666 all the files in the "emails" directory.
7) Point your browser to the "admin" folder on your server and login to your Admin CP. The default user/pass is: admin/admin. It is recommended you change this ASAP.
Admin CP: /admin/index.php
Client CP: /clients/index.php
Order Form: /order/index.php
Congratulations, you have successfully installed phpManager
Please Note: If you are getting the following error:
input in flex scanner failed in /home/yourdomain/public_html/root/languages on line 1
This means that your installation is not correct as it cannot read your language files. Please double check your installation.
- phpManager, 2002 Taysoft -========================================================All scripts contained within are protected by international law. Any unauthorised copying or distribution ofthis software will be dealt with accordingly.
Subsequently, the message must not beremoved from the software. A fee of US$200 is payable toremove the message. Additionally, phpManager isdistributed as a single server license (Single IP). You willbe required to purchase another license if you wish to installon another server.
Please note: Removal of the message does NOT giveyou distribution rights to the software. All you are payingfor is to remove the message to give a more professionallook for your clients.========================================================
- Installing -========================================================Please refer to our Support Forum for installationinstructions:
http://www.drizware.com
========================================================
Thank you for purchasing phpManager.
We are constantly improving our software for our clients andan essential part of this process is client feedback so thatwe know what our clients want added to improve the software.
Please don't hesitate in sending us your comments or suggestionsas to what you want included in the next updates for phpManager.
Regards,
Design TeamTaysoft - phpManager
nullification.txtactivation email/modify.phpactivation email/Readme.txtdate update/modify.phpemail-extras/activationbcc.incemail-extras/add.phpemail-extras/finalnotice.incemail-extras/finalnoticebcc.incemail-extras/invoice.phpemail-extras/invoicerecord.incemail-extras/modify.phpemail-extras/Readme.txtemail_extras_missing/email.phpemail_extras_missing/emails.incemail_extras_missing/english.incorder email/neworder.incphpmanager-nullified/phpmanager/phpManager/INSTALL.txtphpmanager-nullified/phpmanager/phpManager/phpmanager.sqlphpmanager-nullified/phpmanager/phpManager/Readme.txtphpmanager-nullified/phpmanager/phpManager/variables.phpphpmanager-nullified/phpmanager/phpManager/admin/contact.phpphpmanager-nullified/phpmanager/phpManager/admin/email.phpphpmanager-nullified/phpmanager/phpManager/admin/index.call homephpmanager-nullified/phpmanager/phpManager/admin/index.phpphpmanager-nullified/phpmanager/phpManager/admin/index2.phpphpmanager-nullified/phpmanager/phpManager/admin/main.phpphpmanager-nullified/phpmanager/phpManager/admin/setup.phpphpmanager-nullified/phpmanager/phpManager/admin/statistics.phpphpmanager-nullified/phpmanager/phpManager/admin/transactions.phpphpmanager-nullified/phpmanager/phpManager/admin/clientmanager/add.phpphpmanager-nullified/phpmanager/phpManager/admin/clientmanager/delete.phpphpmanager-nullified/phpmanager/phpManager/admin/clientmanager/invoice.phpphpmanager-nullified/phpmanager/phpManager/admin/clientmanager/message.phpphpmanager-nullified/phpmanager/phpManager/admin/clientmanager/modify.phpphpmanager-nullified/phpmanager/phpManager/admin/clientmanager/pending.phpphpmanager-nullified/phpmanager/phpManager/admin/clientmanager/viewclients.phpphpmanager-nullified/phpmanager/phpManager/admin/staffmanager/addstaff.phpphpmanager-nullified/phpmanager/phpManager/admin/staffmanager/deletestaff.phpphpmanager-nullified/phpmanager/phpManager/admin/staffmanager/modifystaff.phpphpmanager-nullified/phpmanager/phpManager/admin/staffmanager/viewstaff.phpphpmanager-nullified/phpmanager/phpManager/admin/support/support.phpphpmanager-nullified/phpmanager/phpManager/clients/details.phpphpmanager-nullified/phpmanager/phpManager/clients/index.call homephpmanager-nullified/phpmanager/phpManager/clients/index.phpphpmanager-nullified/phpmanager/phpManager/clients/main.phpphpmanager-nullified/phpmanager/phpManager/clients/modify.phpphpmanager-nullified/phpmanager/phpManager/clients/summary.phpphpmanager-nullified/phpmanager/phpManager/clients/support.htmlphpmanager-nullified/phpmanager/phpManager/clients/transactions.phpphpmanager-nullified/phpmanager/phpManager/clients/support/support.phpphpmanager-nullified/phpmanager/phpManager/emails/activation.incphpmanager-nullified/phpmanager/phpManager/emails/adminamendsupport.incphpmanager-nullified/phpmanager/phpManager/emails/amendsupportnotice.incphpmanager-nullified/phpmanager/phpManager/emails/cancelaccount.incphpmanager-nullified/phpmanager/phpManager/emails/cancelorder.incphpmanager-nullified/phpmanager/phpManager/emails/chequeconfirmation.incphpmanager-nullified/phpmanager/phpManager/emails/closesupport.incphpmanager-nullified/phpmanager/phpManager/emails/creditcardconfirmation.incphpmanager-nullified/phpmanager/phpManager/emails/invoice.incphpmanager-nullified/phpmanager/phpManager/emails/moniesconfirmation.incphpmanager-nullified/phpmanager/phpManager/emails/neworder.incphpmanager-nullified/phpmanager/phpManager/emails/nochexconfirmation.incphpmanager-nullified/phpmanager/phpManager/emails/paypalconfirmation.incphpmanager-nullified/phpmanager/phpManager/emails/receipt.incphpmanager-nullified/phpmanager/phpManager/emails/support.incphpmanager-nullified/phpmanager/phpManager/emails/supportnotice.incphpmanager-nullified/phpmanager/phpManager/order/index.phpphpmanager-nullified/phpmanager/phpManager/root/connect.phpphpmanager-nullified/phpmanager/phpManager/root/admin/cc.incphpmanager-nullified/phpmanager/phpManager/root/admin/nochex.incphpmanager-nullified/phpmanager/phpManager/root/admin/packages.incphpmanager-nullified/phpmanager/phpManager/root/admin/paypal.incphpmanager-nullified/phpmanager/phpManager/root/admin/plans.incphpmanager-nullified/phpmanager/phpManager/root/admin/clientmanager/invoice.incphpmanager-nullified/phpmanager/phpManager/root/admin/clientmanager/pending.incphpmanager-nullified/phpmanager/phpManager/root/admin/clientmanager/readclientdetails.incphpmanager-nullified/phpmanager/phpManager/root/admin/clientmanager/readpendingclients.incphpmanager-nullified/phpmanager/phpManager/root/admin/clientmanager/unpaid.incphpmanager-nullified/phpmanager/phpManager/root/admin/clientmanager/viewallclients.incphpmanager-nullified/phpmanager/phpManager/root/admin/staffmanager/readstaffdetails.incphpmanager-nullified/phpmanager/phpManager/root/admin/staffmanager/viewallstaff.incphpmanager-nullified/phpmanager/phpManager/root/clients/summary.incphpmanager-nullified/phpmanager/phpManager/root/clients/unpaid.incphpmanager-nullified/phpmanager/phpManager/root/languages/english.incphpmanager-nullified/phpmanager/phpManager/root/languages/french.incphpmanager-nullified/phpmanager/phpManager/root/languages/german.incphpmanager-nullified/phpmanager/phpManager/root/languages/italian.incphpmanager-nullified/phpmanager/phpManager/root/languages/spanish.incphpmanager-nullified/phpmanager/phpManager/root/support/appendsupport.incphpmanager-nullified/phpmanager/phpManager/root/support/assignedsupport.incphpmanager-nullified/phpmanager/phpManager/root/support/support.incphpmanager-nullified/phpmanager/phpManager/root/support/clients/addnewsupport.incphpmanager-nullified/phpmanager/phpManager/root/support/clients/appendsupport.incphpmanager-nullified/phpmanager/phpManager/root/support/clients/viewsupport.incphpmanager-nullified/phpmanager/phpManager/templates/aqua/styles.cssphpmanager-nullified/phpmanager/phpManager/templates/aqua/admin/admin_menu.incphpmanager-nullified/phpmanager/phpManager/templates/aqua/admin/editplan.incphpmanager-nullified/phpmanager/phpManager/templates/aqua/admin/emails.incphpmanager-nullified/phpmanager/phpManager/templates/aqua/admin/header.incphpmanager-nullified/phpmanager/phpManager/templates/aqua/admin/main.incphpmanager-nullified/phpmanager/phpManager/templates/aqua/admin/plans.incphpmanager-nullified/phpmanager/phpManager/templates/aqua/admin/searchtransactions.incphpmanager-nullified/phpmanager/phpManager/templates/aqua/admin/setup.incphpmanager-nullified/phpmanager/phpManager/templates/aqua/admin/stafflogin.incphpmanager-nullified/phpmanager/phpManager/templates/aqua/admin/summary.incphpmanager-nullified/phpmanager/phpManager/templates/aqua/admin/superadmin_menu.incphpmanager-nullified/phpmanager/phpManager/templates/aqua/admin/support_main.incphpmanager-nullified/phpmanager/phpManager/templates/aqua/admin/support_menu.incphpmanager-nullified/phpmanager/phpManager/templates/aqua/admin/variables.incphpmanager-nullified/phpmanager/phpManager/templates/aqua/admin/clientmanager/activate.incphpmanager-nullified/phpmanager/phpManager/templates/aqua/admin/clientmanager/add.incphpmanager-nullified/phpmanager/phpManager/templates/aqua/admin/clientmanager/message.incphpmanager-nullified/phpmanager/phpManager/templates/aqua/admin/clientmanager/searchclients.incphpmanager-nullified/phpmanager/phpManager/templates/aqua/admin/clientmanager/viewallclients.incphpmanager-nullified/phpmanager/phpManager/templates/aqua/admin/clientmanager/viewclients.incphpmanager-nullified/phpmanager/phpManager/templates/aqua/admin/staffmanager/addstaff.incphpmanager-nullified/phpmanager/phpManager/templates/aqua/admin/staffmanager/deletestaff.incphpmanager-nullified/phpmanager/phpManager/templates/aqua/admin/staffmanager/searchstaff.incphpmanager-nullified/phpmanager/phpManager/templates/aqua/admin/staffmanager/viewallstaff.incphpmanager-nullified/phpmanager/phpManager/templates/aqua/admin/staffmanager/viewstaff.incphpmanager-nullified/phpmanager/phpManager/templates/aqua/clients/accountmanager_header.incphpmanager-nullified/phpmanager/phpManager/templates/aqua/clients/accountmanager_main.incphpmanager-nullified/phpmanager/phpManager/templates/aqua/clients/accountmanager_menu.incphpmanager-nullified/phpmanager/phpManager/templates/aqua/clients/accountmanager_summary.incphpmanager-nullified/phpmanager/phpManager/templates/aqua/clients/clientlogin.incphpmanager-nullified/phpmanager/phpManager/templates/aqua/clients/viewdetails.incphpmanager-nullified/phpmanager/phpManager/templates/aqua/images/accountcp.gifphpmanager-nullified/phpmanager/phpManager/templates/aqua/images/addclient.gifphpmanager-nullified/phpmanager/phpManager/templates/aqua/images/addstaff.gifphpmanager-nullified/phpmanager/phpManager/templates/aqua/images/admincp.gifphpmanager-nullified/phpmanager/phpManager/templates/aqua/images/backups.gifphpmanager-nullified/phpmanager/phpManager/templates/aqua/images/banner.gifphpmanager-nullified/phpmanager/phpManager/templates/aqua/images/bannerend.gifphpmanager-nullified/phpmanager/phpManager/templates/aqua/images/Blank_Logo.gifphpmanager-nullified/phpmanager/phpManager/templates/aqua/images/clientmanager.gifphpmanager-nullified/phpmanager/phpManager/templates/aqua/images/clientsupport.gifphpmanager-nullified/phpmanager/phpManager/templates/aqua/images/controlpanel.gifphpmanager-nullified/phpmanager/phpManager/templates/aqua/images/cpanel4.gifphpmanager-nullified/phpmanager/phpManager/templates/aqua/images/cronjobs.gifphpmanager-nullified/phpmanager/phpManager/templates/aqua/images/editemail.gifphpmanager-nullified/phpmanager/phpManager/templates/aqua/images/email.gifphpmanager-nullified/phpmanager/phpManager/templates/aqua/images/errorpages.gifphpmanager-nullified/phpmanager/phpManager/templates/aqua/images/forum.gifphpmanager-nullified/phpmanager/phpManager/templates/aqua/images/ftpmanager.gifphpmanager-nullified/phpmanager/phpManager/templates/aqua/images/helpdesk.gifphpmanager-nullified/phpmanager/phpManager/templates/aqua/images/index.gifphpmanager-nullified/phpmanager/phpManager/templates/aqua/images/logo.gifphpmanager-nullified/phpmanager/phpManager/templates/aqua/images/menubarbg.gifphpmanager-nullified/phpmanager/phpManager/templates/aqua/images/menubarend.gifphpmanager-nullified/phpmanager/phpManager/templates/aqua/images/mysql.gifphpmanager-nullified/phpmanager/phpManager/templates/aqua/images/phpmyadmin.gifphpmanager-nullified/phpmanager/phpManager/templates/aqua/images/pixel.gifphpmanager-nullified/phpmanager/phpManager/templates/aqua/images/profile.gifphpmanager-nullified/phpmanager/phpManager/templates/aqua/images/sendmessage.gifphpmanager-nullified/phpmanager/phpManager/templates/aqua/images/serverstatus.gifphpmanager-nullified/phpmanager/phpManager/templates/aqua/images/setup.gifphpmanager-nullified/phpmanager/phpManager/templates/aqua/images/statistic.gifphpmanager-nullified/phpmanager/phpManager/templates/aqua/images/subdomain.gifphpmanager-nullified/phpmanager/phpManager/templates/aqua/images/subdomains.gifphpmanager-nullified/phpmanager/phpManager/templates/aqua/images/submitsite.gifphpmanager-nullified/phpmanager/phpManager/templates/aqua/images/support.gifphpmanager-nullified/phpmanager/phpManager/templates/aqua/images/supportdesk.gifphpmanager-nullified/phpmanager/phpManager/templates/aqua/images/telnet.gifphpmanager-nullified/phpmanager/phpManager/templates/aqua/images/transaction.gifphpmanager-nullified/phpmanager/phpManager/templates/aqua/images/viewclient.gifphpmanager-nullified/phpmanager/phpManager/templates/aqua/images/viewstaff.gifphpmanager-nullified/phpmanager/phpManager/templates/aqua/images/webmail.gifphpmanager-nullified/phpmanager/phpManager/templates/aqua/images/webprotect.gifphpmanager-nullified/phpmanager/phpManager/templates/aqua/images/webstats.gifphpmanager-nullified/phpmanager/phpManager/templates/aqua/order/checkdomainname.incphpmanager-nullified/phpmanager/phpManager/templates/aqua/order/checkemail.incphpmanager-nullified/phpmanager/phpManager/templates/aqua/order/checkfields.incphpmanager-nullified/phpmanager/phpManager/templates/aqua/order/checkterms.incphpmanager-nullified/phpmanager/phpManager/templates/aqua/order/cheque.incphpmanager-nullified/phpmanager/phpManager/templates/aqua/order/creditcard.incphpmanager-nullified/phpmanager/phpManager/templates/aqua/order/monies.incphpmanager-nullified/phpmanager/phpManager/templates/aqua/order/nochex.incphpmanager-nullified/phpmanager/phpManager/templates/aqua/order/order.incphpmanager-nullified/phpmanager/phpManager/templates/aqua/order/paypal.incphpmanager-nullified/phpmanager/phpManager/templates/aqua/order/thankyou.phpphpmanager-nullified/phpmanager/phpManager/templates/aqua/support/addsupport.incphpmanager-nullified/phpmanager/phpManager/templates/aqua/support/searchticket.incphpmanager-nullified/phpmanager/phpManager/templates/aqua/support/ticket.incphpmanager-nullified/phpmanager/phpManager/templates/default/styles.cssphpmanager-nullified/phpmanager/phpManager/templates/default/admin/admin_menu.incphpmanager-nullified/phpmanager/phpManager/templates/default/admin/editplan.incphpmanager-nullified/phpmanager/phpManager/templates/default/admin/emails.incphpmanager-nullified/phpmanager/phpManager/templates/default/admin/header.incphpmanager-nullified/phpmanager/phpManager/templates/default/admin/main.incphpmanager-nullified/phpmanager/phpManager/templates/default/admin/plans.incphpmanager-nullified/phpmanager/phpManager/templates/default/admin/searchtransactions.incphpmanager-nullified/phpmanager/phpManager/templates/default/admin/setup.incphpmanager-nullified/phpmanager/phpManager/templates/default/admin/stafflogin.incphpmanager-nullified/phpmanager/phpManager/templates/default/admin/summary.incphpmanager-nullified/phpmanager/phpManager/templates/default/admin/superadmin_menu.incphpmanager-nullified/phpmanager/phpManager/templates/default/admin/support_main.incphpmanager-nullified/phpmanager/phpManager/templates/default/admin/support_menu.incphpmanager-nullified/phpmanager/phpManager/templates/default/admin/variables.incphpmanager-nullified/phpmanager/phpManager/templates/default/admin/clientmanager/activate.incphpmanager-nullified/phpmanager/phpManager/templates/default/admin/clientmanager/add.incphpmanager-nullified/phpmanager/phpManager/templates/default/admin/clientmanager/message.incphpmanager-nullified/phpmanager/phpManager/templates/default/admin/clientmanager/searchclients.incphpmanager-nullified/phpmanager/phpManager/templates/default/admin/clientmanager/viewallclients.incphpmanager-nullified/phpmanager/phpManager/templates/default/admin/clientmanager/viewclients.incphpmanager-nullified/phpmanager/phpManager/templates/default/admin/staffmanager/addstaff.incphpmanager-nullified/phpmanager/phpManager/templates/default/admin/staffmanager/deletestaff.incphpmanager-nullified/phpmanager/phpManager/templates/default/admin/staffmanager/searchstaff.incphpmanager-nullified/phpmanager/phpManager/templates/default/admin/staffmanager/viewallstaff.incphpmanager-nullified/phpmanager/phpManager/templates/default/admin/staffmanager/viewstaff.incphpmanager-nullified/phpmanager/phpManager/templates/default/clients/accountmanager_header.incphpmanager-nullified/phpmanager/phpManager/templates/default/clients/accountmanager_main.incphpmanager-nullified/phpmanager/phpManager/templates/default/clients/accountmanager_menu.incphpmanager-nullified/phpmanager/phpManager/templates/default/clients/accountmanager_summary.incphpmanager-nullified/phpmanager/phpManager/templates/default/clients/clientlogin.incphpmanager-nullified/phpmanager/phpManager/templates/default/clients/viewdetails.incphpmanager-nullified/phpmanager/phpManager/templates/default/images/logo.gifphpmanager-nullified/phpmanager/phpManager/templates/default/order/checkdomainname.incphpmanager-nullified/phpmanager/phpManager/templates/default/order/checkemail.incphpmanager-nullified/phpmanager/phpManager/templates/default/order/checkfields.incphpmanager-nullified/phpmanager/phpManager/templates/default/order/checkterms.incphpmanager-nullified/phpmanager/phpManager/templates/default/order/cheque.incphpmanager-nullified/phpmanager/phpManager/templates/default/order/creditcard.incphpmanager-nullified/phpmanager/phpManager/templates/default/order/monies.incphpmanager-nullified/phpmanager/phpManager/templates/default/order/nochex.incphpmanager-nullified/phpmanager/phpManager/templates/default/order/order.incphpmanager-nullified/phpmanager/phpManager/templates/default/order/paypal.incphpmanager-nullified/phpmanager/phpManager/templates/default/order/thankyou.phpphpmanager-nullified/phpmanager/phpManager/templates/default/support/addsupport.incphpmanager-nullified/phpmanager/phpManager/templates/default/support/searchticket.incphpmanager-nullified/phpmanager/phpManager/templates/default/support/ticket.inc
Price: $0.00