View Full Version : Add-On Releases - Tell A Friend
G0F0RBR0KE
06-29-2007, 10:00 PM
/*==========================*\
||Created by: EvilAkuma:
||Title: Tell A Friend
||Version: 1.0.0
||Site: http://mysticgaming.net/forums
||Support:http://vBcoderz.com
||Template Edit: 1
||Upload File: 1
||Instruction: YES
\*==========================*/
Title: Tell A friend
Description: This little add-on will help your forum grow an extra by spreading the words. Simply type in their e-mail, their name/username, type in your name/username, and your e-mail.
Than click on "Tell your Friend" and it'll take you to another page.
Support Only Given when you have install.
Donation can be appreciated by clicking on the paypal located on the right side.
Update: The code was remodifiy inside the sendpage.php :D
Screenshots Below
-------------------------------------------
Horizontal by rmxs
Hello..
I just download it and i install it byt the place isnt good so i change it to horizonal and i put it to whats going box under the online users..To do this..
OPEN FORUMHOME
FIND
<!-- end logged-in users -->
</if>AFTER ADD
<tr><td class="thead" colspan="2">Tell a friend about RmXs.gr</td></tr>
<tr><td class="alt1" colspan="2" ><span class="smallfont"><form name='REPLIER' method='post' action='/sendpage.php'>
<form action="" method="post">
Your Name:
<input type="input" name="yourname" />
Your Email:
<input type="input" name="youremail" />
Friend name:
<input type="input" name="friendname" />
Friend email:
<input type="input" name="friendemail" />
<input type="submit" name="submit" value="Tell Your Friend" />
</form> </span></td></tr>
SAVE UPLOAD sendpage.php (after you edit it AND YOU DONE)
(Also you must add a go back button to the sent page or do some cosmetic changes :) )
concepts
06-30-2007, 12:40 PM
nice... I like it
installs. I m going to check it out
G0F0RBR0KE
06-30-2007, 12:42 PM
Live Demo: http://mysticgaming.net/forums/index.php
tokenyank
06-30-2007, 02:40 PM
Boy, you must not value your hosting account!
This is SOOOoooooo open for spammers to abuse which will inturn get your hosting account cancled, you sued (depending on where in the world you live) or the very least get your ip range banned in spamhaus.
<form id="form1" name="form1" method="post" action="http://mysticgaming.net/sendpage.php">
<p>Your Name:<br />
<input type="input" name="yourname" />
<br />
Your Email:<br />
<input type="input" name="youremail" />
<br />
Friend name:<br />
<input type="input" name="friendname" />
<br />
Friend email:<br />
<input type="input" name="friendemail" />
</p>
<p>
<label>
<textarea name="spamcity" id="spamcity" cols="45" rows="5"></textarea>
</label>
<br />
<br />
<input type="submit" name="submit" value="Tell Your Friend" />
</p>
</form>
Allows me to send email from anywhere, using your sendmail.
concepts
06-30-2007, 04:37 PM
Boy, you must not value your hosting account!
This is SOOOoooooo open for spammers to abuse which will inturn get your hosting account cancled, you sued (depending on where in the world you live) or the very least get your ip range banned in spamhaus.
<form id="form1" name="form1" method="post" action="http://mysticgaming.net/sendpage.php">
<p>Your Name:<br />
<input type="input" name="yourname" />
<br />
Your Email:<br />
<input type="input" name="youremail" />
<br />
Friend name:<br />
<input type="input" name="friendname" />
<br />
Friend email:<br />
<input type="input" name="friendemail" />
</p>
<p>
<label>
<textarea name="spamcity" id="spamcity" cols="45" rows="5"></textarea>
</label>
<br />
<br />
<input type="submit" name="submit" value="Tell Your Friend" />
</p>
</form>
Allows me to send email from anywhere, using your sendmail.
wow...
G0F0RBR0KE
06-30-2007, 07:17 PM
Boy, you must not value your hosting account!
This is SOOOoooooo open for spammers to abuse which will inturn get your hosting account cancled, you sued (depending on where in the world you live) or the very least get your ip range banned in spamhaus.
<form id="form1" name="form1" method="post" action="http://mysticgaming.net/sendpage.php">
<p>Your Name:<br />
<input type="input" name="yourname" />
<br />
Your Email:<br />
<input type="input" name="youremail" />
<br />
Friend name:<br />
<input type="input" name="friendname" />
<br />
Friend email:<br />
<input type="input" name="friendemail" />
</p>
<p>
<label>
<textarea name="spamcity" id="spamcity" cols="45" rows="5"></textarea>
</label>
<br />
<br />
<input type="submit" name="submit" value="Tell Your Friend" />
</p>
</form>
Allows me to send email from anywhere, using your sendmail.
This modification is meant to send e-mail to anyone, anywhere.
Not to mention that I have sent about 400 e-mail and yet, my account hasn't been suspended.
I perfer that you move your false information and you had no reason to add a set of code that doesn't even belong their (which was added by you).
Thank you for clearing that up :) As newbies it's hard to know what to install.
G0F0RBR0KE
06-30-2007, 07:37 PM
I updated the code, I don't know why I accidently type them twice. But it's all good. :D
Brandon Sheley
06-30-2007, 08:22 PM
Is this still open for spammers ?
I know it's possible is the files aren't secure. I had someone spamming 1,000's of account with a poorly coded "contact us" form on a site I was running once.
I'm not saying this hack can be exploited, but I'd like it to be checked b4 I'd put it on my site.
The GUI looks very basic, which makes me wonder about the code.
cheers
-Brandon
rjmjr69
06-30-2007, 08:27 PM
I love the idea but if its an open hole to the net?
G0F0RBR0KE
06-30-2007, 08:29 PM
Is this still open for spammers ?
I know it's possible is the files aren't secure. I had someone spamming 1,000's of account with a poorly coded "contact us" form on a site I was running once.
I'm not saying this hack can be exploited, but I'd like it to be checked b4 I'd put it on my site.
The GUI looks very basic, which makes me wonder about the code.
cheers
-Brandon
It's just a basic modification.
I'm working where it allow only usergroup to be sent and they can only send a limit of 5 per day. Of course the "5" can be change to whatever you desired. Which will be a plugin of course.
I'll try to squeeze that in, cuz i'm working on a game developement.
Brandon Sheley
06-30-2007, 08:34 PM
I'm working where it allow only usergroup to be sent and they can only send a limit of 5 per day. Of course the "5" can be change to whatever you desired. Which will be a plugin of course.
Sounds good :)
G0F0RBR0KE
06-30-2007, 08:37 PM
I'll try to see if my friend can help me develope this since he's more advance than me when it comes to plugin :D
Other than that, this is just a basic starter.
You can test it, and if you feel that someone is spamming, simply remove it from your host.
So far, I haven't seen anyone spam using it.
FreshFroot
07-01-2007, 01:24 AM
great stuff mate, will come in handy :D
ssslippy
07-01-2007, 04:03 AM
adding captcha and/or the ability to prevent guests from using would be great.
SkyCatcher
07-01-2007, 11:20 AM
Why not just run a basic usergroup check at the start of the script to prevent people not logged in (or whatever usergroups you deem to be unworthy) to not be able to use the form...
or something like forum/index.php?do=tellafriend instead of having the php file.
All just suggestions.
projectego
07-01-2007, 05:27 PM
/me clicks install
kyokushin4life
07-11-2007, 10:23 AM
could you get an idea from this mod plz?
https://vborg.vbsupport.ru/showthread.php?t=103808&page=4&highlight=friend
apiasto
07-11-2007, 05:50 PM
hey nice hack, how about this for an idea.i didn't add this to the skin footer but instead i added to user control panel, and only registered users has an access to control panel, the rest are blocked via admin panel like guests.i think it should be ok there
could you get an idea from this mod plz?
https://vborg.vbsupport.ru/showthread.php?t=103808&page=4&highlight=friendThat is what i am wanting too.
PamelaE
07-11-2007, 09:16 PM
Nice idea but not very pretty. I would prefer a web 2.0 type icon on every post, click on it and then 'Tell a friend' pops up. Add the e-mail, the message is already there, something generic with an editable option.
This current mod is hidden away and looks a bit messy. The idea is great and should actually be a standard mod as it increases reach and is rather a common funtion across all social networking sites.
aakhan136
07-14-2007, 04:13 PM
Thanks
Ohiosweetheart
08-25-2007, 12:50 AM
So is this working with 3.6.8 with no problems now?
Mad Woman
09-02-2007, 06:57 PM
Any more news on this, or is there anything similar? Something like this would be really nicde to have.
Ohiosweetheart
09-03-2007, 01:41 PM
I installed it on my 3.6.8, and it works great for me. :)
I'm working where it allow only usergroup to be sent and they can only send a limit of 5 per day. Of course the "5" can be change to whatever you desired. Which will be a plugin of course.Any update yet?
G0F0RBR0KE
09-04-2007, 07:58 AM
This works for 3.6.8
Mum: I'm still a newbie at coding, so please bare with me on this.
Silver Boy
09-04-2007, 11:52 AM
thanks
noppid
09-11-2007, 10:14 PM
Is this still open for spammers ?
-Brandon
This is a spammers dream.
nnjj.net
09-18-2007, 03:47 PM
is it working with 3.6.8?
nnjj.net
09-20-2007, 01:11 PM
any one?
Hello..
I just download it and i install it byt the place isnt good so i change it to horizonal and i put it to whats going box under the online users..To do this..
OPEN FORUMHOME
FIND
<!-- end logged-in users -->
</if>AFTER ADD
<tr><td class="thead" colspan="2">Tell a friend about RmXs.gr</td></tr>
<tr><td class="alt1" colspan="2" ><span class="smallfont"><form name='REPLIER' method='post' action='/sendpage.php'>
<form action="" method="post">
Your Name:
<input type="input" name="yourname" />
Your Email:
<input type="input" name="youremail" />
Friend name:
<input type="input" name="friendname" />
Friend email:
<input type="input" name="friendemail" />
<input type="submit" name="submit" value="Tell Your Friend" />
</form> </span></td></tr>
SAVE UPLOAD sendpage.php (after you edit it AND YOU DONE)
(Also you must add a go back button to the sent page or do some cosmetic changes :) )
G0F0RBR0KE
01-03-2008, 07:16 PM
Thanks for the horizontal. :D
thunder_sti
03-07-2008, 04:09 PM
Im having this error message when trying to send an invitation to a friend:
A page opens up w/following:
Parse error: syntax error, unexpected ',' in /home/boricua/public_html/sendpage.php on line 16
I am getting a wrong redirect to page sendpage.php
any ideas?
G0F0RBR0KE
04-24-2008, 01:37 AM
Did you follow the instruction that I included?
newsoftw
03-04-2009, 02:45 PM
heelloo and how r alll...............
how to add "" tell a Friend "" button near with Quote...
plz see in Picture: https://vborg.vbsupport.ru/external/2009/03/122.jpg
plz any help or any Idie about this.
thanks in ADVNS
Admin of NSW
Ayaz Ali
BlueCheri
10-29-2009, 10:07 AM
Im having this error message when trying to send an invitation to a friend:
A page opens up w/following:
Parse error: syntax error, unexpected ',' in /home/boricua/public_html/sendpage.php on line 16
Even I am getting the same error .
Please help me with the same .
Thank you:)
Alexey?
10-30-2009, 12:23 PM
Nice Stuff, tnx
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.