GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   php help.. (https://gfy.com/showthread.php?t=162602)

cash69 08-11-2003 10:49 AM

php help..
 
does anybody know what this means..

PHP has encountered an Access Violation at 77FC8DBD

the script is getting 50 - 100 clicks per second.. im using this script as my counter.php for my traffic.. it seems like 1 out of 4 times it says this error :helpme

psili 08-11-2003 11:15 AM

how is your counter script storing it's increment (count) ? if it's in a text file that keeps getting rewritten you could have a concurrency issue with multiple processes trying to access the file at once.

cash69 08-11-2003 11:20 AM

<?php

$pathtoscript = "http://www.domain.com/click.php";
fopen($pathtoscript . "?null", "r");

?>

the box just like blew up or something.. that is the whole script.. the cpu usage just ran to 100% and it says maximum sockets are in use

psili 08-11-2003 11:22 AM

you also have an fclose($pathtoscript) ?

cash69 08-11-2003 11:46 AM

thanks for helping i think it's ram i need tho.. says im using 280,000 k ram when i only got 225 on that pc.. i don't think that's good

jovigirl 08-11-2003 11:52 AM

According to the php bug database your error code is PDF related.
http://www.geocrawler.com/archives/3.../5/0/10471682/

23542 Open IIS/ISAPI: PHP has encountered an Access Violation at 77FC8DBD


All times are GMT -7. The time now is 10:30 AM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123