MAIN
NEW THREADS
AD SPOT

New Anti-Cheat System
Protect-X Forum >> Protect-X Announcements
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies. Goto page Previous  1, 2, 3, 4, 5
Author Message
Protect-X Support



Joined: 30 Oct 2006
Posts: 934
Rank: 35

PostPosted: 23 Jan 2009 07:38    Post subject: Reply with quote

johnrambo wrote:

is it normal the images files in site root?


It's normal work of the script.

johnrambo wrote:

a _blank string was a good idea Very Happy


We will do this.

_________________
Free A-B-C-D Hard Links Exchange Automatic System:
http://www.protect-x.com/index.php?go=shardlinks
Visit other Protect-X sections:
Find/Add NEW SPONSORS:
http://www.protect-x.com/index.php?go=findsponsors
Back to top
View user's profile Send private message Send e-mail
Protect-X Support



Joined: 30 Oct 2006
Posts: 934
Rank: 35

PostPosted: 23 Jan 2009 08:27    Post subject: Reply with quote

johnrambo wrote:

a _blank string was a good idea Very Happy


We made this. You can download the script with this improvement and update it again.

_________________
Free A-B-C-D Hard Links Exchange Automatic System:
http://www.protect-x.com/index.php?go=shardlinks
Visit other Protect-X sections:
Find/Add NEW SPONSORS:
http://www.protect-x.com/index.php?go=findsponsors
Back to top
View user's profile Send private message Send e-mail
afamintas



Joined: 21 Jan 2007
Posts: 51

Location: Portugal

PostPosted: 24 Jan 2009 10:38    Post subject: Reply with quote

The problems continue ... does not update automatically "No Hits Today" and continues for not checking the site "unverified" Sad . What is good is the update button that is now visible.
_________________
Site: http://www.amadorasfamintas.com/
Trade: http://www.amadorasfamintas.com/webmaster.html
Back to top
View user's profile Send private message
jack



Joined: 19 Sep 2006
Posts: 570
Rank: 42

PostPosted: 24 Jan 2009 13:53    Post subject: update button Reply with quote

click on update button , it's must update your stat !
_________________
I Love Protect-X.com
Back to top
View user's profile Send private message
afamintas



Joined: 21 Jan 2007
Posts: 51

Location: Portugal

PostPosted: 24 Jan 2009 14:25    Post subject: Re: update button Reply with quote

jack wrote:
click on update button , it's must update your stat !


I already did and I'm sick of this and still "No Hits Today".

Rolling Eyes

_________________
Site: http://www.amadorasfamintas.com/
Trade: http://www.amadorasfamintas.com/webmaster.html
Back to top
View user's profile Send private message
tcl



Joined: 14 Jan 2007
Posts: 27
Rank: 0

PostPosted: 24 Jan 2009 18:46    Post subject: Reply with quote

your new script don't work on GB CJ + Streamrotator. Any html code don't see after Streamrotator include

<?php include("streamrotator/in.php");?>
Back to top
View user's profile Send private message
Protect-X Support



Joined: 30 Oct 2006
Posts: 934
Rank: 35

PostPosted: 26 Jan 2009 08:36    Post subject: Reply with quote

afamintas, tcl contact me via icq 463-972-181. We need to talk.
_________________
Free A-B-C-D Hard Links Exchange Automatic System:
http://www.protect-x.com/index.php?go=shardlinks
Visit other Protect-X sections:
Find/Add NEW SPONSORS:
http://www.protect-x.com/index.php?go=findsponsors
Back to top
View user's profile Send private message Send e-mail
jjozy



Joined: 18 Jul 2007
Posts: 2
Rank: 0

PostPosted: 26 Jan 2009 16:58    Post subject: my two cents Reply with quote

hi, i just tried the new anti-cheat script and i have a bunch of errors to report... i had a bunch of file permission errors so i just chmod 777 pretty much all the files that fixed that, but then i received the following error: Fatal error: Call to undefined function imagecreatetruecolor() in /home/dirty/public_html/protectx2.php on line 496

from php.net: "Depending on your PHP and GD versions this function is defined or not. With PHP 4.0.6 through 4.1.x this function always exists if the GD module is loaded, but calling it without GD2 being installed PHP will issue a fatal error and exit. With PHP 4.2.x this behaviour is different in issuing a warning instead of an error. Other versions only define this function, if the correct GD version is installed. " well sorry to be the one to tell you, but any new server opened in the last few months will not have GD2 installed (starting with Plesk 9 and cPanel XX the default php is 5).


