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

#526 2012-06-02 17:45:32

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

Re: Eternity Incurakai

P110 wrote:

parcheesidude wrote:

Good morning! Hi, P110. Which scoreboard are you talking about?

Someone suggested an EP scoreboard, anyways I made 3956 lines of code then found out they were all wrong... I was annoyed, so I left that for now and I'm working on the messaging system

that's a lot.


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

Offline

 

#527 2012-06-02 17:46:24

parcheesidude
Scratcher
Registered: 2009-10-07
Posts: 500+

Re: Eternity Incurakai

No kidding.


My signature is trying to find itself :3

Offline

 

#528 2012-06-02 17:46:41

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

Re: Eternity Incurakai

22 pages!


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

Offline

 

#529 2012-06-02 17:48:52

parcheesidude
Scratcher
Registered: 2009-10-07
Posts: 500+

Re: Eternity Incurakai

W00t! And P110's online.


My signature is trying to find itself :3

Offline

 

#530 2012-06-02 17:53:49

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

Re: Eternity Incurakai

parcheesidude wrote:

W00t! And P110's online.

I know!


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

Offline

 

#531 2012-06-02 17:59:18

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

Re: Eternity Incurakai

I like to see people say: W00t when I'm online, btw I am also online editing the PHP RIGHT NOW! so as I am still not perfect expect downtime for a sec before I notice my mistakes  tongue


Me live on 2.0 now  sad

Offline

 

#532 2012-06-02 18:03:28

parcheesidude
Scratcher
Registered: 2009-10-07
Posts: 500+

Re: Eternity Incurakai

OK.  tongue

[randomconversing]So... It's 11pm where you are?!

I just can't fathom it, even I know the facts.
Here I'm on at 3 teaching a 6 year old to make Scratch stuff

So... How are you?


My signature is trying to find itself :3

Offline

 

#533 2012-06-02 18:14:24

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

Re: Eternity Incurakai

XenoK wrote:

P110 wrote:

parcheesidude wrote:

Good morning! Hi, P110. Which scoreboard are you talking about?

Someone suggested an EP scoreboard, anyways I made 3956 lines of code then found out they were all wrong... I was annoyed, so I left that for now and I'm working on the messaging system

that's a lot.

;
Here are the first few lines, I've censored the database connect credentials:

Code:

<?php
$con = mysql_connect("[i]Censored[/i]","[i]Censored[/i]","[i]Censored[/i]");
if (!$con)
  {
  die('Could not connect: ' . mysql_error());
  }

mysql_select_db("[i]Censored[/i]", $con);

$result = mysql_query("SELECT * FROM P110");

while($row = mysql_fetch_array($result))
  {
  $P110=$row['EP']
  };
mysql_close($con);
?>

<?php
$con = mysql_connect("[i]Censored[/i]","[i]Censored[/i]","[i]Censored[/i]");
if (!$con)
  {
  die('Could not connect: ' . mysql_error());
  }

mysql_select_db("[i]Censored[/i]", $con);

$result = mysql_query("SELECT * FROM XenoK");

while($row = mysql_fetch_array($result))
  {
  $XenoK=$row['EP']
  }
mysql_close($con);
?>

<?php
$con = mysql_connect("[i]Censored[/i]","[i]Censored[/i]","[i]Censored[/i]");
if (!$con)
  {
  die('Could not connect: ' . mysql_error());
  }

mysql_select_db("[i]Censored[/i]", $con);

$result = mysql_query("SELECT * FROM Coolhogs");

while($row = mysql_fetch_array($result))
  {
  $Coolhogs=$row['EP']
  }
mysql_close($con);
?>

<?php
$con = mysql_connect("[i]Censored[/i]","[i]Censored[/i]","[i]Censored[/i]");
if (!$con)
  {
  die('Could not connect: ' . mysql_error());
  }

mysql_select_db("[i]Censored[/i]", $con);

$result = mysql_query("SELECT * FROM Iggyvolz");

while($row = mysql_fetch_array($result))
  {
  $Iggyvolz=$row['EP']
  }
mysql_close($con);
?>

<?php
$con = mysql_connect("[i]Censored[/i]","[i]Censored[/i]","[i]Censored[/i]");
if (!$con)
  {
  die('Could not connect: ' . mysql_error());
  }

mysql_select_db("[i]Censored[/i]", $con);

