looking for the existance of the fabled post.sql (if such file exists)
#1

Quiet literally as the title suggest needs a direction(Note Im not saying link me to anything) to the location of the ep2 server's post.sql database file do not really care where the hell it comes from just need a direction.

 

Cause... in all honesty google is about as useful as a fat kid eatting cake who cant touch the ground with his legs in a running competition!

 

NOW WITH 99.9% more SPAM!!!

#2
I tried to recreate it but so far no luck, maybe you'll have more, open the subhelper with a hexeditor and find the SQL queries in it, that'll at least give you tables/fields names.

#3
to get the tables and fields naems you can use a simple hex editor to thats how i did it to create it

#4


to get the tables and fields naems you can use a simple hex editor to thats how i did it to create it

 

Well i'm pretty sure i got all the tables but i still get the post error 700, so i guess i got something wrong in there lol

#5
Yea I'm also looking for this maybe will take the hex route

#6


-- Table structure for `postoffice`
-- ----------------------------
DROP TABLE IF EXISTS `postoffice`;
CREATE TABLE `postoffice` (
`index` int(5) NOT NULL DEFAULT '0',
`msgtype` int(5) DEFAULT NULL,
`msgcategory` int(5) DEFAULT NULL,
`recvdate` int(10) DEFAULT NULL,
PRIMARY KEY (`index`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

 

Work for me

#7
well got that too, maybe not the correct int type, i'll see

#8


-- Table structure for `postoffice`
-- ----------------------------
DROP TABLE IF EXISTS `postoffice`;
CREATE TABLE `postoffice` (
`index` int(5) NOT NULL DEFAULT '0',
`msgtype` int(5) DEFAULT NULL,
`msgcategory` int(5) DEFAULT NULL,
`recvdate` int(10) DEFAULT NULL,
PRIMARY KEY (`index`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

 

Work for me

where does this go?, should i create new db the query it under there? or...

#9


where does this go?, should i create new db the query it under there? or...

 

Create a db called newproject_post and run that query

#10

thx man

but i have a probleme with rank

2

 

and now in subhelper

<a href='2 src='http://grabilla.com/02b0e-7c0edc2d-fcbd-420d-82e1-5b8c9e846889.png' alt='Captured with Grabilla' /></a>

 

how i fix thes



Forum Jump:


Users browsing this thread: 1 Guest(s)