Bravo List
Register
Go Back   > Bravo List > Source Code > Archived Trackers > TBDev > Mods & Themes
Reply
  #1  
Old 1st May 2009, 15:33
sammygo sammygo is offline
Senior Member
 
Join Date: May 2008
P2P
Posts: 141
Default Welcome PM
When you register to a tracker you will get a Welcome PM

FOR WHO USE WITH EMAIL CONFIRM:
In confirm.php

BEFORE
Code:
header("Refresh: 0; url=../../ok.php?type=confirm");
ADD
Code:
$added = sqlesc(get_date_time());
$welcome = sqlesc("Welcome to $SITENAME, Feel to download torrents, and talk in the forums, please do your best to seed everything to at least 0.6! We are very glad to have you here in our community, and we hope you have a good stay. Please feel free to contact any staff member about anything. Thanks for joining.
~Staff");

mysql_query("INSERT INTO messages (sender, receiver, msg, added) VALUES(0, $id, $welcome, $added)") or sqlerr(__FILE__, __LINE__);
FOR THOSE WHO DON'T USE EMAIL CONFIRMATION :
in takesignup.php

BEFORE
Code:
header("Refresh: 0; url=ok.php?type=". (!$arr[0]?"sysop":("signup&email=" . urlencode($email))));
ADD
Code:
$added = sqlesc(get_date_time());
$welcome = sqlesc("Welcome to $SITENAME, Feel to download torrents, and talk in the forums, please do your best to seed everything to at least 1.1! We are very glad to have you here in our community, and we hope you have a good stay. Please feel free to contact any staff member about anything. Thanks for joining.
~Staff");

mysql_query("INSERT INTO messages (sender, receiver, msg, added) VALUES(0, $id, $welcome, $added)") or sqlerr(__FILE__, __LINE__);


Thanks to WARADE @ tbdev.net for this mod :X


PICTURE
Click image for larger version

Name:	untitledis9.png
Views:	382
Size:	46.2 KB
ID:	1319

Last edited by sammygo; 1st May 2009 at 16:02.
Reply With Quote
The Following 3 Users Say Thank You to sammygo For This Useful Post:
blkmaster (2nd September 2009), HUnter83 (20th August 2010), JoKeR_3D (2nd January 2010)
  #2  
Old 31st July 2009, 03:50
aeLED aeLED is offline
Member
 
Join Date: Jul 2009
P2P
Posts: 2
Default
Thanks dude ;)
Reply With Quote
  #3  
Old 31st July 2009, 17:46
tomys tomys is offline
Senior Member
 
Join Date: Apr 2009
Germany
Posts: 20
Default f
dude ty.!
Reply With Quote
  #4  
Old 20th August 2010, 13:24
HUnter83 HUnter83 is offline
Senior Member
 
Join Date: Aug 2010
United Kingdom
Posts: 46
Default
Thanks For This
Reply With Quote
Reply

Tags
pm

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
[TBDev] shoutcast radio for tbdev Slatkis TBDev 14 3rd June 2017 09:08
TorrentStrike theme engine to TBdev Kotafi Mods & Themes 6 13th May 2012 04:42
[TBDEV] Pets Scripts for TBDev BacKUP TBDev 4 7th September 2011 15:36



All times are GMT +2. The time now is 11:04. vBulletin skin by ForumMonkeys. Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.