$result = mysql_query("SELECT * FROM Joletole");

while($row = mysql_fetch_array($result))
  {
  $Joletole=$row['EP']
  }
mysql_close($con);
?>

<?php
$con = mysql_connect("[i]Censored[/i]","[i]Censored[/i]","[i]Censored[/i]");
if (!$con)
  {
  die('Could not connect: ' . mysql_error());
  }

mysql_select_db("[i]Censored[/i]", $con);

$result = mysql_query("SELECT * FROM Luminoria");

while($row = mysql_fetch_array($result))
  {
  $Luminoria=$row['EP']
  }
mysql_close($con);
?>

<?php
$con = mysql_connect("[i]Censored[/i]","[i]Censored[/i]","[i]Censored[/i]");
if (!$con)
  {
  die('Could not connect: ' . mysql_error());
  }

mysql_select_db("[i]Censored[/i]", $con);

$result = mysql_query("SELECT * FROM Parcheesidude");

while($row = mysql_fetch_array($result))
  {
  $Parcheesidude=$row['EP']
  }
mysql_close($con);
?>

<?php
$con = mysql_connect("[i]Censored[/i]","[i]Censored[/i]","[i]Censored[/i]");
if (!$con)
  {
  die('Could not connect: ' . mysql_error());
  }

mysql_select_db("[i]Censored[/i]", $con);

$result = mysql_query("SELECT * FROM Pencilmaster");

while($row = mysql_fetch_array($result))
  {
  $Pencilmaster=$row['EP']
  }
mysql_close($con);
?>

<?php
$con = mysql_connect("[i]Censored[/i]","[i]Censored[/i]","[i]Censored[/i]");
if (!$con)
  {
  die('Could not connect: ' . mysql_error());
  }

mysql_select_db("[i]Censored[/i]", $con);

$result = mysql_query("SELECT * FROM PheonixRebirth");

while($row = mysql_fetch_array($result))
  {
  $PheonixRebirth=$row['EP']
  }
mysql_close($con);
?>

<?php
$con = mysql_connect("[i]Censored[/i]","[i]Censored[/i]","[i]Censored[/i]");
if (!$con)
  {
  die('Could not connect: ' . mysql_error());
  }

mysql_select_db("[i]Censored[/i]", $con);

$result = mysql_query("SELECT * FROM Trinary");

while($row = mysql_fetch_array($result))
  {
  $Trinary=$row['EP']
  }
mysql_close($con);

Then I went into some way to order them using operators, e.g. if ($P110 > XenoK)
set $ep1 = $P110, but it rejected all of my code...  sad

I should start licensing/selling my PHP genius lol  tongue


Me live on 2.0 now  sad

Offline

 

#534 2012-06-02 18:19:17

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

Re: Eternity Incurakai

parcheesidude wrote:

OK.  tongue

[randomconversing]So... It's 11pm where you are?!

I just can't fathom it, even I know the facts.
Here I'm on at 3 teaching a 6 year old to make Scratch stuff

So... How are you?

11:20 where I am, and I'm about to watch a 1 hour long program, so I'll be here for a while, then I'll be on my phone in bed


Me live on 2.0 now  sad

Offline

 

#535 2012-06-02 18:20:42

parcheesidude
Scratcher
Registered: 2009-10-07
Posts: 500+

Re: Eternity Incurakai

Oh, gosh.

Edit: What's it about?

Last edited by parcheesidude (2012-06-02 18:21:07)


My signature is trying to find itself :3

Offline

 

#536 2012-06-02 18:25:50

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

Re: Eternity Incurakai

parcheesidude wrote:

Oh, gosh.

Edit: What's it about?

The scoreboard? It orders the top 3 EP's login using user:alpha Pass:password on http://monkeybanana.net46.net/eternity_incurakai/login.php


Me live on 2.0 now  sad

Offline

 

#537 2012-06-02 18:27:07

parcheesidude
Scratcher
Registered: 2009-10-07
Posts: 500+

Re: Eternity Incurakai

P110 wrote:

parcheesidude wrote:

Oh, gosh.

Edit: What's it about?

The scoreboard? It orders the top 3 EP's login using user:alpha Pass:password on http://monkeybanana.net46.net/eternity_incurakai/login.php

Wow.


My signature is trying to find itself :3

Offline

 

