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