COCKOS
CONFEDERATED FORUMS
Cockos : REAPER : NINJAM : Forums
Forum Home : Register : FAQ : Members List : Search :
Old 03-08-2010, 07:31 AM   #1
Streets
Human being with feelings
 
Join Date: Aug 2005
Posts: 27
Default jam farm code

anyone still have access to the jam farm php code to show live server status on a web page? a forum search shows topics and links but all are dead links or denied access.

would be nice ho host the public ninjam server status as well as my own on my site.
Streets is offline   Reply With Quote
Old 03-15-2010, 06:27 AM   #2
pingufreak83
Human being with feelings
 
Join Date: Mar 2010
Posts: 1
Default

Same problem here. I've found the code on http://www.gehrignet.de/cms/programming/ninjam.shtml , who also shares a patch for the AMD64 auth fix!

My server works on AMD64 with client auth. But the php script doesn't work. The autentication fails. It says "invalid login to server!". It has something to do with the pass challenge but I can't find the relevant part . Here is a part of the code:


Quote:
nj_sendauthmsg($fp, $user, $pass, $res['challenge']);

while (!feof($fp))
{
$poo=nj_getmsg($fp);
if (!$poo) break;
print_r($poo);

if ($poo['type'] == 1)
{
echo "invalid login to server!<BR>";
break;
}
pingufreak83 is offline   Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -7. The time now is 11:30 AM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.