Search found 37 matches

by shamigc
Thu Jan 05, 2017 5:18 am
Forum: Technical / Scripting
Topic: How capture the members amount from a facebook group page?
Replies: 12
Views: 23403

Re: How capture the members amount from a facebook group pag

Marcus, Hi, I need your help, please, The macro to get the members number of every groups link was working for months, but sudenly failed. I created a video, you can watch it on the following link https://youtu.be/Dvadgtw6Qhc . Cold you please help me to fix it? FacebookMembers.scp Thanks, Salvador
by shamigc
Fri Sep 30, 2016 10:10 am
Forum: Technical / Scripting
Topic: How capture the members amount from a facebook group page?
Replies: 12
Views: 23403

Re: How capture the members amount from a facebook group pag

Marcus, what did you think about my previous post?
by shamigc
Tue Sep 27, 2016 9:35 am
Forum: Technical / Scripting
Topic: How capture the members amount from a facebook group page?
Replies: 12
Views: 23403

Re: How capture the members amount from a facebook group pag

I want to improve the code assigning zero to the variable who saves the number of members, so the next time start with zero members, and if there is an error, it will return zero member, and I can detect easily an error. Is it correct the following code for that idea: Let>IGNOREERRORS=1 IEGetTagsByA...
by shamigc
Thu Sep 22, 2016 11:01 pm
Forum: Technical / Scripting
Topic: How capture the members amount from a facebook group page?
Replies: 12
Views: 23403

Re: How capture the members amount from a facebook group pag

Thank you, I found a problem when a page is blocked, for example: https://www.facebook.com/groups/buenaventamt . I tried to fix it with the following code: IEGetTagsByAttrib>facebook.com/groups/,H2,Class=uiHeaderTitle,T,blockedPage If>blockedPage_Number<>0 IEGetTagsByAttrib>facebook.com/groups/,SPAN...
by shamigc
Thu Sep 22, 2016 3:23 pm
Forum: Technical / Scripting
Topic: How capture the members amount from a facebook group page?
Replies: 12
Views: 23403

Re: How capture the members amount from a facebook group pag

Thank you very much for your example. Is there a way to use meta characters, something like:

IEGetTagsByAttrib>facebook.com/groups/*,SPAN,id=count_text,T,allCounts

Thank you
by shamigc
Thu Sep 22, 2016 1:42 pm
Forum: Technical / Scripting
Topic: How capture the members amount from a facebook group page?
Replies: 12
Views: 23403

Re: How capture the members amount from a facebook group pag

Thanks for your answer, Could you give me one example of code of how to get the menber number from web page https://www.facebook.com/groups/CompraVentaMonterrey?
by shamigc
Thu Sep 22, 2016 4:21 am
Forum: Technical / Scripting
Topic: How capture the members amount from a facebook group page?
Replies: 12
Views: 23403

How capture the members amount from a facebook group page?

Hi,

I need to update the members number from a collection of 300 facebook groups pages. I have no problem displaying every group page, and I have tried to use text recognition commands without success, Could you please help to get that number?

Thank you,
Salvador
by shamigc
Fri Feb 18, 2011 3:29 pm
Forum: Technical / Scripting
Topic: HTTPRequest with graphs
Replies: 2
Views: 3699

HTTPRequest with graphs

Hi,

I want to save a web page result, I tried your HTTPRequest command, but the resulting file doesn’t include bar graphs as the regular page shows, How can I fix this? This is my code:

HTTPRequest>http://179.99.31.240/mp/index.php,d:Out ... MLResponse
by shamigc
Mon Nov 15, 2010 10:34 pm
Forum: Technical / Scripting
Topic: How to have parameters ByRef?
Replies: 8
Views: 9875

mtettmar,

Hi, thank you for your answer, but in it variables remain at vbscript environment, and I wanted to update more than one macro schedular variable value, when I call a vbscript function, is it possible?

thanks,
shamigc
by shamigc
Mon Nov 15, 2010 5:41 pm
Forum: Technical / Scripting
Topic: How to have parameters ByRef?
Replies: 8
Views: 9875

adroege,

Thank you, I would like to know if people from mjtnet have some special trick to allow this.

Salvador
by shamigc
Sat Nov 13, 2010 7:11 pm
Forum: Technical / Scripting
Topic: How to have parameters ByRef?
Replies: 8
Views: 9875

How to have parameters ByRef?

Hi, I want to send parameters to a function by reference, but in my test it did not worked out, can you please explain me if this is possible and how can I do it? The code I tried is the following: VBSTART Function t(byval x, byref y) x=1 y=2 t=true End Function VBEND Let>x=0 Let>y=0 'x should be th...
by shamigc
Tue Nov 09, 2010 7:06 pm
Forum: Technical / Scripting
Topic: Gosub error with include files
Replies: 5
Views: 7332

I found a workaround :wink: , but there is something to be fixed by macro scheduler creators, the problem is variable %Path% is not correctly substituted when an exe is created. My original code, that gives error " Subroutine/Label LeeParametros Not Found! is: Let>Path=V:\Mis documentos\Macro Schedu...
by shamigc
Tue Nov 09, 2010 12:14 pm
Forum: Technical / Scripting
Topic: Gosub error with include files
Replies: 5
Views: 7332

Are you compiling with the "Compile Includes" checked or unchecked? Answer is positive, "Compile Includes" is checked, you can see it at first line of code: // COMPILE_OPTS|C:\Users\Owner\Desktop\pruebalogin.exe||CONSOLE=0|INCLUDES=1| If NOT checked can the exe "see" the include file (the path is a...
by shamigc
Tue Nov 09, 2010 1:32 am
Forum: Technical / Scripting
Topic: Gosub error with include files
Replies: 5
Views: 7332

Gosub error with include files

Hi, I have windows 7 and Macro Scheduler Pro 12, and a mapped network drive V: where I want to keep all MS scripts, and started creating two libraries: V:\Mis documentos\Macro Scheduler 11\Oficina\GGG\ProcesosIBM\Respaldos\Libreria.scp V:\Mis documentos\Macro Scheduler 11\Oficina\GGG\ProcesosIBM\Res...
by shamigc
Mon May 19, 2008 9:21 pm
Forum: Technical / Scripting
Topic: How to cancel windows XP idle connections?
Replies: 7
Views: 9923

edautier: Thanks for your net config server /autodisconnect:time command, unfortunatelly it did not worked on my XP Pro computer. Djek: Thanks for your "net session \\computername /delete" command it worked all right, and I want to ask you if there is another msdos command to have the "Open Files" ...
Sign up to our newsletter for free automation tips, tricks & discounts