forked from g2x3k/litecoin-instawallet-simple
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathreadme.txt
30 lines (24 loc) · 916 Bytes
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
litecoin instawallet-simple public release
------------------------------------------
Forum Thread: https://bitcointalk.org/index.php?topic=55025.0
this is the simplest version of it, other might get released in time
made by g2x3k & someguy123 2011-2012 (c)
Modded by Greedi 2012
INSTALL:
put files in www dir, rename & edit config.example.php with proper values
and dont forget structure.sql for the db...
apache config {
<VirtualHost *:80>
ServerName wallet.it.cx
DocumentRoot /var/www/wallet
<Directory /var/www/wallet>
Options -Indexes
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME}\.php -f
RewriteRule ^(.*)$ $1.php
AllowOverride none
</Directory>
</VirtualHost>
}
with great powers come great resposibility.