#538 2012-06-02 18:31:23

joletole
Scratcher
Registered: 2011-02-20
Posts: 1000+

Re: Eternity Incurakai

Want me to put together the Marketing Campaign right now? If so, I need 3 banners, one having the The Eternity Inc symbol, just like the one on the First page of this, but on the bottom have it saying "How To"

Then another one saying "Mesh" in Eternity Inc letters, and another one saying "Chrome App".

Offline

 

#539 2012-06-02 18:32:47

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

Re: Eternity Incurakai

parcheesidude wrote:

P110 wrote:

parcheesidude wrote:

Oh, gosh.

Edit: What's it about?

The scoreboard? It orders the top 3 EP's login using user:alpha Pass:password on http://monkeybanana.net46.net/eternity_incurakai/login.php

Wow.

so far I've made 9 similar files so far and counting


Me live on 2.0 now  sad

Offline

 

#540 2012-06-02 22:17:25

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

Re: Eternity Incurakai

You're doing absolutely great P110!  I am very greatful to have you a part of the group.  I'm am still doing a study on java, but I also started studying PHP, so I should be able to collaborate on that soon.  btw, I love this new graphics tablet!  It has such a big drawing space!


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

Offline

 

#541 2012-06-02 22:27:03

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

Re: Eternity Incurakai

joletole wrote:

Want me to put together the Marketing Campaign right now? If so, I need 3 banners, one having the The Eternity Inc symbol, just like the one on the First page of this, but on the bottom have it saying "How To"

Then another one saying "Mesh" in Eternity Inc letters, and another one saying "Chrome App".

right.  Request those logos from trinary in his request forum.  He should be able to help, he's a part of Eternity Inc.!


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

Offline

 

#542 2012-06-02 22:30:22

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

Re: Eternity Incurakai

I'd do it, but I'm going to bed soon, and I've done a lot of work for it already, joletole.  I'm trying to focus on how to structure this section on our tutorial: practices. 

also, I'm really sorry you arent able to access the forums or wiki. Freehostingcloud is down, and has been for a while.


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

Offline

 

#543 2012-06-02 23:16:47

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

Re: Eternity Incurakai

I noticed so many collabs dont take the time to actually create their own logo.  They just get cooltext to do it for them.  I hand drew our logo, and some of the text.  Then i used some effects to polish it.


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

Offline

 

#544 2012-06-02 23:24:22

parcheesidude
Scratcher
Registered: 2009-10-07
Posts: 500+

Re: Eternity Incurakai

Well, this is my last post until the 11th. See you in a week! I'll be here for about 10 more minutes, though.


My signature is trying to find itself :3

Offline

 

#545 2012-06-02 23:37:40

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

Re: Eternity Incurakai

parcheesidude wrote:

Well, this is my last post until the 11th. See you in a week! I'll be here for about 10 more minutes, though.

K, seeya!


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

Offline

 

#546 2012-06-02 23:39:58

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

Re: Eternity Incurakai

I'm probably not going to be as active tommorow.  Sundays are usually when i take the time to relax.  I'm sure i'll get on every now and then, tho.


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

Offline

 

#547 2012-06-03 03:18:17

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

Re: Eternity Incurakai

XenoK wrote:

I noticed so many collabs dont take the time to actually create their own logo.  They just get cooltext to do it for them.  I hand drew our logo, and some of the text.  Then i used some effects to polish it.

it's the best way...


Me live on 2.0 now  sad

Offline

 

#548 2012-06-03 09:58:17

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

Re: Eternity Incurakai

P110 wrote:

XenoK wrote:

I noticed so many collabs dont take the time to actually create their own logo.  They just get cooltext to do it for them.  I hand drew our logo, and some of the text.  Then i used some effects to polish it.

it's the best way...

It sure is!


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

Offline

 

#549 2012-06-03 10:31:01

Yoshiboy
Scratcher
Registered: 2011-12-30
Posts: 1000+

Re: Eternity Incurakai

Good morning y'all. Let me guess.... I have nothing to do here until July?


Winter...

Offline

 

#550 2012-06-03 11:03:57

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

Re: Eternity Incurakai

Yoshiboy wrote:

Good morning y'all. Let me guess.... I have nothing to do here until July?

I don't know... we'll have to wait for XenoK to get on.


Me live on 2.0 now  sad

Offline

 

Board footer