Question to Bau and his folks and the community

02/16/2018 18:14 Destiny#16
Data base file dont have tabels
02/16/2018 18:40 UND3RW0RLD#17
try this one

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

___

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


*edit* i have like 10gb traffic left so in ~30 downloads it's dead.
02/17/2018 01:57 Destiny#18
I never get error like this i used dp alot times on localhost.
[Only registered and activated users can see links. Click Here To Register...]
02/17/2018 02:19 anjesh12#19
Quote:
Originally Posted by =INFINITY= View Post
I never get error like this i used dp alot times on localhost.
[Only registered and activated users can see links. Click Here To Register...]
thats up to you to fix, he will not have solution
02/17/2018 06:41 UND3RW0RLD#20
php 7 uses strict standarts.. rename constrctors to __construct

Quote:
Originally Posted by anjesh12 View Post
thats up to you to fix, he will not have solution
Quote:
Originally Posted by UND3RW0RLD View Post
you maybe updated your php-version.
you are not allowed to use a method names like the class as constructor.

replace
PHP Code:
class foo
{
    function 
foo(){
        echo 
'bar';
    }
} 
with
PHP Code:
class foo
{
    public function 
__construct(){
        echo 
'bar';
    }
} 
try this file
i made the needed updates

also, another php-coder, has to replace "function xy()" with "public/protected/private function xy()"

it obviously is very old code
___________

*edit* traffic is eaten up for dp serverscript. please create mirrors

when I have new traffic I reactivate
02/17/2018 16:45 Battlemaster#2#21
Quote:
Originally Posted by =INFINITY= View Post
I never get error like this i used dp alot times on localhost.
[Only registered and activated users can see links. Click Here To Register...]
try to use and older version of xampp, might help
02/23/2018 11:21 UND3RW0RLD#22
good news.

i've got new traffic

people who didnt got the files last time can get it now


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

[Only registered and activated users can see links. Click Here To Register...]
04/17/2018 18:48 improdogg#23
the links do not work!!!
04/18/2018 12:45 ZeTKOMI#24
Quote:
Originally Posted by improdogg View Post
the links do not work!!!
I don't know, but they work for me. :)
04/25/2018 18:26 MS-Colder#25
the code is make me tears of blood omg
04/25/2018 19:30 epete#26
Quote:
Originally Posted by MS-Colder View Post
the code is make me tears of blood omg
Agreed, your english makes the same effect on me.
04/26/2018 01:50 MrCriticalRx#27
ok...
06/04/2018 22:22 New.UserDO#28
Quote:
Originally Posted by UND3RW0RLD View Post
good news.

i've got new traffic

people who didnt got the files last time can get it now


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

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

Error to upload db, help please.
[Only registered and activated users can see links. Click Here To Register...]
06/06/2018 10:11 darkobit11#29
Quote:
Originally Posted by New.UserDO View Post
Error to upload db, help please.
[Only registered and activated users can see links. Click Here To Register...]
I would guess giving a default value of '0000-00-00 00:00:00' for the columns will fix it? That would be the easy way out. :)