-
Change the format_output() function in 'ofc-library/open-flash-chart.php' and use the below function instead. This will fix the problem.
/**
* Format the text to the type of output.
*/
function format_output($function,$values)
{
if($this->output_type == 'js')
{
$tmp = 'so.addVariable("'...
2008-06-24 11:54:34 UTC in Open Flash Chart
-
When trying to send data using the raw socket the operation fails with "Operation not permitted".
Data sent back to the client must be sent using raw sockets in order to spoof the source (server) ip-address, without this the client will reject the packet(s).
2006-12-20 00:26:39 UTC in Frickin PPTP Proxy
-
creel committed patchset 21 of module frickin to the Frickin PPTP Proxy CVS repository, changing 1 files.
2005-06-02 08:17:24 UTC in Frickin PPTP Proxy
-
creel committed patchset 20 of module frickin to the Frickin PPTP Proxy CVS repository, changing 1 files.
2005-06-02 08:14:22 UTC in Frickin PPTP Proxy
-
creel committed patchset 19 of module frickin to the Frickin PPTP Proxy CVS repository, changing 1 files.
2005-06-02 08:13:41 UTC in Frickin PPTP Proxy
-
Logged In: YES
user_id=1129716
Fixed in v1.3.
2004-12-14 18:45:41 UTC in Frickin PPTP Proxy
-
A client may choose not to close the connection when connecting to
the proxy and the proxy get "Connection refused" from the server.
Repeating this will fill all available slots in the proxy. The proxy
should disconnect a client to prevent this.
2004-12-14 18:39:09 UTC in Frickin PPTP Proxy
-
When responding to an echo request the result code for AOK should
be 1 and not 0. This breaks some pptp servers, like mpd.
2004-12-14 18:35:16 UTC in Frickin PPTP Proxy
-
Some kind of ip-based access control. Either by networkmask or
individual ip's.
2004-10-13 17:39:13 UTC in Frickin PPTP Proxy
-
It should be possible to assign multiple PPTP servers and multiple
listen addresses and/or ports.
This way it would be possible to proxy multiple servers from one
machine. Connecting to different ports on the proxy would end up
on different PPTP servers. This would be most useful in a
transparent proxy setup.
2004-10-13 17:34:03 UTC in Frickin PPTP Proxy