mirror of
https://github.com/ChronosX88/nesca.git
synced 2024-11-23 18:52:19 +00:00
-
This commit is contained in:
parent
985912e0a6
commit
287f3e3a33
@ -2334,6 +2334,10 @@ void _getLinkFromJSLocation(char *dataBuff, char *str, char *tag, char *ip, int
|
|||||||
{
|
{
|
||||||
char *ptr2 = _findFirst(ptr1, "=(");
|
char *ptr2 = _findFirst(ptr1, "=(");
|
||||||
char *ptrSemi = _findFirst(ptr1 + strlen(tag), ".;");
|
char *ptrSemi = _findFirst(ptr1 + strlen(tag), ".;");
|
||||||
|
if(ptrSemi == NULL)
|
||||||
|
{
|
||||||
|
ptrSemi = _findLast(ptr1 + strlen(tag) + 1, "'\"");
|
||||||
|
}
|
||||||
if(ptr2 != NULL && ptrSemi != NULL)
|
if(ptr2 != NULL && ptrSemi != NULL)
|
||||||
{
|
{
|
||||||
int sz = ptrSemi - ptr2;
|
int sz = ptrSemi - ptr2;
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
liveinternet
|
liveinternet
|
||||||
#[Dlink]
|
#[Dlink]
|
||||||
session_login.php?reload=1
|
session_login.php?reload=1
|
||||||
|
D-RMS
|
||||||
atwiki
|
atwiki
|
||||||
studio
|
studio
|
||||||
McMyAdmin
|
McMyAdmin
|
||||||
@ -119,7 +120,6 @@ clinic
|
|||||||
museum
|
museum
|
||||||
It's works
|
It's works
|
||||||
Adobe GoLive
|
Adobe GoLive
|
||||||
<body></body>
|
|
||||||
Remote Link2
|
Remote Link2
|
||||||
about/
|
about/
|
||||||
aboutus
|
aboutus
|
||||||
@ -448,6 +448,7 @@ oma domain
|
|||||||
on varattu
|
on varattu
|
||||||
opening soon
|
opening soon
|
||||||
openwebmail
|
openwebmail
|
||||||
|
Directory Listing Denied
|
||||||
page=about
|
page=about
|
||||||
pagerrorimg
|
pagerrorimg
|
||||||
pagos
|
pagos
|
||||||
@ -688,7 +689,6 @@ website is currently
|
|||||||
webui administration
|
webui administration
|
||||||
webview
|
webview
|
||||||
webmail
|
webmail
|
||||||
welcome to
|
|
||||||
welcome.do
|
welcome.do
|
||||||
web development
|
web development
|
||||||
wimax
|
wimax
|
||||||
|
Loading…
Reference in New Issue
Block a user