also, just a quick note, i noticed that you use the body onUnload event to record the amount of time the user spend on the page, then using a XMLHTTP you record the time... sorry to tell ya but XMLHTTP and onUnload don't play nice, just use a packet sniffer to see if it manages to get called in time... in FF 2, IE 5.5, IE 6, IE 7 (maybe, forgot) and all IE clones it does not work (only works with FF3 at the moment). I know since i created a similar script a few months ago using XMLHTTP on unload event to record user stats. there is a way to fix this be nice and i might tell ya how Wink

lastly, in the old script it was fairly easy to see how you go about finding cheaters, you create a honeypot (bunch of fake thumbs when robot clicks, kaput) and you open a new sock to transmit the user detail back to your server. but here it seems that all the information is stored locally as indtest.txt which anyone can easily download, this is just a terrible idea that will prevent me from using this script, not to mention that you use some really questionable methods (you actually exec whois each time a user hits the index page, which can create a LOT of stress on a machine with high traffic, and you use a text file to store the users details and re-read the file to find the past time a user has accessed the page, which reminds me of what i used to do before the invention of something called a SQL server!).

that was my two cents... i do have a bunch of ideas on how to make this script work (but it would require lots of work) and i do have a much much simpler javascript code that pretty much eliminates cheaters altogether Smile maybe we can work together if you want? pm me!
Back to top
View user's profile Send private message
Protect-X Support



Joined: 30 Oct 2006
Posts: 934
Rank: 35

PostPosted: 29 Jan 2009 14:18    Post subject: Re: my two cents Reply with quote

jjozy wrote:

hi, i just tried the new anti-cheat script and i have a bunch of errors to report... i had a bunch of file permission errors so i just chmod 777 pretty much all the files that fixed that, but then i received the following error: Fatal error: Call to undefined function imagecreatetruecolor() in /home/dirty/public_html/protectx2.php on line 496

from php.net: "Depending on your PHP and GD versions this function is defined or not. With PHP 4.0.6 through 4.1.x this function always exists if the GD module is loaded, but calling it without GD2 being installed PHP will issue a fatal error and exit. With PHP 4.2.x this behaviour is different in issuing a warning instead of an error. Other versions only define this function, if the correct GD version is installed. " well sorry to be the one to tell you, but any new server opened in the last few months will not have GD2 installed (starting with Plesk 9 and cPanel XX the default php is 5).


Yes, you are right. We consider this and alter code to use PHP 4.1.X functionality. Now it is enough PHP version PHP 4.1.X or later and GD library installed. Anyway any software has system requirements to be able to run on the system. For example trade script called ‘TradePulse’ has next requirements:

Linux/Unix like operating system
PHP version > 4.x
safe mode OFF
sockets support ON
allow_url_fopen ON
GD2 module
FTP access for install
Zend Optimizer
...

jjozy wrote:

also, just a quick note, i noticed that you use the body onUnload event to record the amount of time the user spend on the page, then using a XMLHTTP you record the time... sorry to tell ya but XMLHTTP and onUnload don't play nice, just use a packet sniffer to see if it manages to get called in time... in FF 2, IE 5.5, IE 6, IE 7 (maybe, forgot) and all IE clones it does not work (only works with FF3 at the moment). I know since i created a similar script a few months ago using XMLHTTP on unload event to record user stats. there is a way to fix this be nice and i might tell ya how Wink


