This is a read-only archive of the old Scratch 1.x Forums.
Try searching the current Scratch discussion forums.

#126 2012-10-08 16:11:07

XenoK
Scratcher
Registered: 2011-09-08
Posts: 1000+

Re: EternityX1 Development Topic

bump


Eternity Tasks has launched into Alpha One! http://tasks.eternityincurakai.com/EI%20projects.png

Offline

 

#127 2012-10-08 16:34:09

P110
Scratcher
Registered: 2011-04-12
Posts: 500+

Re: EternityX1 Development Topic

Ok, well I missed a lot here, catch me up?


Me live on 2.0 now  sad

Offline

 

#128 2012-10-08 16:41:35

XenoK
Scratcher
Registered: 2011-09-08
Posts: 1000+

Re: EternityX1 Development Topic

P110 wrote:

Ok, well I missed a lot here, catch me up?

well, I finished the users files, and messages files, jvvg added an AJAX search to the users index, and now I'm working on cleaning up includes files / implementing admin files.


Eternity Tasks has launched into Alpha One! http://tasks.eternityincurakai.com/EI%20projects.png

Offline

 

#129 2012-10-08 17:16:12

P110
Scratcher
Registered: 2011-04-12
Posts: 500+

Re: EternityX1 Development Topic

ok


Me live on 2.0 now  sad

Offline

 

#130 2012-10-08 17:50:23

XenoK
Scratcher
Registered: 2011-09-08
Posts: 1000+

Re: EternityX1 Development Topic

hey can you unban me real quick?  someone just banned me.


Eternity Tasks has launched into Alpha One! http://tasks.eternityincurakai.com/EI%20projects.png

Offline

 

#131 2012-10-08 18:50:09

XenoK
Scratcher
Registered: 2011-09-08
Posts: 1000+

Re: EternityX1 Development Topic

nvr mind, I did in manually with sql


Eternity Tasks has launched into Alpha One! http://tasks.eternityincurakai.com/EI%20projects.png

Offline

 

#132 2012-10-08 18:51:45

XenoK
Scratcher
Registered: 2011-09-08
Posts: 1000+

Re: EternityX1 Development Topic

fixed all includes files!!  All we need to do before ALPHA releasal, is implement the admin files, which I will do so over the next couple of days.


Eternity Tasks has launched into Alpha One! http://tasks.eternityincurakai.com/EI%20projects.png

Offline

 

#133 2012-10-08 19:32:42

XenoK
Scratcher
Registered: 2011-09-08
Posts: 1000+

Re: EternityX1 Development Topic

who keeps getting past the 403s and keep banning me?  I should have them know I can't be banned from my own site anymore.


Eternity Tasks has launched into Alpha One! http://tasks.eternityincurakai.com/EI%20projects.png

Offline

 

#134 2012-10-09 10:08:38

XenoK
Scratcher
Registered: 2011-09-08
Posts: 1000+

Re: EternityX1 Development Topic

Jvvg, did you give ftp or database info to anyone?


Eternity Tasks has launched into Alpha One! http://tasks.eternityincurakai.com/EI%20projects.png

Offline

 

#135 2012-10-09 10:09:51

veggieman001
Scratcher
Registered: 2010-02-20
Posts: 1000+

Re: EternityX1 Development Topic

XenoK wrote:

who keeps getting past the 403s and keep banning me?  I should have them know I can't be banned from my own site anymore.

well obviously you can, or else it wouldn't be possible


Posts: 20000 - Show all posts

Offline

 

#136 2012-10-09 10:51:19

jvvg
Scratcher
Registered: 2008-03-26
Posts: 1000+

Re: EternityX1 Development Topic

XenoK wrote:

Jvvg, did you give ftp or database info to anyone?

I did not.


http://tiny.cc/zwgbewhttp://tiny.cc/e1gbewhttp://tiny.cc/zygbewhttp://tiny.cc/izgbew
Goodbye, Scratch 1.4  sad                                                        Hello Scratch 2.0!  smile

Offline

 

#137 2012-10-09 12:08:09

XenoK
Scratcher
Registered: 2011-09-08
Posts: 1000+

Re: EternityX1 Development Topic

jvvg wrote:

XenoK wrote:

