This is the community forum. For a developer response use the Client Area.
Follow us on Facebook, Twitter and YouTube!

Auto-add pages
#1

hi all

i want use this comment script with anther one make auto pages..

but the problem now is i have to add 1000000 pages and 10000000 custom_id and 10000000 reference ...

bucause my script give every member in my sites new page
Ex: www.example.com/pages/page.php?id=32311
www.example.com/pages/page.php?id=( get id from my db )
my DB:
[php]<?php
$select = "SELECT * FROM `data` WHERE `id`='$_GET[id]'";
$query = mysql_query($select);
while ($fetch = mysql_fetch_array($query)) {
$id = $fetch['id'];
?>

so .. can you help me to use the comment with my website pages..

or tell my the way to add this 10000 information to comments Db ..

give me
Reply
#2

The arbitrary ID add-on will do the job. I am currently updating it, so if you should wait until the next version, which will help fix a couple of bugs and prevent unwanted parameters.

I'm giving you three guesses...
Reply
#3

Hi Static
I have a similar issue. Currently preparing the commentics for a site overhaul, I need to import then old comments from the previous site ... I'd like to avoid contacting all people to re-do their comments ;-)

Thanks
Reply


Possibly Related Threads…
Thread / Author Replies Views Last Post
Last Post by Seven Thunders
04-Aug-2016, 07:49 PM
Last Post by 2hands
28-Dec-2013, 07:15 PM
Last Post by noblues
18-Nov-2013, 03:26 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)