Search found 7 matches

by atlante
Sat Dec 24, 2016 1:45 pm
Forum: Coding Questions
Topic: Http request with Post
Replies: 2
Views: 2759

Re: Http request with Post

Fred wrote:You need to use #PB_HTTP_Post instead of #PB_HTTP_Get
Damn it ! I was very tired. Thanks again Fred.


@all : I wish all of you a Merry Christmas !

Atlante
by atlante
Fri Dec 23, 2016 4:50 pm
Forum: Coding Questions
Topic: Http request with Post
Replies: 2
Views: 2759

Http request with Post

Hello guys,

Could you tell me why i'm unable to have a value sent by post ?

Spider file :


Procedure GadgetEvents()
If EventGadget() = 0 And EventType() = #PB_EventType_RightClick
Debug "here"
DisplayPopupMenu(0, WindowID(0))
EndIf
EndProcedure


Procedure MenuEvents()
Debug EventMenu ...
by atlante
Fri Dec 23, 2016 3:57 pm
Forum: Coding Questions
Topic: Apache & .htaccess
Replies: 2
Views: 2674

Re: Apache & .htaccess

Hello Fred,

Hum, i have to create an empty htaccess file because it doesn't know any commands.
I will compile again apache but before i will check flags.
Not a problem with spider :) Clearly problem with "emerge apache":)

thanks,
by atlante
Fri Dec 23, 2016 3:09 pm
Forum: Coding Questions
Topic: Apache & .htaccess
Replies: 2
Views: 2674

Apache & .htaccess

Hello all,

I'm trying spiderbasic 2 after a long break with spiderbasic :)
I have the below issue when i export files in my www apache folder and start it.

[Fri Dec 23 16:02:19.752430 2016] [core:crit] [pid 11077] (13)Permission denied: [client 127.0.0.1:53722] AH00529: /var/www/localhost/htdocs ...
by atlante
Thu Apr 21, 2016 12:44 pm
Forum: Coding Questions
Topic: SOLVED @ FRED ! HTTPRequest apache2
Replies: 1
Views: 2249

Re: HTTPRequest problem on debian with apache2

I found the problem ( rights problem), cmod has fixed it.

@FRED : L'utilisation de « getAttributeNode() » est obsolète. Utiliser « getAttribute() » à la place.

And for others, if you are working with compiler and apache : you have to configure Access-Control-Allow-Origin (in pache conf).

Regards,
by atlante
Wed Apr 20, 2016 8:34 pm
Forum: Coding Questions
Topic: SOLVED @ FRED ! HTTPRequest apache2
Replies: 1
Views: 2249

SOLVED @ FRED ! HTTPRequest apache2

Hello guys,

First sorry for my english (i'm french).
I'm working on a new project, a web project and i'm testing spider basic for be faster on the design.

My problem is i didn't success to user httpRequest function.

For exemple, i did a little script in php for manage user session but i'm not ...
by atlante
Thu Apr 16, 2015 10:27 am
Forum: Coding Questions
Topic: ListIconGadget editable
Replies: 0
Views: 2700

ListIconGadget editable

Hello,

How can i have a ListIconGadget editable like excel cellule ?
I have to do this to create a timesheet for my team.

regards,

Morgan