Search found 91 matches

by macroman
Thu Dec 01, 2016 2:56 pm
Forum: Technical / Scripting
Topic: unicode/symbols in url with httprequest
Replies: 1
Views: 2938

unicode/symbols in url with httprequest

Hello all, I'm trying to execute this via httprequest but it's not working... how do I make this work?

Code: Select all

HTTPRequest>https://dummyimage.com/hd1080/000/fff/image.jpg&text=☆☆☆ STARS,E:\s\6.jpg,GET,,,,,,
trying to have the stars in the url which works fine in a normal browser:

Code: Select all

☆☆☆
by macroman
Wed Nov 30, 2016 9:31 pm
Forum: Technical / Scripting
Topic: Duplicate current script
Replies: 2
Views: 3718

Duplicate current script

Hello all,

Am trying to duplicate a script - the codes got duplicated but not the BMP folders... I even tried doing a SAVE AS when opening the old script...
by macroman
Thu Nov 10, 2016 4:44 am
Forum: Technical / Scripting
Topic: Readfile Strip Line with URL or @
Replies: 1
Views: 2332

Re: Readfile Strip Line with URL or @

forget regex, which I have a learning curve of learning... i just use whatever MS provided: ReadFile>I:\test\desc.txt,desc Separate>desc,CRLF,descar If>descar_count>0 Let>k=0 Let>newdesc= Repeat>k Let>k=k+1 Let>lineout=descar_%k% Let>atsign=@ Position>http,%lineout%,1,addthis Position>%atsign%,%line...
by macroman
Thu Nov 10, 2016 3:42 am
Forum: Technical / Scripting
Topic: Readfile Strip Line with URL or @
Replies: 1
Views: 2332

Readfile Strip Line with URL or @

Hi all, I know how to stringreplace but I'm not sure how to delete the entire url or email addresses... I'm trying to remove all urls and emails from a readfile variable that I placed. My goal is to pretty much delete the entire line with other texts as well... any line that contacts an email or url...
by macroman
Fri Nov 04, 2016 11:06 am
Forum: Technical / Scripting
Topic: strip 2+ spaces or more
Replies: 2
Views: 3858

Re: strip 2+ spaces or more

awesome, thanks!
by macroman
Thu Nov 03, 2016 11:08 pm
Forum: Technical / Scripting
Topic: strip 2+ spaces or more
Replies: 2
Views: 3858

strip 2+ spaces or more

Hello, is there anyway I can do a stringreplace to remove multiple spaces in between words? I have a variable that prints: "test 12 one world ok bye now"

how do I reduce those spaces to just a single space between each words?

Thanks in advance...
by macroman
Wed Nov 02, 2016 7:36 pm
Forum: Technical / Scripting
Topic: Long network drive = file not exist!?
Replies: 11
Views: 9518

Re: Long network drive = file not exist!?

yes, Dos and everything else can see it - even my plex can read stuff from a drive that was mounted by this obnoxious app (netdrive)... even getfilelist in MS can see it... just not the function (IfFileExists)... question is, why everything inside MS can see/read/delete even execute but not ifFileex...
by macroman
Wed Nov 02, 2016 11:41 am
Forum: Technical / Scripting
Topic: Long network drive = file not exist!?
Replies: 11
Views: 9518

Re: Long network drive = file not exist!?

I'm using netdrive.net to mount my drives... works great if the names are shorter... i can access it just fine in windows explorer...
by macroman
Sun Oct 30, 2016 7:42 pm
Forum: Technical / Scripting
Topic: Long network drive = file not exist!?
Replies: 11
Views: 9518

Re: Long network drive = file not exist!?

I have tried/done that as well... no luck
by macroman
Sun Oct 30, 2016 4:05 am
Forum: Technical / Scripting
Topic: Long network drive = file not exist!?
Replies: 11
Views: 9518

Long network drive = file not exist!?

Code: Select all

Let>testfile=F:\public_html\trending\Wisconsin Badgers football‬kaka ‪Nebraska Cornhuskers football‬kaka ‪Big Ten Conference‬‬.us
IfFileExists>%testfile%
mdl>hi
Endif
I can see that file with my own eyes, but MS can't see it... it returns not exist.... drive F is a network mounted drive...
by macroman
Fri Oct 28, 2016 4:29 am
Forum: Enhancement Suggestions
Topic: Duration of mp3/mp4
Replies: 5
Views: 10275

Re: Duration of mp3/mp4

After many tries, i finally discovered that this tool is reading mp3 files duration incorrectly. Both winamp and VLC player is telling me my mp3 is 22 minutes but exiftool is telling me it's 43 minutes long...
by macroman
Tue Oct 11, 2016 6:00 pm
Forum: Technical / Scripting
Topic: HTTPRequest UTF-8
Replies: 1
Views: 3253

HTTPRequest UTF-8

I can grab results in utf-8 just fine, but when POST/GET with utf-8 characters, i'm getting errors

Code: Select all

Let>HTTP_CHARSET=UTF-8
Let>PostData=test=Nhạc Sàn Cực Mạnh 2016 - Chất Gây Mê Dành Cho Đám Cưới Phê Tới Sáng
HTTPRequest>http://www.domain.com/vinsert.php,,POST,PostData,doneadd,,,,
by macroman
Thu Oct 06, 2016 3:34 pm
Forum: Technical / Scripting
Topic: DTD is prohibited
Replies: 1
Views: 3358

DTD is prohibited

started to see this popup today... not sure what it means... please see attachment
by macroman
Thu Oct 06, 2016 2:33 pm
Forum: Technical / Scripting
Topic: adding math
Replies: 1
Views: 2958

adding math

How do I go about adding time/clock duration together? here's what I have and it's not populating:

Code: Select all

Let>test=0:17:53+0:17:53
mdl>%test%
by macroman
Fri Sep 30, 2016 9:49 am
Forum: Technical / Scripting
Topic: Countfiles on a network drive
Replies: 4
Views: 6694

Re: Countfiles on a network drive

i am having the same issues right now, it cannot count files on a mounted network drive.
cron
Sign up to our newsletter for free automation tips, tricks & discounts