The Daily Click ::. Forums ::. Klik Coding Help ::. Ok guys, Tim needs you ;_;
 

Post Reply  Post Oekaki 
 

Posted By Message

Tim

I'm on here way too much

Registered
  25/08/2006
Points
  132

You've Been Circy'd!Clickzine StaffSilverNova MemberVIP MemberTurtle Power!Evil klikerWii OwnerHero of TimeGhostbuster!Pokemon Ball!
3rd November, 2007 at 20:38:03 -

Right, we've been having so much trouble with this thing...

Image

I've even taken out the use of any edit boxes and I'm JUST sending that one line, but nothing's happening! It all works fine without using MMF (obviously ¬_¬)!

What am I missing here? Something simple? :| Other highscore tables work, but not this one. Why?!!! MMF just isn't having any of it ;_;

 
http://www.SilverNova.co.uk


Joe.H

Evil Faker

Registered
  19/08/2002
Points
  3305
3rd November, 2007 at 21:25:14 -

What exactly is the problem?

 
My signature is never too big!!!

Peblo

Custom ratings must be 50 characters or less

Registered
  05/07/2002
Points
  185

Game of the Week WinnerVIP MemberI'm on a Boat360 OwnerAttention GetterThe Cake is a LieCardboard BoxHero of TimePS3 OwnerIt's-a me, Mario!
I'm a Storm TrooperSonic SpeedStrawberryI like Aliens!Wii OwnerMushroomGhostbuster!
4th November, 2007 at 01:20:56 -

If you haven't already, you might want to do some simple debugging. Make a counter and put it in the frame. In the event editor, make the event "set newcounter to 1" in the condition "Start of Frame". Run the app and make sure the counter shows 1. If it does, then move the new event down to the next condition "Upon pressing 'Enter'". Do that through your code and make sure MMF is getting to all of your code.

Image Edited by the Author.

 
"Isn't it always amazing how we characterize a person's intelligence by how closely their thinking matches ours?"
~Belgarath

Johnny Look

One Happy Dude

Registered
  14/05/2006
Points
  2942

VIP Member
4th November, 2007 at 05:34:53 -

Tim I want to help you. Tell me what's the problem

 
n/a

Tim

I'm on here way too much

Registered
  25/08/2006
Points
  132

You've Been Circy'd!Clickzine StaffSilverNova MemberVIP MemberTurtle Power!Evil klikerWii OwnerHero of TimeGhostbuster!Pokemon Ball!
4th November, 2007 at 05:49:06 -

Sorry I thought that was obvious It's not submitting to the site through using MMF2, but it is by doing it manually.

 
http://www.SilverNova.co.uk


Nick of All Trades

Possibly Insane

Registered
  03/09/2002
Points
  2312

Game of the Week Winner
4th November, 2007 at 06:19:58 -

I am certainly not an expert at this kind of problems, but I would certainly hate to disconnect at the same time I need to be connected, even if it is "run this event once".

But then again, it's just me. Perhaps you should try and enlighten us of what you have tried so far.

 
n/a

Klikmaster

Master of all things Klik

Registered
  08/07/2002
Points
  2599

Has Donated, Thank You!You've Been Circy'd!VIP MemberPS3 Owner
4th November, 2007 at 08:08:29 -

Doesn't there need to be a space after POST? And before HTTP/1.0?

 
n/a

Joe.H

Evil Faker

Registered
  19/08/2002
Points
  3305
4th November, 2007 at 08:13:33 -

Nope.

Tim, are you telling what game to send a score for?

 
My signature is never too big!!!

Tim

I'm on here way too much

Registered
  25/08/2006
Points
  132

You've Been Circy'd!Clickzine StaffSilverNova MemberVIP MemberTurtle Power!Evil klikerWii OwnerHero of TimeGhostbuster!Pokemon Ball!
4th November, 2007 at 10:05:53 -

Yeah it's a seperate mysql table, and the file it uses is specifically for that game.

Stuff like that is fine, because when you copy and paste that link it connects and goes to, in the browser, then it works fine! It's just not going from MMF to the internet!?

 
http://www.SilverNova.co.uk


lembi2001



Registered
  01/04/2005
Points
  608

VIP MemberIt's-a me, Mario!Wii OwnerI like Aliens!Has Donated, Thank You!PS3 OwnerI am an April Fool
4th November, 2007 at 10:28:01 -

sounds stupid i know but should there be a http:// in the address after POST?

 
n/a

Joe.H

Evil Faker

Registered
  19/08/2002
Points
  3305
4th November, 2007 at 10:30:57 -

it shouldn't need it.

Does it work when you compile the game?

 
My signature is never too big!!!

LIJI

Flava's Smarter Twin

Registered
  29/08/2006
Points
  2032

I like penguins
4th November, 2007 at 10:41:33 -

This is probably an incorrect use of HTTP.
Try to send this line:
Host: silvernova.co.uk

 
Service Unavailable

Tim

I'm on here way too much

Registered
  25/08/2006
Points
  132

You've Been Circy'd!Clickzine StaffSilverNova MemberVIP MemberTurtle Power!Evil klikerWii OwnerHero of TimeGhostbuster!Pokemon Ball!
4th November, 2007 at 13:20:34 -


Originally Posted by LIJIothy
This is probably an incorrect use of HTTP.
Try to send this line:
Host: silvernova.co.uk



Is that instead of "User-Agent: HTTPTool/1.0" ?

edit: ... that didn't work

Image Edited by the Author.

 
http://www.SilverNova.co.uk


Clubsoft

Administrator
Weeeeeeee

Registered
  02/12/2001
Points
  253

Acoders MemberHas Donated, Thank You!May contain nutsVIP Member360 OwnerI'm an alien!Code Monkey
4th November, 2007 at 13:29:50 -

Actually you only need host: if you're using http/1.1 spec

You dont seem to have a space after POST and the URI, unless im missing something


Also, if you're using post you should specify a data length and include the variables afterwards, see:

POST /jr_addhighscore.php HTTP/1.1
Host: www.silvernova.co.uk
Content-Length: 29
<blank line>
?name=pooface&time=300&zone=3
<blank line>

Or if you're using get,

GET http://www.silvernova.co.uk/jr_addhighscore.php?name=pooface&time=300&zone=3 HTTP/1.0
<blank line>


 
.: ImageApocalyptic Coders - www.acoders.com :.

Tim

I'm on here way too much

Registered
  25/08/2006
Points
  132

You've Been Circy'd!Clickzine StaffSilverNova MemberVIP MemberTurtle Power!Evil klikerWii OwnerHero of TimeGhostbuster!Pokemon Ball!
4th November, 2007 at 13:44:36 -

Hmm could you better explain what you mean please Clubby? <3 Type it out all noob-ish like and stuff? I sorta get what you mean... I think! Just wanna make sure though, thanks man

 
http://www.SilverNova.co.uk

   

Post Reply



 



Advertisement

Worth A Click