Jvvg, did you give ftp or database info to anyone?

I did not.

Ok, lets keep it that way


Eternity Tasks has launched into Alpha One! http://tasks.eternityincurakai.com/EI%20projects.png

Offline

 

#138 2012-10-09 13:53:34

XenoK
Scratcher
Registered: 2011-09-08
Posts: 1000+

Re: EternityX1 Development Topic

admin_index.php implemented.


Eternity Tasks has launched into Alpha One! http://tasks.eternityincurakai.com/EI%20projects.png

Offline

 

#139 2012-10-09 21:59:57

XenoK
Scratcher
Registered: 2011-09-08
Posts: 1000+

Re: EternityX1 Development Topic

I started reading a book explaining debugging techniques, and hacking techniques, and how to prevent them, 5 pages in, I realize how many vulnerabilities the site has right now, but I can fix them all by this weekend.


Eternity Tasks has launched into Alpha One! http://tasks.eternityincurakai.com/EI%20projects.png

Offline

 

#140 2012-10-10 04:49:53

P110
Scratcher
Registered: 2011-04-12
Posts: 500+

Re: EternityX1 Development Topic

Same here I'm banned, and it is pointing to .tk!!!! The site points to .tk!
suggestion: Reset all FTP passes


Me live on 2.0 now  sad

Offline

 

#141 2012-10-10 05:06:13

P110
Scratcher
Registered: 2011-04-12
Posts: 500+

Re: EternityX1 Development Topic

We have a serous problem, we must have been hacked, change all passwords XenoK

I found this in header.php:

<?php    // HEADER

/*******************************************************************************
* DO NOT REMOVE THIS COMMENT, IT CONTAINS IMPORTANT INFORMATION ABOUT THE FILE,
* AND CAN VOID THE TERMS OF THE ESCLv1 LICENSE
*
*---------------------------------------------------------------------
*
* (C) Copyright 2012 Eternity Incurakai, All Rights Reserved.
* EternityX1 Project -- ALPHA release Stage
* Licensed under the ESCLv1 http://eternityinc-official.com/license
*
*----------------------------------------------------------------------
*
* Code by: XenoK Xihelien & P110
* support@eternityinc-official.com
*
*******************************************************************************/

// declare variables
$user = $_SESSION['username'];

header('Location:http://dot.tk/');
exit();
?>

Somebody has gained access, I took this out, but there must be one somewhere else

EDIT: I'm in school so will have to check this out later, but until then, I recommend XenoK, that you change everything including your domain password, it could all be hacked!  yikes

Last edited by P110 (2012-10-10 05:11:21)


Me live on 2.0 now  sad

Offline

 

#142 2012-10-10 05:18:58

P110
Scratcher
Registered: 2011-04-12
Posts: 500+

Re: EternityX1 Development Topic

You should issue a statement on your blog:

Hacked
The Eternity Incurakai team, are very annoyed
that the site has been hacked, and redirected to dot.tk

We will be upgrading every aspect of our site, including security

And we believe we know who has been doing this
and, who has been sending hurtful comments to the eternity team.

If you are reading this, please note, we have discussed this, we know it's you
and we are working to deny you access to the entire system.

And also, could someone else help me track down the lines of code, which are causing the redirect? It has to be in a file included on every page, I'm going to go through all of the includes after school.

Last edited by P110 (2012-10-10 05:19:52)


Me live on 2.0 now  sad

Offline

 

#143 2012-10-10 05:21:25

P110
Scratcher
Registered: 2011-04-12
Posts: 500+

Re: EternityX1 Development Topic

XenoK wrote:

I started reading a book explaining debugging techniques, and hacking techniques, and how to prevent them, 5 pages in, I realize how many vulnerabilities the site has right now, but I can fix them all by this weekend.

I know I need to learn these I'm reading hacking for dummies


Me live on 2.0 now  sad

Offline

 

#144 2012-10-10 14:01:02

XenoK
Scratcher
Registered: 2011-09-08
Posts: 1000+

Re: EternityX1 Development Topic

This isn't funny at all.  Jvvg, I just removed your FTP access.  I'll be resetting all other passwords pretty soon as well.


Eternity Tasks has launched into Alpha One! http://tasks.eternityincurakai.com/EI%20projects.png

