Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~2K People Reached
Favorite Tags

3 Posted Topics

Member Avatar for HBovenkamp

Explore.exe works on a timer, if the dynamic code in the form is static (ie; if it's loading one thing for a while) then explore.exe treats this a non-responsive form. [B]To prevent[/B]: The only way that quickly comes to mind is to do short but effective queries, thus, the form …

Member Avatar for Art_95148
0
458
Member Avatar for cwarn23

[php] $ip = $_SERVER['REMOTE_ADDR']; $isptc = gethostbyaddr($ip); $ispoh = preg_split("/./", $isptc); $xy = count($ispoh); $x = $xy - 1; $y = $xy - 2; $i = $xy - 3; $ispp = $ispoh[$i]; $isp = $ispoh[$y] . "." . $ispoh[$x]; echo"<b>ip: $ip</b><br>"; echo"<b>isp: $ispp$isp</b>"; [/php] Hope this works for you.

Member Avatar for kvprajapati
0
2K
Member Avatar for huzi8t9

Ok, I've spooted a program and am quite interested as to how it works. When you open the program, it resizes the actual desktop, and then it places its self at the bottom, and when you close the program, it resets your desktop.. I was quite.. Amazed!! Can anyone help …

0
30

The End.