| View previous topic :: View next topic |
| Author |
Message |
seadog
Joined: 17 Aug 2006 Posts: 5
|
Posted: Thu Aug 17, 2006 7:02 pm Post subject: register on spellingcow |
|
|
| where do you register your account on spellingcow ? I have looked all over the main page, login box but no place to register other than the forum. also the login get an error message on the main page. |
|
| Back to top |
|
 |
seadog
Joined: 17 Aug 2006 Posts: 5
|
Posted: Thu Aug 17, 2006 7:24 pm Post subject: |
|
|
| I get it now, the forum login is your account login etc. that you use in the php module etc. |
|
| Back to top |
|
 |
seadog
Joined: 17 Aug 2006 Posts: 5
|
Posted: Fri Oct 10, 2008 7:50 pm Post subject: |
|
|
i moved my forum to a new domain name and now the pop up gets this message
Not Found
The requested URL /index.php was not found on this server.
seems it doesn't like this
scrape_page( 'www.spellingcow.com', '/index.php', 'noevil', array()) ;
could my new hosting having php 5 be the problem ? |
|
| Back to top |
|
 |
seadog
Joined: 17 Aug 2006 Posts: 5
|
Posted: Fri Oct 10, 2008 7:52 pm Post subject: |
|
|
the url is
Last edited by seadog on Fri Oct 10, 2008 8:33 pm; edited 1 time in total |
|
| Back to top |
|
 |
seadog
Joined: 17 Aug 2006 Posts: 5
|
Posted: Fri Oct 10, 2008 8:33 pm Post subject: |
|
|
Here is the fix to the problem:
1) edit your spell-gw.php file
2) on a new line after the <?php at the top of the file add the following
two lines...
$HTTP_POST_VARS = $_POST ;
$HTTP_GET_VARS = $_GET ;
You are probably running PHP version 5.? The old $HTTP_POST_VARS? and
$HTTP_GET_VARS are no longer supported.? |
|
| Back to top |
|
 |
|