Hi Guys, i have installed IIS, so don't work the registration page.
i got it changing iis port to 8090, but i need iis in port 80, and registration page in.
somebody can upload registration page for me? i really thank.
Printable View
Hi Guys, i have installed IIS, so don't work the registration page.
i got it changing iis port to 8090, but i need iis in port 80, and registration page in.
somebody can upload registration page for me? i really thank.
umm here you go
just add those in /opt/lampp/htdocs/register
and should work properly
My Regpage
oh man, i really need thanks to you, sucess for you!
@EDIT
do, i forget to tell you, i don't have this folder, opt/lampp etc...
just in pwserver.ext3, but we can't extract.
umm okay
edit PWServer.conf till' it should look something like this
Create a folder in C:\CoLinux\Pwserver called "mount"Code:Network
eth0=slirp,,tcp:29000:29000/tcp:8080:8080/tcp:80:80/tcp:433:433
#eth1=pcap-bridge,,00:FF:F9:54:7C:00
cofs1="C:\coLinux\pwserver\mount"
Start up colinux, make a new folder in the /mnt directory called windows in CoLinux
mkdir /mnt/windows
Set it to mount the partition every time you start coLinux
nano .bash_profile
At the bottom of that file, add this line
mount -t cofs cofs1 /mnt/windows
so it should look something like this
restart colinux put the reg page(index.php + uweblogo.jpg) in the C:\Colinux\pwserver\mountCode:# .bash_profile
# Get the aliases and functions
if [ -f ~/.bashrc ]; then
. ~/.bashrc
fi
# User specific environment and startup programs
PATH=$PATH:$HOME/bin
export PATH
unset USERNAME
mount -t cofs cofs1 /mnt/windows
than in colinux :
cd /opt/lampp/htdocs/register (to move to folder)
rm index.php (remove the old index.php when asked for if u are sure press "y")
than
cd /mnt/windows( to move to mount folder)
cp -r index.php /opt/lampp/htdocs/register (to copy the file there)
cp -r uweblogo.jpg /opt/lampp/htdocs/register (also for copy)
Than
cd
this will move u to the main thingy so u can start the server :)
@EDIT
also check if colinux is connected
Control Pannel ->Network or Internet Connections -> Network Connections -> (Locate TAP-win32 device )->right click ->proprieties -> configure -> advanced -Media Status ...and set it to Always Connected
Hope it helps
nice, but i want confirm a thing, i can cut and paste the register folder in any folder?
@OFF
my english is improving^^
just in mount if u want to import it to the .ext3
if u want to export a file or any file...
goes something like this
go to it with cd ...(example cd /home/gamed)
cp -r ***** /mnt/windows (*****=ur file of choice)
and u will found it in c:\colinux\pwserver\mount
so that's about it:P