Results 1 to 9 of 9
-
18th Oct 2009, 07:28 PM #1OPMember
Warezlinkers: submitted msg in topic [phpbb3]
YOU will need first to have installed the in-forum submitter by warezlinkers.comCode:http://warezcoders.com/code/warezlinkers_ifs.zip
Code:ALTER TABLE phpbb_posts ADD `submited` varchar(255) NOT NULL;
Find:
{postrow.MESSAGE}</div>
Code:<div class="notice">{postrow.SUBMITED}</div>
Find:
'BUMPED_MESSAGE' => $l_bumped_by,
Code:'SUBMITED' => $row['submited'],
$sql = 'SELECT post_id, topic_id, forum_id
Code:$sql = 'SELECT post_id, topic_id, forum_id, submited
'post_edit_user' => $row['post_edit_user'],
Code:'submited' => $row['submited'],
Find:
$result = array(
array($sitename,$siteurl,$sitemail),
array(array("jmz","ftw"))
Code:$subdat=date('F jS, Y, g:i a', time()); $sql = "UPDATE " . POSTS_TABLE . " SET submited = '<b>[Submited by warezlinkers at ". $subdat ."]</b>' WHERE " . $db->sql_in_set('topic_id', $topics); $db->sql_query($sql);
jomasaco Reviewed by jomasaco on . Warezlinkers: submitted msg in topic [phpbb3] http://www.besthostingforums.com/images/cdn/besthostingforums.com/2009/10/15nkpax-1.png YOU will need first to have installed the in-forum submitter by warezlinkers.comhttp://warezcoders.com/code/warezlinkers_ifs.zipSQL ALTER TABLE phpbb_posts ADD `submited` varchar(255) NOT NULL;Open: styles/~{Your Style}~/template/viewtopic_body.html Find: After add: <div class="notice">{postrow.SUBMITED}</div>Open: viewtopic.php Find: After add: 'SUBMITED' => $row,Find: Replace by: Rating: 5
-
18th Oct 2009, 07:34 PM #2(╯?□?)╯︵ ┻━┻Website's:
Xenu.ws WarezLinkers.com SerialSurf.com CracksDirect.comNice work jomasaco.
Projects:
WCDDL - The Professional DDL Script
Top Secret Project: In Development - ZOMG
ImgTrack - Never Have Dead Images Again!
-
18th Oct 2009, 09:36 PM #3Member
Nice work dude .
-
19th Oct 2009, 12:23 AM #4BannedWebsite's:
Smart-Uploads.comAh... anything for vb? need it badly.
-
19th Oct 2009, 05:15 AM #5
-
19th Oct 2009, 03:21 PM #6(╯?□?)╯︵ ┻━┻Website's:
Xenu.ws WarezLinkers.com SerialSurf.com CracksDirect.comShould be up now.
I *may* have fixed the downtime. Suspended a horribly coded site (running on a script not coded by me of course )Projects:
WCDDL - The Professional DDL Script
Top Secret Project: In Development - ZOMG
ImgTrack - Never Have Dead Images Again!
-
23rd Oct 2009, 04:43 AM #7BannedWebsite's:
WarezHD.com Porn.WarezHD.comReally nice, I've been looking for something like this so I can remember what posts I have submitted, I always replied manually now it's gonna b easy. thanks!
-
24th Oct 2009, 02:24 AM #8BannedWebsite's:
WarezHD.com Porn.WarezHD.comPlease add mirror for the download.
-
25th Oct 2009, 06:28 PM #9BannedWebsite's:
WarezHD.com Porn.WarezHD.comInstalled and workinf perfect but this just edits the posts, I though it was gonna auto reply the post. anyways it's working fine. thanks.
Sponsored Links
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
Submitted to DDL
By Royal King in forum Tutorials and GuidesReplies: 65Last Post: 12th Mar 2011, 03:30 AM -
Differentiate B/w Submitted/Non-submitted topics
By champ_007_bond in forum Web Application/Script SupportReplies: 9Last Post: 28th Aug 2010, 03:54 PM -
phpbb3 topic renaming (Programically)
By SarMa in forum phpBBReplies: 9Last Post: 30th Mar 2010, 12:11 PM -
Topic prefix tags mod for phpbb3
By szarki432 in forum Webmaster DiscussionReplies: 5Last Post: 30th Jan 2010, 12:22 PM
themaCreator - create posts from...
Version 3.24 released. Open older version (or...