View Single Post
  #23  
Old 27th May 2009, 14:07
Morbidawn's Avatar
Morbidawn Morbidawn is offline
Senior Member
 
Join Date: Sep 2008
P2P
Posts: 34
Default
You should modify theese lines in signup_old.php

Code:
<form method="post" action="http://softmp3.org/takesignup.php">
to

Code:
<form method="post" action="http://localhost/takesignup.php">
So it can send the data to your server and not to the old softmp3 host.

The next problem is that, the takesignup.php needs editing, we need to let it accept new signup`s and not with invite. We need to get rid of this annoying error :

Not Found

Sorry pal :(

Bump: I tried to change the original takesignup.php from the source with another takesignup.php from another tbdev source that accepts new free signup`s, now the site gives :

Signup failed!

borked

I`m begining to go locco
Reply With Quote