
visit my internet web site on the internet
http://dong.engineer/
it is just videos by bill wurtz videos you have been warned
http://www.newspal.fovq.com/newspal.zip
http://www.newspal.fovq.com/newspal.tar
Both the same just diffrent compression types.
I just downloaded it and put it on my localhost, you need to put the SQL file or make an install for it, since then I won't have to try and figure it out.
http://www.newspal.fovq.com/newspal.zip
http://www.newspal.fovq.com/newspal.tar
Both the same just diffrent compression types.
Give us an add like!
Sorry, here it is:
Create a database then run this;
And this;Code:CREATE TABLE `news` ( `by` text NOT NULL, `title` text NOT NULL, `body` text NOT NULL, `id` int(11) NOT NULL auto_increment, PRIMARY KEY (`id`) )
That will create the tables and create this account;Code:CREATE TABLE `users` ( `username` text NOT NULL, `password` text NOT NULL, `level` varchar(11) NOT NULL default '1', `id` int(11) NOT NULL auto_increment, PRIMARY KEY (`id`) ); INSERT INTO `users` VALUES ('admin', '4cb9c8a8048fd02294477fcb1a41191a', '2', 1);
Username: admin
Password: changeme
Want to hide these adverts? Register an account for free!