Staredit Network

Staredit Network -> SEN v5 Alpha -> I don't get it..
Report, edit, etc...Posted by Gigins on 2005-11-29 at 17:28:33
I see that we have to reregister in there.
Will our current accounts be deleted when v5 will come?
Will all post be deleted?
Report, edit, etc...Posted by slayer766 on 2005-11-29 at 17:33:39
I don't think they will because IP might just do something that will allow a transfer of all the files, if I remember right IPB can do that....

IP does it cost money to do I file transfer? I can't remember. confused.gif
Report, edit, etc...Posted by Syphon on 2005-11-29 at 19:00:41
QUOTE(Oo.SlayeR.oO @ Nov 29 2005, 05:33 PM)
I don't think they will because IP might just do something that will allow a transfer of all the files, if I remember right IPB can do that....

IP does it cost money to do I file transfer? I can't remember.  confused.gif
[right][snapback]367577[/snapback][/right]


If you might have notcied v5 is not IPB, it's a board of IP's design. So jsut because IPB has the ability to file transfers like that doesn't mean SeNv5 will.
Report, edit, etc...Posted by Mp)MinigameEast on 2005-11-29 at 19:53:14
i think thats testing.
i dont think we will lose accounts just by updating it.
Report, edit, etc...Posted by Voyager7456(MM) on 2005-11-29 at 20:35:31
It's been said that all posts and stuff will be transferred to SEN v5, and the testing accounts will be deleted.
Report, edit, etc...Posted by Jordan on 2005-11-29 at 21:12:29
Yes, you can transfer posts, registrations, and everything. Shouts in the shoutbox.. skins.. everything FTP wise. I use easyftp.org
Report, edit, etc...Posted by IsolatedPurity on 2005-11-29 at 21:44:10
Uh... hmmm...
Data like members and such are stored in a database... mysql...
To transfer stuff, I just have to write a complicated query to select all data from the old table and input it into the new table... such as for members:
insert into is047s3n_new.members (select * from is047s3n_data.members)

But it's a bit more complicated...

Files, like attachments, are harder to transfer because it has both database items and real files, so keeping the database in sync is a bit harder.

What will be definitely transfered:
Posts
Topics
User names, passwords, emails, stats
Shouts
The DLDB

What will not be transfered:
PM's
Avatars / Signatures / Titles
Attachments
User settings
Report, edit, etc...Posted by Mp)MinigameEast on 2005-11-29 at 21:56:29
QUOTE
What will be definitely transfered:
Posts
Topics
User names, passwords, emails, stats
Shouts
The DLDB

and tuts right happy.gif
Report, edit, etc...Posted by Kow on 2005-12-03 at 01:13:46
QUOTE(IsolatedPurity @ Nov 29 2005, 09:44 PM)
Uh... hmmm...
Data like members and such are stored in a database... mysql...
To transfer stuff, I just have to write a complicated query to select all data from the old table and input it into the new table... such as for members:
insert into is047s3n_new.members (select * from is047s3n_data.members)
[right][snapback]367907[/snapback][/right]

Too bad there's no: insert into * (select * from *);

xD
Report, edit, etc...Posted by RedNara on 2005-12-03 at 02:11:31
possible to delete accounts that arent used for a long time... becuase its just that i disagree with our total member list lol XD... sorry...
Report, edit, etc...Posted by Kow on 2005-12-03 at 02:13:44
Didn't yoshi say something about not wanting to delete old memebers because they may come back?
Report, edit, etc...Posted by IsolatedPurity on 2005-12-03 at 02:32:14
INSERT INTO `is047s3n_new`.`members`
SELECT *
FROM `is047s3n_data`.`members` ;


Of course there is kow... ;o

INSERT INTO `is047s3n_new`.`members`
SELECT id, name as user, mgroup as gid, '', joined as join_date, lastactive as last_active, etc
FROM `is047s3n_data`.`members` ;

Is what the query is going to end up looking like, due to the fact that our column names aren't the same.
Report, edit, etc...Posted by Kashmir on 2005-12-03 at 03:11:28
no pms will be transfered sad.gif I figured on keeping my first PM (from yoshi when i registered back in june 2k4 till the end) lol
Next Page (1)