Yes you are right. This feature correctly works with IE 6 or later and FF 2 or later. But most users have IE 7 (Cool and FF 3 installed on their system, so this is not critical.

jjozy wrote:

lastly, in the old script it was fairly easy to see how you go about finding cheaters, you create a honeypot (bunch of fake thumbs when robot clicks, kaput) and you open a new sock to transmit the user detail back to your server. but here it seems that all the information is stored locally as indtest.txt which anyone can easily download, this is just a terrible idea that will prevent me from using this script, not to mention that you use some really questionable methods (you actually exec whois each time a user hits the index page, which can create a LOT of stress on a machine with high traffic, and you use a text file to store the users details and re-read the file to find the past time a user has accessed the page, which reminds me of what i used to do before the invention of something called a SQL server!).


yes information could be easily downloaded, but as you see this info is encrypted. The decryption key and algorithm is available only for us, so no one could decrypt and see the real info stored in the indtest.txt. Besides, we do not have access to customers MySQL servers, so all info is stored in text file . As for OS exec() function - it is used in last case, when PHP functionality could not perform required operation. In most cases PHP performs all required operations.

jjozy wrote:

that was my two cents... i do have a bunch of ideas on how to make this script work (but it would require lots of work) and i do have a much much simpler javascript code that pretty much eliminates cheaters altogether Smile maybe we can work together if you want? pm me!


big thanks for constructive critics. Any ideas are welcome.

jjozy I am eager to talk with you via icq 463-972-181. Contact me please. Or tell me your icq number.

_________________
Free A-B-C-D Hard Links Exchange Automatic System:
http://www.protect-x.com/index.php?go=shardlinks
Visit other Protect-X sections:
Find/Add NEW SPONSORS:
http://www.protect-x.com/index.php?go=findsponsors
Back to top
View user's profile Send private message Send e-mail
lestel



Joined: 06 May 2008
Posts: 2


PostPosted: 10 Feb 2009 12:25    Post subject: Reply with quote

Hi What about StreamRotator. The new system code don't work together with it. Haw to fix it?
Any html code don't see after Streamrotator include
Back to top
View user's profile Send private message
Protect-X Support



Joined: 30 Oct 2006
Posts: 934
Rank: 35

PostPosted: 10 Feb 2009 13:33    Post subject: Reply with quote

lestel wrote:
Hi What about StreamRotator. The new system code don't work together with it. Haw to fix it?
Any html code don't see after Streamrotator include


It's possible that our script is incompatible with StreamRotator. In future we'll check this and if it's so we'll try to fix this.

_________________
Free A-B-C-D Hard Links Exchange Automatic System:
http://www.protect-x.com/index.php?go=shardlinks
Visit other Protect-X sections:
Find/Add NEW SPONSORS:
http://www.protect-x.com/index.php?go=findsponsors
Back to top
View user's profile Send private message Send e-mail
lestel



Joined: 06 May 2008
Posts: 2


PostPosted: 10 Feb 2009 14:08    Post subject: Reply with quote

Ok. Could you pls seed up the fix release. Because many of CJ scrtips has the Stream as a rotator but we cannot use new antichit system.

Thank you for understanding...
Back to top
View user's profile Send private message
torsten8579



Joined: 29 Aug 2007
Posts: 9


PostPosted: 10 Feb 2009 15:30    Post subject: Reply with quote

hi there ...

ok i just updated to the new script. ive had it online a few weeks ago, but it did not work.
now it looks like everything is fine ...
it counts my users ...
but two things i would like to ask for ...

in the past there were a few sites i marked as 'notrades' ... but now these sites are trades. so i would like to mark them as trades ... is this still possible? ...

second thing:

when clicking on the protecx button in the footer of my site, it leads my visitors to the protectx homepage. in the past these clicks went to my site profile, so visitors could see if
my site is clean, how many visitors daily aso ...
did i something wrong while the installation, or is this as it should be now ? ...


greetz

torsten

_________________
trade -> http://www.over-sexed.info -> Over Sexed Teens
Back to top
View user's profile Send private message
Protect-X Support



Joined: 30 Oct 2006
Posts: 934
Rank: 35

PostPosted: 11 Feb 2009 08:12    Post subject: Reply with quote

lestel wrote:
Ok. Could you pls seed up the fix release. Because many of CJ scrtips has the Stream as a rotator but we cannot use new antichit system.

Thank you for understanding...


We'll try to do something. However I can't promise...

_________________
Free A-B-C-D Hard Links Exchange Automatic System:
http://www.protect-x.com/index.php?go=shardlinks
Visit other Protect-X sections:
Find/Add NEW SPONSORS:
http://www.protect-x.com/index.php?go=findsponsors
Back to top
View user's profile Send private message Send e-mail
Protect-X Support



Joined: 30 Oct 2006
Posts: 934
Rank: 35

PostPosted: 11 Feb 2009 08:20    Post subject: Reply with quote

torsten8579 wrote:

in the past there were a few sites i marked as 'notrades' ... but now these sites are trades. so i would like to mark them as trades ... is this still possible? ...


Sorry did not catch. Explain more detailed please.

torsten8579 wrote:

when clicking on the protecx button in the footer of my site, it leads my visitors to the protectx homepage. in the past these clicks went to my site profile, so visitors could see if
my site is clean, how many visitors daily aso ...
did i something wrong while the installation, or is this as it should be now ? ...


It's correct. In new Anti Cheat version we made this to decrease a load of the server...

_________________
Free A-B-C-D Hard Links Exchange Automatic System:
http://www.protect-x.com/index.php?go=shardlinks
Visit other Protect-X sections:
Find/Add NEW SPONSORS:
http://www.protect-x.com/index.php?go=findsponsors
Back to top
View user's profile Send private message Send e-mail
   
This forum is locked: you cannot post, reply to, or edit topics.  This topic is locked: you cannot edit posts or make replies.
 
Jump to:  
Page 5 of 5
Goto page Previous  1, 2, 3, 4, 5

 
ADVERTISEMENT

ImLive Cam Adult sponsor


Powered by phpBB © 2001, 2005 phpBB Group

Anti Bot Question MOD - phpBB MOD against Spam Bots
Blocked registrations / posts: 0 / 0