Offline

 

#145 2012-10-10 14:11:10

jvvg
Scratcher
Registered: 2008-03-26
Posts: 1000+

Re: EternityX1 Development Topic

XenoK wrote:

This isn't funny at all.  Jvvg, I just removed your FTP access.  I'll be resetting all other passwords pretty soon as well.

Ok, cool.
I seriously didn't do it.

Also, you wanted me to come here because there's a serious problem. What do you want me to do to help?


http://tiny.cc/zwgbewhttp://tiny.cc/e1gbewhttp://tiny.cc/zygbewhttp://tiny.cc/izgbew
Goodbye, Scratch 1.4  sad                                                        Hello Scratch 2.0!  smile

Offline

 

#146 2012-10-10 14:12:22

XenoK
Scratcher
Registered: 2011-09-08
Posts: 1000+

Re: EternityX1 Development Topic

jvvg wrote:

XenoK wrote:

This isn't funny at all.  Jvvg, I just removed your FTP access.  I'll be resetting all other passwords pretty soon as well.

Ok, cool.
I seriously didn't do it.

Also, you wanted me to come here because there's a serious problem. What do you want me to do to help?

we need to stop this guy once and for all.  They've been injecting the site like crazy, somehow gotten past all my 403s, and now has gotten FTP access.  I need some help as to how to fix this.


Eternity Tasks has launched into Alpha One! http://tasks.eternityincurakai.com/EI%20projects.png

Offline

 

#147 2012-10-10 14:13:21

jvvg
Scratcher
Registered: 2008-03-26
Posts: 1000+

Re: EternityX1 Development Topic

XenoK wrote:

jvvg wrote:

XenoK wrote:

This isn't funny at all.  Jvvg, I just removed your FTP access.  I'll be resetting all other passwords pretty soon as well.

Ok, cool.
I seriously didn't do it.

Also, you wanted me to come here because there's a serious problem. What do you want me to do to help?

we need to stop this guy once and for all.  They've been injecting the site like crazy, somehow gotten past all my 403s, and now has gotten FTP access.  I need some help as to how to fix this.

Well, check all the security code (which I hear could use some improvements), and change all of the FTP passwords.

Edit: don't forget database passwords too.

Last edited by jvvg (2012-10-10 14:13:34)


http://tiny.cc/zwgbewhttp://tiny.cc/e1gbewhttp://tiny.cc/zygbewhttp://tiny.cc/izgbew
Goodbye, Scratch 1.4  sad                                                        Hello Scratch 2.0!  smile

Offline

 

#148 2012-10-10 14:13:58

XenoK
Scratcher
Registered: 2011-09-08
Posts: 1000+

Re: EternityX1 Development Topic

jvvg wrote:

XenoK wrote:

jvvg wrote:


Ok, cool.
I seriously didn't do it.

Also, you wanted me to come here because there's a serious problem. What do you want me to do to help?

we need to stop this guy once and for all.  They've been injecting the site like crazy, somehow gotten past all my 403s, and now has gotten FTP access.  I need some help as to how to fix this.

Well, check all the security code (which I hear could use some improvements), and change all of the FTP passwords.

Edit: don't forget database passwords too.

gotcha


Eternity Tasks has launched into Alpha One! http://tasks.eternityincurakai.com/EI%20projects.png

Offline

 

#149 2012-10-10 14:27:43

XenoK
Scratcher
Registered: 2011-09-08
Posts: 1000+

Re: EternityX1 Development Topic

done.  what should I do besides escaping user input, which I'm doing right now?


Eternity Tasks has launched into Alpha One! http://tasks.eternityincurakai.com/EI%20projects.png

Offline

 

#150 2012-10-10 14:35:10

jvvg
Scratcher
Registered: 2008-03-26
Posts: 1000+

Re: EternityX1 Development Topic

XenoK wrote:

done.  what should I do besides escaping user input, which I'm doing right now?

That should do it. Also make sure that all pages really are protected.


http://tiny.cc/zwgbewhttp://tiny.cc/e1gbewhttp://tiny.cc/zygbewhttp://tiny.cc/izgbew
Goodbye, Scratch 1.4  sad                                                        Hello Scratch 2.0!  smile

Offline

 

Board footer