PDA

View Full Version : [FUTURE] erPETITION v0.1



adamFTW
13-12-2007, 12:43 AM
Basically, it's going to be a petition script. It'll be fairly simple, as it's my first ever script using PHP.

Features:
- Admin panel
- View all comments and IP's of the user(s)
- Edit all comments
- Edit site pages
- Edit site details

- Main Site
- View all comments
- Create a comment
- Default layout

As you may know, I have already posted several threads regarding help with this, as it is my first script.

If you would like to make any suggestions, post.

Alexz0r
13-12-2007, 02:28 AM
nice, i'll probz use once its released.

adamFTW
13-12-2007, 11:50 AM
Thanks for the support.

MrCraig
13-12-2007, 05:49 PM
what u mean like online petition?

adamFTW
13-12-2007, 09:42 PM
what u mean like online petition?

Precisely.

Ini
13-12-2007, 11:51 PM
I don't understand what it's for and how it can be used..

Maybe a preview..

If you have done anything yet of course..

And if you are willing to show..

adamFTW
14-12-2007, 02:14 AM
I don't understand what it's for and how it can be used..

Maybe a preview..

If you have done anything yet of course..

And if you are willing to show..

Basically it's a petition script. You can define what it's for, then the user can sign it using a form. The user can then goto the view page and view all the entries, which is stored using mySQL.

UPDATE:
Admin CP -
- View all entries + IP's of user(s)
- Edit all entries
- Edit site pages
- Edit site details

Main Site -
- View all comments
- Create a comment
- Default layout

As you can see, all I need to do is finish site details. Does anybody have any ideas what I should do there? I currently only have changing the titles of pages, I want you people to think of what I could add in it. Thanks.

Alexz0r
14-12-2007, 02:34 AM
I don`t understand what the site details are like what it displays with the post but meh, maybe the date it and the comments were added,

adamFTW
14-12-2007, 02:38 AM
The view and edit comments page will contain anything to do with the entries.

Edit site details is more like, the titles of pages etc.

Mentor
14-12-2007, 03:30 AM
Good idea, should be quite a simple thing to set up as well, since primarly it just needs to be a slighty more specalised guestbook script :)

Hope to see it soon.

adamFTW
14-12-2007, 12:44 PM
Good idea, should be quite a simple thing to set up as well, since primarly it just needs to be a slighty more specalised guestbook script :)

Hope to see it soon.

Thanks, I've basically finished it all, a few minor edits then I have to set-up an install file.

MrCraig
19-12-2007, 04:55 PM
Do installer an easy way :)

Set up config
Get your SQL Dump

then, in your installer, just do


<?php
require("config.php");
$dump = @file_get_contents("SQLdump.txt");
mysql_query($dump);
?>

chrisgocrazyH
22-12-2007, 10:56 PM
OMGG I WANT TO DOWNLOAD NOWW

Want to hide these adverts? Register an account for free!