UBoat-Botnet / UBoat

HTTP Botnet
MIT License
883 stars 283 forks source link

How to set up #10

Closed FilterUnfiltered closed 5 years ago

FilterUnfiltered commented 6 years ago

How the fuck do you set this up the wiki has different files 👎

eterna2000 commented 6 years ago

using xamp php version 7.0.30 and got error Fatal error: Cannot declare class Error, because the name is already in use in C:\xampp\htdocs\PHP\private\controllers\error.php on line 21

Souhardya commented 6 years ago

Did y'all try url.com/path/login -> ' login '

eterna2000 commented 6 years ago

if i try url.com/path/login and root root get this Fatal error: Uncaught PDOException: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: YES) in C:\xampp\htdocs\PHP\vendor\model.php:10 Stack trace: #0

FilterUnfiltered commented 6 years ago

there is no fucking login page only in the views folder in private, and it's fucking blank

all the files are blank when you go to them, which one do I go to!?

eterna2000 commented 6 years ago

my error list 1). captcha dont showing 2). Fatal error: Cannot declare class Error, because the name is already in use in C:\xampp\htdocs\PHP\private\controllers\error.php on line 21 3).Fatal error: Uncaught PDOException: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: YES) 4). new user? create new account DONT WORKS Click = Freez

marcoSdsu commented 6 years ago

I change using my url panel in gate.h but I reciver eror try build biner. Can help me?

FilterUnfiltered commented 6 years ago

OMFG MAKE YOUR OWN ISSUES DONT STEAL MY POST FUCKING FAGGOTS

marcoSdsu commented 6 years ago

you will have the same problem so it's better to solve it all in the same place.

FilterUnfiltered commented 6 years ago

NO I HAVE A DIFFERENT PROBLEM GET THE FUCK OUT OF MY POST SO HE CAN HELP ME, MAKE YOUR OWN FUCKING POST

Souhardya commented 6 years ago

High possibility there is an issue with your configuration can you please paste down your config ? Here

FilterUnfiltered commented 6 years ago

<?php

return [
    'base_url' => 'http://localhost/PHP/', // Base URL including trailing slash (e.g. http://localhost/)
    'default_controller' => 'main', // Default controller to load
    'encoding' => 'utf-8',
    'error_controller' => 'error', // Controller used for errors (e.g. 404, 500 etc)
    'error_type' => [
        //default 404
        '403' => 'error403',
        '404' => 'error404',
    ],
    'db' => [
        'username' => 'root',
        'password' => 'lolzmemez',
        'host' => 'localhost',
        'dbname' => 'test2'
    ],
    //screenshot settings
    'screenshots'=>[
        'enabled' => 'true',
        'external_address' => 'hidden', // 'domain_goes_here', localhost for local testing only
        'port' => '80',
    ],
    //capcha settings
    'capcha' => [
        'random_color' => 'true',
        'char_pool' => '0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ',
        'angle' => ['-30', '30'],
        'fonts' =>['Roboto-Medium.ttf', 'Roboto-Italic.ttf'],
        'font_size' => ['10.0', '11.0'],
    ],
    //key for logs encryption
    'key' => 'root',
    //this can be turned off,
    'display_login_error' => 'true',

    // Include assets config
    'assets' => 'assets.php',

];

that's not the problem though, my problem is that the wiki which explains the setup has totally different panel files than the uBoat panel that's on github!! Where the fuck do I go after copying the contents of rest.php!?

Souhardya commented 6 years ago

Okay first it should be ' test.php ' just copy and paste the generated hash in your SQL table containing user credentials to login

FilterUnfiltered commented 6 years ago

I already did that, I just misspelled test.php here... NONE OF THE OTHER FILES SHOWCASED IN THE WIKI EXIST, AND THE FILES THAT DO EXIST DON'T WORK... omfg I'm starting to think you didn't make this if you don't understand a simple fucking problem

Souhardya commented 6 years ago

@TheBrokenWasp @eterna2000
Please kindly look at this ? -> https://streamable.com/rgx73

FilterUnfiltered commented 6 years ago

Are you serious? You still won't fucking listen, I don't get an error, I get a blank screen, and here's what i get when I go to PHP/login: Screenshot from Gyazo

learn to fucking read other people's problems and not assume, omfg, MY PROBLEM is that YOU have different files for the panel THAN EVERYBODY ELSE, and therefore, THW WIKI IS FUCKING USELESS, please do me a favor and go to the panel files on github and compare them to the ones you have, THEN TRY TO FIX MY PROBLEM asswipe

FilterUnfiltered commented 6 years ago

ok so I just calmed down and looked at your video, you seem to have the same files, but how the fuck do you go to login, I get that it wasn't found... I'm so confused

eterna2000 commented 6 years ago

for me now control panel works 100% when i use test.php

Souhardya commented 6 years ago

@TheBrokenWasp calm down for a min let's sort it out with cool brain

Souhardya commented 6 years ago

I got your point already so no need to get heated on that

FilterUnfiltered commented 6 years ago

ok sorry

I'm on CentOS and I just realised I'm on php 7.2.9... I'm trying to downgrade to php 7.0

Souhardya commented 6 years ago

Cool i am here for like 4-5 hours now so no need to sweat lemme know if the problem persists

FilterUnfiltered commented 6 years ago

Screenshot from Gyazo

I downgraded to php 7.0.31

Souhardya commented 6 years ago

Are you sure that you have setup the database correctly ?

FilterUnfiltered commented 6 years ago

Screenshot from Gyazo

Souhardya commented 6 years ago

Does visiting localhost/PHP/ also throws a 404 ?

FilterUnfiltered commented 6 years ago

I' not hosting localhost I'm using a VPS but no, just a blank screen

Souhardya commented 6 years ago

Try changing the localhost to your server ip for a min can you in the config file ? and let me know ? @Tuhinshubhra will be taking a look further on it

FilterUnfiltered commented 6 years ago

still the same thing

Souhardya commented 6 years ago

Hmm reproducing it on a VPS

FilterUnfiltered commented 6 years ago

make sure it's CentOS not windows

Souhardya commented 6 years ago

I have a Ubuntu server won't make much difference

FilterUnfiltered commented 6 years ago

ok...

FilterUnfiltered commented 6 years ago

I just went to a random PHP file, PHP/private/views/login.php and I got this error: Uncaught ReferenceError: $ is not defined at login.php:4 in the console...

Souhardya commented 6 years ago

Reproduced indeed this is a bug

Tuhinshubhra commented 6 years ago

Downgrade to php5 and lemme know if the problem exists

FilterUnfiltered commented 6 years ago

PHP 5? seriously? no even the wiki says php 7.0 I JUST went through a downgrade, and let me tell you, it's not easy on CentOS... fucking yum....

Souhardya commented 6 years ago

I will be doing that right away

FilterUnfiltered commented 6 years ago

-_-

FilterUnfiltered commented 6 years ago

did you seriously say "minor" pane issues in the TODO? xD

Tuhinshubhra commented 6 years ago

Stick to winblows for now until we either fix the "MINOR" bug or frame it as a feature...

Souhardya commented 6 years ago

@TheBrokenWasp you are welcome to contribute

FilterUnfiltered commented 6 years ago

you fix it yet?

FilterUnfiltered commented 6 years ago

when is this going to be fixed?

skylerbeyette commented 6 years ago

@Souhardya please help me contact me on discord or skype relyks#0551 skype= relyks

FilterUnfiltered commented 6 years ago

hey skylerbeyette

get the fuck out of my post and make your own ffs

skylerbeyette commented 6 years ago

Hey TheBrokenWasp eat a dick you shit Stain

FilterUnfiltered commented 6 years ago

@Souhardya and @Tuhinshubhra how's the fix coming along?

PhenomAmd commented 6 years ago

@Souhardya and @Tuhinshubhra how's the fix coming along?

calm your titties down people is CODING not copy/pasting like you btw im on debian and the error didnt got reproduced i installed with 7.0 and downgraded to 5.2 seems to work for me anyway ill need to check better

Souhardya commented 6 years ago

Hey there i am so sorry guys we will be catching along have my exams goin on

PhenomAmd commented 6 years ago

okay i replicated the issue it kinda only happens on linux servers im getting exactly the same issue

PHP Warning: require(/var/www/html/private/helpers/authverify.php): failed to open stream: No such file or directory in /var/www/html/vendor/controller.php on line 66

this is line 66 require(APP_DIR .'helpers/'. strtolower($name) .'.php');

and this is how my public_html directory looks public_html