Search for:
Welcome Guest [Login | Register| Register as Seller]
Categories
Shopping Downloads
Checkout Basket
0Items in cart:
$0.00Total:
Mailing List
Subscribe to our mailing list below:
Email:
Resources
DrizWare.com on Facebook
Location: /PHP Scripts





php manager

Related Searches:
php manager
phpmanager_nullified1.zip
php
Free php manager
php manager Download

phpmanager_nullified1.zip

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

nullification.txt

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

activation email/Readme.txt

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>

email-extras/Readme.txt

(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.

To install:

1) (a) Replace "yourphpmanagerfolder/admin/clientmanager/add.php" with the new add.php file
1) (b) Replace "yourphpmanagerfolder/admin/clientmanager/modify.php" with the new modify.php file
1) (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.inc
invoicerecord.inc
finalnotice.inc
finalnoticebcc.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";

phpmanager-nullified/phpmanager/phpManager/INSTALL.txt

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-nullified/phpmanager/phpManager/Readme.txt

- phpManager, 2002 Taysoft -
========================================================
All scripts contained within are protected by international
law. Any unauthorised copying or distribution of
this software will be dealt with accordingly.

Subsequently, the message must not be
removed from the software. A fee of US$200 is payable to
remove the message. Additionally, phpManager is
distributed as a single server license (Single IP). You will
be required to purchase another license if you wish to install
on another server.

Please note: Removal of the message does NOT give
you distribution rights to the software. All you are paying
for is to remove the message to give a more professional
look for your clients.
========================================================

- Installing -
========================================================
Please refer to our Support Forum for installation
instructions:

http://www.drizware.com

========================================================

Thank you for purchasing phpManager.

We are constantly improving our software for our clients and
an essential part of this process is client feedback so that
we know what our clients want added to improve the software.

Please don't hesitate in sending us your comments or suggestions
as to what you want included in the next updates for phpManager.

Regards,

Design Team
Taysoft - phpManager

Files


nullification.txt
activation email/modify.php
activation email/Readme.txt
date update/modify.php
email-extras/activationbcc.inc
email-extras/add.php
email-extras/finalnotice.inc
email-extras/finalnoticebcc.inc
email-extras/invoice.php
email-extras/invoicerecord.inc
email-extras/modify.php
email-extras/Readme.txt
email_extras_missing/email.php
email_extras_missing/emails.inc
email_extras_missing/english.inc
order email/neworder.inc
phpmanager-nullified/phpmanager/phpManager/INSTALL.txt
phpmanager-nullified/phpmanager/phpManager/phpmanager.sql
phpmanager-nullified/phpmanager/phpManager/Readme.txt
phpmanager-nullified/phpmanager/phpManager/variables.php
phpmanager-nullified/phpmanager/phpManager/admin/contact.php
phpmanager-nullified/phpmanager/phpManager/admin/email.php
phpmanager-nullified/phpmanager/phpManager/admin/index.call home
phpmanager-nullified/phpmanager/phpManager/admin/index.php
phpmanager-nullified/phpmanager/phpManager/admin/index2.php
phpmanager-nullified/phpmanager/phpManager/admin/main.php
phpmanager-nullified/phpmanager/phpManager/admin/setup.php
phpmanager-nullified/phpmanager/phpManager/admin/statistics.php
phpmanager-nullified/phpmanager/phpManager/admin/transactions.php
phpmanager-nullified/phpmanager/phpManager/admin/clientmanager/add.php
phpmanager-nullified/phpmanager/phpManager/admin/clientmanager/delete.php
phpmanager-nullified/phpmanager/phpManager/admin/clientmanager/invoice.php
phpmanager-nullified/phpmanager/phpManager/admin/clientmanager/message.php
phpmanager-nullified/phpmanager/phpManager/admin/clientmanager/modify.php
phpmanager-nullified/phpmanager/phpManager/admin/clientmanager/pending.php
phpmanager-nullified/phpmanager/phpManager/admin/clientmanager/viewclients.php
phpmanager-nullified/phpmanager/phpManager/admin/staffmanager/addstaff.php
phpmanager-nullified/phpmanager/phpManager/admin/staffmanager/deletestaff.php
phpmanager-nullified/phpmanager/phpManager/admin/staffmanager/modifystaff.php
phpmanager-nullified/phpmanager/phpManager/admin/staffmanager/viewstaff.php
phpmanager-nullified/phpmanager/phpManager/admin/support/support.php
phpmanager-nullified/phpmanager/phpManager/clients/details.php
phpmanager-nullified/phpmanager/phpManager/clients/index.call home
phpmanager-nullified/phpmanager/phpManager/clients/index.php
phpmanager-nullified/phpmanager/phpManager/clients/main.php
phpmanager-nullified/phpmanager/phpManager/clients/modify.php
phpmanager-nullified/phpmanager/phpManager/clients/summary.php
phpmanager-nullified/phpmanager/phpManager/clients/support.html
phpmanager-nullified/phpmanager/phpManager/clients/transactions.php
phpmanager-nullified/phpmanager/phpManager/clients/support/support.php
phpmanager-nullified/phpmanager/phpManager/emails/activation.inc
phpmanager-nullified/phpmanager/phpManager/emails/adminamendsupport.inc
phpmanager-nullified/phpmanager/phpManager/emails/amendsupportnotice.inc
phpmanager-nullified/phpmanager/phpManager/emails/cancelaccount.inc
phpmanager-nullified/phpmanager/phpManager/emails/cancelorder.inc
phpmanager-nullified/phpmanager/phpManager/emails/chequeconfirmation.inc
phpmanager-nullified/phpmanager/phpManager/emails/closesupport.inc
phpmanager-nullified/phpmanager/phpManager/emails/creditcardconfirmation.inc
phpmanager-nullified/phpmanager/phpManager/emails/invoice.inc
phpmanager-nullified/phpmanager/phpManager/emails/moniesconfirmation.inc
phpmanager-nullified/phpmanager/phpManager/emails/neworder.inc
phpmanager-nullified/phpmanager/phpManager/emails/nochexconfirmation.inc
phpmanager-nullified/phpmanager/phpManager/emails/paypalconfirmation.inc
phpmanager-nullified/phpmanager/phpManager/emails/receipt.inc
phpmanager-nullified/phpmanager/phpManager/emails/support.inc
phpmanager-nullified/phpmanager/phpManager/emails/supportnotice.inc
phpmanager-nullified/phpmanager/phpManager/order/index.php
phpmanager-nullified/phpmanager/phpManager/root/connect.php
phpmanager-nullified/phpmanager/phpManager/root/admin/cc.inc
phpmanager-nullified/phpmanager/phpManager/root/admin/nochex.inc
phpmanager-nullified/phpmanager/phpManager/root/admin/packages.inc
phpmanager-nullified/phpmanager/phpManager/root/admin/paypal.inc
phpmanager-nullified/phpmanager/phpManager/root/admin/plans.inc
phpmanager-nullified/phpmanager/phpManager/root/admin/clientmanager/invoice.inc
phpmanager-nullified/phpmanager/phpManager/root/admin/clientmanager/pending.inc
phpmanager-nullified/phpmanager/phpManager/root/admin/clientmanager/readclientdetails.inc
phpmanager-nullified/phpmanager/phpManager/root/admin/clientmanager/readpendingclients.inc
phpmanager-nullified/phpmanager/phpManager/root/admin/clientmanager/unpaid.inc
phpmanager-nullified/phpmanager/phpManager/root/admin/clientmanager/viewallclients.inc
phpmanager-nullified/phpmanager/phpManager/root/admin/staffmanager/readstaffdetails.inc
phpmanager-nullified/phpmanager/phpManager/root/admin/staffmanager/viewallstaff.inc
phpmanager-nullified/phpmanager/phpManager/root/clients/summary.inc
phpmanager-nullified/phpmanager/phpManager/root/clients/unpaid.inc
phpmanager-nullified/phpmanager/phpManager/root/languages/english.inc
phpmanager-nullified/phpmanager/phpManager/root/languages/french.inc
phpmanager-nullified/phpmanager/phpManager/root/languages/german.inc
phpmanager-nullified/phpmanager/phpManager/root/languages/italian.inc
phpmanager-nullified/phpmanager/phpManager/root/languages/spanish.inc
phpmanager-nullified/phpmanager/phpManager/root/support/appendsupport.inc
phpmanager-nullified/phpmanager/phpManager/root/support/assignedsupport.inc
phpmanager-nullified/phpmanager/phpManager/root/support/support.inc
phpmanager-nullified/phpmanager/phpManager/root/support/clients/addnewsupport.inc
phpmanager-nullified/phpmanager/phpManager/root/support/clients/appendsupport.inc
phpmanager-nullified/phpmanager/phpManager/root/support/clients/viewsupport.inc
phpmanager-nullified/phpmanager/phpManager/templates/aqua/styles.css
phpmanager-nullified/phpmanager/phpManager/templates/aqua/admin/admin_menu.inc
phpmanager-nullified/phpmanager/phpManager/templates/aqua/admin/editplan.inc
phpmanager-nullified/phpmanager/phpManager/templates/aqua/admin/emails.inc
phpmanager-nullified/phpmanager/phpManager/templates/aqua/admin/header.inc
phpmanager-nullified/phpmanager/phpManager/templates/aqua/admin/main.inc
phpmanager-nullified/phpmanager/phpManager/templates/aqua/admin/plans.inc
phpmanager-nullified/phpmanager/phpManager/templates/aqua/admin/searchtransactions.inc
phpmanager-nullified/phpmanager/phpManager/templates/aqua/admin/setup.inc
phpmanager-nullified/phpmanager/phpManager/templates/aqua/admin/stafflogin.inc
phpmanager-nullified/phpmanager/phpManager/templates/aqua/admin/summary.inc
phpmanager-nullified/phpmanager/phpManager/templates/aqua/admin/superadmin_menu.inc
phpmanager-nullified/phpmanager/phpManager/templates/aqua/admin/support_main.inc
phpmanager-nullified/phpmanager/phpManager/templates/aqua/admin/support_menu.inc
phpmanager-nullified/phpmanager/phpManager/templates/aqua/admin/variables.inc
phpmanager-nullified/phpmanager/phpManager/templates/aqua/admin/clientmanager/activate.inc
phpmanager-nullified/phpmanager/phpManager/templates/aqua/admin/clientmanager/add.inc
phpmanager-nullified/phpmanager/phpManager/templates/aqua/admin/clientmanager/message.inc
phpmanager-nullified/phpmanager/phpManager/templates/aqua/admin/clientmanager/searchclients.inc
phpmanager-nullified/phpmanager/phpManager/templates/aqua/admin/clientmanager/viewallclients.inc
phpmanager-nullified/phpmanager/phpManager/templates/aqua/admin/clientmanager/viewclients.inc
phpmanager-nullified/phpmanager/phpManager/templates/aqua/admin/staffmanager/addstaff.inc
phpmanager-nullified/phpmanager/phpManager/templates/aqua/admin/staffmanager/deletestaff.inc
phpmanager-nullified/phpmanager/phpManager/templates/aqua/admin/staffmanager/searchstaff.inc
phpmanager-nullified/phpmanager/phpManager/templates/aqua/admin/staffmanager/viewallstaff.inc
phpmanager-nullified/phpmanager/phpManager/templates/aqua/admin/staffmanager/viewstaff.inc
phpmanager-nullified/phpmanager/phpManager/templates/aqua/clients/accountmanager_header.inc
phpmanager-nullified/phpmanager/phpManager/templates/aqua/clients/accountmanager_main.inc
phpmanager-nullified/phpmanager/phpManager/templates/aqua/clients/accountmanager_menu.inc
phpmanager-nullified/phpmanager/phpManager/templates/aqua/clients/accountmanager_summary.inc
phpmanager-nullified/phpmanager/phpManager/templates/aqua/clients/clientlogin.inc
phpmanager-nullified/phpmanager/phpManager/templates/aqua/clients/viewdetails.inc
phpmanager-nullified/phpmanager/phpManager/templates/aqua/images/accountcp.gif
phpmanager-nullified/phpmanager/phpManager/templates/aqua/images/addclient.gif
phpmanager-nullified/phpmanager/phpManager/templates/aqua/images/addstaff.gif
phpmanager-nullified/phpmanager/phpManager/templates/aqua/images/admincp.gif
phpmanager-nullified/phpmanager/phpManager/templates/aqua/images/backups.gif
phpmanager-nullified/phpmanager/phpManager/templates/aqua/images/banner.gif
phpmanager-nullified/phpmanager/phpManager/templates/aqua/images/bannerend.gif
phpmanager-nullified/phpmanager/phpManager/templates/aqua/images/Blank_Logo.gif
phpmanager-nullified/phpmanager/phpManager/templates/aqua/images/clientmanager.gif
phpmanager-nullified/phpmanager/phpManager/templates/aqua/images/clientsupport.gif
phpmanager-nullified/phpmanager/phpManager/templates/aqua/images/controlpanel.gif
phpmanager-nullified/phpmanager/phpManager/templates/aqua/images/cpanel4.gif
phpmanager-nullified/phpmanager/phpManager/templates/aqua/images/cronjobs.gif
phpmanager-nullified/phpmanager/phpManager/templates/aqua/images/editemail.gif
phpmanager-nullified/phpmanager/phpManager/templates/aqua/images/email.gif
phpmanager-nullified/phpmanager/phpManager/templates/aqua/images/errorpages.gif
phpmanager-nullified/phpmanager/phpManager/templates/aqua/images/forum.gif
phpmanager-nullified/phpmanager/phpManager/templates/aqua/images/ftpmanager.gif
phpmanager-nullified/phpmanager/phpManager/templates/aqua/images/helpdesk.gif
phpmanager-nullified/phpmanager/phpManager/templates/aqua/images/index.gif
phpmanager-nullified/phpmanager/phpManager/templates/aqua/images/logo.gif
phpmanager-nullified/phpmanager/phpManager/templates/aqua/images/menubarbg.gif
phpmanager-nullified/phpmanager/phpManager/templates/aqua/images/menubarend.gif
phpmanager-nullified/phpmanager/phpManager/templates/aqua/images/mysql.gif
phpmanager-nullified/phpmanager/phpManager/templates/aqua/images/phpmyadmin.gif
phpmanager-nullified/phpmanager/phpManager/templates/aqua/images/pixel.gif
phpmanager-nullified/phpmanager/phpManager/templates/aqua/images/profile.gif
phpmanager-nullified/phpmanager/phpManager/templates/aqua/images/sendmessage.gif
phpmanager-nullified/phpmanager/phpManager/templates/aqua/images/serverstatus.gif
phpmanager-nullified/phpmanager/phpManager/templates/aqua/images/setup.gif
phpmanager-nullified/phpmanager/phpManager/templates/aqua/images/statistic.gif
phpmanager-nullified/phpmanager/phpManager/templates/aqua/images/subdomain.gif
phpmanager-nullified/phpmanager/phpManager/templates/aqua/images/subdomains.gif
phpmanager-nullified/phpmanager/phpManager/templates/aqua/images/submitsite.gif
phpmanager-nullified/phpmanager/phpManager/templates/aqua/images/support.gif
phpmanager-nullified/phpmanager/phpManager/templates/aqua/images/supportdesk.gif
phpmanager-nullified/phpmanager/phpManager/templates/aqua/images/telnet.gif
phpmanager-nullified/phpmanager/phpManager/templates/aqua/images/transaction.gif
phpmanager-nullified/phpmanager/phpManager/templates/aqua/images/viewclient.gif
phpmanager-nullified/phpmanager/phpManager/templates/aqua/images/viewstaff.gif
phpmanager-nullified/phpmanager/phpManager/templates/aqua/images/webmail.gif
phpmanager-nullified/phpmanager/phpManager/templates/aqua/images/webprotect.gif
phpmanager-nullified/phpmanager/phpManager/templates/aqua/images/webstats.gif
phpmanager-nullified/phpmanager/phpManager/templates/aqua/order/checkdomainname.inc
phpmanager-nullified/phpmanager/phpManager/templates/aqua/order/checkemail.inc
phpmanager-nullified/phpmanager/phpManager/templates/aqua/order/checkfields.inc
phpmanager-nullified/phpmanager/phpManager/templates/aqua/order/checkterms.inc
phpmanager-nullified/phpmanager/phpManager/templates/aqua/order/cheque.inc
phpmanager-nullified/phpmanager/phpManager/templates/aqua/order/creditcard.inc
phpmanager-nullified/phpmanager/phpManager/templates/aqua/order/monies.inc
phpmanager-nullified/phpmanager/phpManager/templates/aqua/order/nochex.inc
phpmanager-nullified/phpmanager/phpManager/templates/aqua/order/order.inc
phpmanager-nullified/phpmanager/phpManager/templates/aqua/order/paypal.inc
phpmanager-nullified/phpmanager/phpManager/templates/aqua/order/thankyou.php
phpmanager-nullified/phpmanager/phpManager/templates/aqua/support/addsupport.inc
phpmanager-nullified/phpmanager/phpManager/templates/aqua/support/searchticket.inc
phpmanager-nullified/phpmanager/phpManager/templates/aqua/support/ticket.inc
phpmanager-nullified/phpmanager/phpManager/templates/default/styles.css
phpmanager-nullified/phpmanager/phpManager/templates/default/admin/admin_menu.inc
phpmanager-nullified/phpmanager/phpManager/templates/default/admin/editplan.inc
phpmanager-nullified/phpmanager/phpManager/templates/default/admin/emails.inc
phpmanager-nullified/phpmanager/phpManager/templates/default/admin/header.inc
phpmanager-nullified/phpmanager/phpManager/templates/default/admin/main.inc
phpmanager-nullified/phpmanager/phpManager/templates/default/admin/plans.inc
phpmanager-nullified/phpmanager/phpManager/templates/default/admin/searchtransactions.inc
phpmanager-nullified/phpmanager/phpManager/templates/default/admin/setup.inc
phpmanager-nullified/phpmanager/phpManager/templates/default/admin/stafflogin.inc
phpmanager-nullified/phpmanager/phpManager/templates/default/admin/summary.inc
phpmanager-nullified/phpmanager/phpManager/templates/default/admin/superadmin_menu.inc
phpmanager-nullified/phpmanager/phpManager/templates/default/admin/support_main.inc
phpmanager-nullified/phpmanager/phpManager/templates/default/admin/support_menu.inc
phpmanager-nullified/phpmanager/phpManager/templates/default/admin/variables.inc
phpmanager-nullified/phpmanager/phpManager/templates/default/admin/clientmanager/activate.inc
phpmanager-nullified/phpmanager/phpManager/templates/default/admin/clientmanager/add.inc
phpmanager-nullified/phpmanager/phpManager/templates/default/admin/clientmanager/message.inc
phpmanager-nullified/phpmanager/phpManager/templates/default/admin/clientmanager/searchclients.inc
phpmanager-nullified/phpmanager/phpManager/templates/default/admin/clientmanager/viewallclients.inc
phpmanager-nullified/phpmanager/phpManager/templates/default/admin/clientmanager/viewclients.inc
phpmanager-nullified/phpmanager/phpManager/templates/default/admin/staffmanager/addstaff.inc
phpmanager-nullified/phpmanager/phpManager/templates/default/admin/staffmanager/deletestaff.inc
phpmanager-nullified/phpmanager/phpManager/templates/default/admin/staffmanager/searchstaff.inc
phpmanager-nullified/phpmanager/phpManager/templates/default/admin/staffmanager/viewallstaff.inc
phpmanager-nullified/phpmanager/phpManager/templates/default/admin/staffmanager/viewstaff.inc
phpmanager-nullified/phpmanager/phpManager/templates/default/clients/accountmanager_header.inc
phpmanager-nullified/phpmanager/phpManager/templates/default/clients/accountmanager_main.inc
phpmanager-nullified/phpmanager/phpManager/templates/default/clients/accountmanager_menu.inc
phpmanager-nullified/phpmanager/phpManager/templates/default/clients/accountmanager_summary.inc
phpmanager-nullified/phpmanager/phpManager/templates/default/clients/clientlogin.inc
phpmanager-nullified/phpmanager/phpManager/templates/default/clients/viewdetails.inc
phpmanager-nullified/phpmanager/phpManager/templates/default/images/logo.gif
phpmanager-nullified/phpmanager/phpManager/templates/default/order/checkdomainname.inc
phpmanager-nullified/phpmanager/phpManager/templates/default/order/checkemail.inc
phpmanager-nullified/phpmanager/phpManager/templates/default/order/checkfields.inc
phpmanager-nullified/phpmanager/phpManager/templates/default/order/checkterms.inc
phpmanager-nullified/phpmanager/phpManager/templates/default/order/cheque.inc
phpmanager-nullified/phpmanager/phpManager/templates/default/order/creditcard.inc
phpmanager-nullified/phpmanager/phpManager/templates/default/order/monies.inc
phpmanager-nullified/phpmanager/phpManager/templates/default/order/nochex.inc
phpmanager-nullified/phpmanager/phpManager/templates/default/order/order.inc
phpmanager-nullified/phpmanager/phpManager/templates/default/order/paypal.inc
phpmanager-nullified/phpmanager/phpManager/templates/default/order/thankyou.php
phpmanager-nullified/phpmanager/phpManager/templates/default/support/addsupport.inc
phpmanager-nullified/phpmanager/phpManager/templates/default/support/searchticket.inc
phpmanager-nullified/phpmanager/phpManager/templates/default/support/ticket.inc

Price: $0.00


Product Code: phpmanager
 
Quantity: Download!