Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.6 > vBulletin 3.6 Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Tell A Friend Details »»
Tell A Friend
Version: 1.00, by G0F0RBR0KE G0F0RBR0KE is offline
Developer Last Online: Nov 2021 Show Printable Version Email this Page

Category: Add-On Releases - Version: 3.6.7 Rating:
Released: 06-29-2007 Last Update: 06-29-2007 Installs: 40
Template Edits
Additional Files  
No support by the author.

/*==========================*\
||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
Screenshots Below

-------------------------------------------
Horizontal by rmxs

Quote:
Originally Posted by rmxs View Post
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
PHP Code:
<!-- end logged-in users -->
</if> 
AFTER ADD

PHP Code:
<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 )

Supporters / CoAuthors

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #2  
Old 06-30-2007, 12:40 PM
concepts's Avatar
concepts concepts is offline
 
Join Date: May 2005
Location: Woodland Hills, Ca
Posts: 332
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

nice... I like it

installs. I m going to check it out
Reply With Quote
  #3  
Old 06-30-2007, 12:42 PM
G0F0RBR0KE G0F0RBR0KE is offline
 
Join Date: Mar 2005
Posts: 987
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Live Demo: http://mysticgaming.net/forums/index.php
Reply With Quote
  #4  
Old 06-30-2007, 02:40 PM
tokenyank tokenyank is offline
 
Join Date: Jul 2005
Location: London
Posts: 142
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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.

Code:
<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.
Reply With Quote
  #5  
Old 06-30-2007, 04:37 PM
concepts's Avatar
concepts concepts is offline
 
Join Date: May 2005
Location: Woodland Hills, Ca
Posts: 332
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by tokenyank View Post
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.

Code:
<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...
Reply With Quote
  #6  
Old 06-30-2007, 07:17 PM
G0F0RBR0KE G0F0RBR0KE is offline
 
Join Date: Mar 2005
Posts: 987
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by tokenyank View Post
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.

Code:
<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).
Reply With Quote
  #7  
Old 06-30-2007, 07:29 PM
Mum Mum is offline
 
Join Date: Jun 2006
Location: New Zealand
Posts: 660
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thank you for clearing that up As newbies it's hard to know what to install.
Reply With Quote
  #8  
Old 06-30-2007, 07:37 PM
G0F0RBR0KE G0F0RBR0KE is offline
 
Join Date: Mar 2005
Posts: 987
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I updated the code, I don't know why I accidently type them twice. But it's all good.
Reply With Quote
  #9  
Old 06-30-2007, 08:22 PM
Brandon Sheley's Avatar
Brandon Sheley Brandon Sheley is offline
 
Join Date: Mar 2005
Location: Google Kansas
Posts: 4,678
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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
Reply With Quote
  #10  
Old 06-30-2007, 08:27 PM
rjmjr69's Avatar
rjmjr69 rjmjr69 is offline
 
Join Date: Jan 2007
Location: Southie
Posts: 876
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I love the idea but if its an open hole to the net?
Reply With Quote
Reply


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


All times are GMT. The time now is 09:59 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04562 seconds
  • Memory Usage 2,316KB
  • Queries Executed 24 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (3)bbcode_code
  • (2)bbcode_php
  • (3)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (9)postbit
  • (10)postbit_onlinestatus
  • (10)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete