vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   Add-On Releases - Tell A Friend (https://vborg.vbsupport.ru/showthread.php?t=151026)

G0F0RBR0KE 06-29-2007 10:00 PM

Tell A Friend
 
/*==========================*\
||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

Quote:

Originally Posted by rmxs (Post 1413155)
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 :) )


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.

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.

concepts 06-30-2007 04:37 PM

Quote:

Originally Posted by tokenyank (Post 1279951)
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...

G0F0RBR0KE 06-30-2007 07:17 PM

Quote:

Originally Posted by tokenyank (Post 1279951)
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).

Mum 06-30-2007 07:29 PM

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?


All times are GMT. The time now is 04:29 PM.

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.01040 seconds
  • Memory Usage 1,759KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (3)bbcode_code_printable
  • (2)bbcode_php_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete