thewickedkarma / blackeye-im

This project is now discontinued. Kindly use other working alternatives.
https://github.com/thewickedkarma/blackeye-im
GNU General Public License v3.0
502 stars 264 forks source link

Question #37

Closed NightXxXxX closed 2 years ago

NightXxXxX commented 2 years ago

Hello, I’m new to GitHub so I don’t know if it’s the right place to ask questions.But How can you add more webpages in this tool ???

thewickedkarma commented 2 years ago

You have to create html (with php) sites as similar or exact to the real ones and add those html and php files to the /sites folder.

On Sun, 9 Jan 2022 at 02:27, NightXxXxX @.***> wrote:

Hello, I’m new to GitHub so I don’t know if it’s the right place to ask questions.But How can you add more webpages in this tool ???

— Reply to this email directly, view it on GitHub https://github.com/The-Burning/blackeye-im/issues/37, or unsubscribe https://github.com/notifications/unsubscribe-auth/AO3SRJLMTHP3UPKWSCPDHW3UVCQKJANCNFSM5LRAR6EA . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

You are receiving this because you are subscribed to this thread.Message ID: @.***>

thewickedkarma commented 2 years ago

Also you need to list the newly built site in 'blackeye.sh' script if you know how to do it properly.

On Sun, 9 Jan 2022 at 12:50, Ankit Kumar @.***> wrote:

You have to create html (with php) sites as similar or exact to the real ones and add those html and php files to the /sites folder.

On Sun, 9 Jan 2022 at 02:27, NightXxXxX @.***> wrote:

Hello, I’m new to GitHub so I don’t know if it’s the right place to ask questions.But How can you add more webpages in this tool ???

— Reply to this email directly, view it on GitHub https://github.com/The-Burning/blackeye-im/issues/37, or unsubscribe https://github.com/notifications/unsubscribe-auth/AO3SRJLMTHP3UPKWSCPDHW3UVCQKJANCNFSM5LRAR6EA . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

You are receiving this because you are subscribed to this thread.Message ID: @.***>

NightXxXxX commented 2 years ago

Thank you for replying, I did what you said but it didn’t work out.(I dumped the login.html from the webpage and copied the PayPals php files ( I looked the other folders too all the php files look the same )the only thing that I changed is the index.php file if I remember correctly

now I pasted the link in my browser, it kinda worked cause i’m now in the fake page. I have typed the email and the password.I’m pressing the log in button and nothing happens. It stays the same it didn’t even redirected me to the real webpage. Also It doesn’t show any picture. I’m lost

thewickedkarma commented 2 years ago

Good. You've done all the things correctly. But one step is still missing and that is to find 'post method' in your html file under

tag and replace the value under action with 'login.php' so that it looks like <form action="login.php" method="post"

I wonder why are you asking specifically for "Paypal". I would rather advice not to use it for illegal purposes.

And yes, if you wanna contribute to the repo, the pull requests are always open. We want more websites.

On Mon, Jan 10, 2022, 2:02 AM NightXxXxX @.***> wrote:

Thank you for replying, I did what you said but it didn’t work out.(I dumped the login.html from the webpage and copied the PayPals php files ( I looked the other folders too all the php files look the same )the only thing that I changed is the index.php file if I remember correctly

now I pasted the link in my browser, it kinda worked cause i’m now in the fake page. I have typed the email and the password.I’m pressing the log in button and nothing happens. It stays the same it didn’t even redirected me to the real webpage. Also It doesn’t show any picture. I’m lost

— Reply to this email directly, view it on GitHub https://github.com/The-Burning/blackeye-im/issues/37#issuecomment-1008371628, or unsubscribe https://github.com/notifications/unsubscribe-auth/AO3SRJKOEWFGCG6NGMFTAD3UVHWGXANCNFSM5LRAR6EA . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

You are receiving this because you commented.Message ID: @.***>