[RELEASE] Premium Coded Website

01/14/2014 22:04 janvier123#16
UPDATED FIRST PAGE!


I can add a IP ban, but like joshyb123 said, it can be avoided, maybe i can ban on hardware / ..... ?
01/17/2014 04:22 Godricc#17
Quote:
Originally Posted by janvier123 View Post
UPDATED FIRST PAGE!


I can add a IP ban, but like joshyb123 said, it can be avoided, maybe i can ban on hardware / ..... ?
Do that. :)
01/18/2014 01:22 Decima#18
i dont think u can access hardware ID from the browser like that. . . .
01/18/2014 03:42 Godricc#19
Have to admit, it would be nice.

It would be easily done, if you force users to download an installer that would pick up information.

Client or Site speaking.
01/18/2014 08:46 janvier123#20
i can grab the CPU and ANY kind of into, but then it needs to be run on that pc, so ...

Example:

To get the cpu load percentage you can do something like this.

PHP Code:
<?php
$wmi 
= new COM('winmgmts://');
$processor $wmi->ExecQuery("SELECT * FROM Win32_Processor");
foreach(
$processor as $obj){
    
$cpu_load_time $obj->LoadPercentage;
}
echo 
$cpu_load_time;
?>
reference [Only registered and activated users can see links. Click Here To Register...]

To list current apache instances
PHP Code:
<?php
$wmi 
= new COM('winmgmts://');
$processes $wmi->ExecQuery("SELECT * FROM Win32_Process WHERE Name = 'httpd.exe'");
foreach(
$processes as $process){
    echo 
$process->CommandLine "<br />";
    echo 
$process->ProcessId "<br />";
}
?>
it is possible to get the Processor ID / serial but then this script needs to be run on the same pc
however, with C+ / C++ that is possible, sadly i cannot do that :(
01/18/2014 09:43 Godricc#21
Bummer. It would be REALLY nice.
02/08/2014 11:16 janvier123#22
UPDATE

Ive started to work on the website again, since the salvation dekaron site is finished
created a simple theme for it, you can change it if you want, however there are no themes for it

Page loads in about 170ms on local network
few bugs found, and have been fixed
02/09/2014 23:18 skelion#23
Any front end screen shot of your development? Thanks
02/10/2014 14:08 janvier123#24
Srr not yet, BUT it will be a default template, you have to make you own !!!

EDIT: screen as requested
(Please note that i suck as "design", bits a pieces from stuff i had around)

[Only registered and activated users can see links. Click Here To Register...]

Its a free template based on Perfect World, but looks good to me for a default template
02/18/2014 10:41 *JayKay*#25
Thanks janvier123!! ... I notice that now you are working on language could please add PT-BR language ... thank you!
02/23/2014 16:11 mudibushnaq#26
@removed
02/23/2014 20:09 fastswipe#27
Quote:
Originally Posted by mudibushnaq View Post
@removed
?
02/24/2014 23:04 mudibushnaq#28
Quote:
Originally Posted by fastswipe View Post
?
i asked were is the link i didnt saw wts written on the page