8000 Home · joodtelecom/opencallshop Wiki · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
joodtelecom edited this page Nov 5, 2012 · 4 revisions

Welcome to the opencallshop wiki!

Installation:

Open Callshop Installation instructions:

Installation instruction:

  • Install Xampp Full Version 1.7.0 (Don't Install the MySQL service if you already have MySQL running on the machine).
  • Copy OpenCallshop in c:\xampp\htdocs\
  • Go to c:\xampp\htdocs\opencallshop\libdir\database.php (write your database information).
  • Go to your VoipSwitch db (MySQL Query Browser) and follow the below steps, IF voipswitch db is not installed yet you can use the .sql file attached to this project for development purposes.

Queries needed to run in MySQL db >> Catalog: voipswitch before connecting the callshop application with MySQL DB: Description: Adding Column PAID to table "callscallshop".

Query: ALTER TABLE callscallshop ADD paid INT NOT NULL DEFAULT 0;

Query: Update column PAID and set value to 1 = PAID.

Query: UPDATE callscallshop SET paid=1;

Query: UPDATE userloginstatus SET user_status=1 WHERE id_client=''


Web Server: Xampp version 1.7.1 32 bit.

Newer versions of Xampp causes duration to not appear in cabins.

OS Requirments: Windows XP 32 bit. Windows Server 2000 , 2003 32 bit.

Hardware: 1 GB Ram , 10 MB Free Disk Space.

PHP: PHP Version 5.2.1

Note: its recommended that you run OpenCallshop on a separate machine , and to connect remotely to db server.

Clone this wiki locally
0