Results 1 to 8 of 8

Thread: Will pay $20 easy change age 13 to 18

  1. #1
    Join Date
    Nov 2007
    Posts
    15

    Default Will pay $20 easy change age 13 to 18

    New template modification was loaded (was advertised on this site.) My site is Pinkyface.com and is an adult site but it allows users to sign up if they are 13. I need it to say 18. Will pay $20 Us toanyone whocan change it. I did intital edits with phpbut cant seem to find it since template modification. Please let me know ASAP!! [email protected]

  2. #2

    Default Re: Will pay $20 easy change age 13 to 18

    Open:
    signup.tpl

    Find:
    - I certify I am over 13 years old.
    - I agree to the terms of use and privacy policy.

    Change to:

    - I certify I am over 18 years old.
    - I agree to the terms of use and privacy policy.

  3. #3
    Join Date
    Nov 2007
    Posts
    15

    Default Re: Will pay $20 easy change age 13 to 18

    Yes I found it, but now when a user goes to sign up a white page comes up and has this error on the screen??

    Fatal error: Incompatible file format: The encoded file has format major ID 1162627398, whereas the Optimizer expects 2 in /home/pinkyfac/public_html/signup.php on line 0

    Please help

  4. #4

    Default Re: Will pay $20 easy change age 13 to 18

    Its impossible to get a fatal error from editing tpl. files unless youve left out an {/if} variable

    Im not sure what version your using, but

    1. convert back to the code you had before the changes
    2. make sure its all working as normal
    3. then open signup.tpl and replace 13 with 18

    It quite simple

  5. #5
    Join Date
    Nov 2007
    Posts
    15

    Default Re: Will pay $20 easy change age 13 to 18

    can i have the code that normals goes into signup.php I think i may have made an edit here by accident then .tpl I foundh that and changed it but now there is a problem and those were the only two files i h ave been in. You can send it to [email protected]

  6. #6

    Default Re: Will pay $20 easy change age 13 to 18

    Vshare signup.tpl version 2.5:

    Code:
    <table cellspacing=0 cellpadding=0 width="100%" border=0>
    
    <tr valign=top>
    <td style="padding-right:10px" width="50%">
    
    <table align="center">
    
    <tr>
    <td height="24">
    
    <table width="100%" border="0" cellspacing="0" cellpadding="0" height="24">
    <tr>
    <td width="5"  background="{$baseurl}/templates/images/bg1_l.gif" valign=top>[img]{$baseurl}/templates/images/bg1_l.gif[/img]</td>
    <th background="{$baseurl}/templates/images/bg1.gif" align=left><span class="white_bold" valign=top align=left>Sign up</span></th>
    <td width="5" background="{$baseurl}/templates/images/bg1_r.gif">[img]{$baseurl}/templates/images/bg1_r.gif[/img]</td>
    </tr>
    </table>
    
    </td>
    </tr>
    
    <tr>
    <td style="padding-left: 10px; PADDING-right: 10px" class="bg2">
    New Member? Just fill out the account information below.
    
    
    
    <form id=signupForm name=signupForm method=post action="{$baseurl}/signup.php?next={$smarty.request.next}&extra={$smarty.request.extra}">
    
    <table cellspacing=1 cellpadding=1 width="100%" border=0>
    
    <tr>
    <td><span class=label><nobr>Email Address: </nobr></span></td>
    <td><input type=text maxLength=60 size=20 name=email value={$smarty.request.email}></td>
    </tr>
    
    <tr>
    <td><span class=label><nobr>User Name: </nobr></span></td>
    <td><input maxLength=20 name=username value={$smarty.request.username}></td>
    </tr>
    
    <tr>
    <td><span class=label><nobr>Password: </nobr></span></td>
    <td><input type=password maxLength=20 name=password1></td>
    </tr>
    
    <tr>
    <td><span class=label><nobr>Confirm Password: </nobr> </span></td>
    <td><input type=password maxLength=20 name=password2></td>
    </tr>
    
    {if $signup_captcha eq "1" }
    
    <tr>
    <td><span class=label><nobr>Security Code:</nobr></span></td>
    <td>[img]captcha.php[/img]</td>
    </tr>
    
    <tr>
    <td><span class=label><nobr>Enter Security Code: </nobr></span></td>
    <td><input type=text maxLength=60 size=20 name=security_code value={$smarty.request.security_code}></td>
    </tr>
    
    {/if}
    
    
    {if $enable_package eq "yes"}
    
    <tr>
    <td colspan="2"></td>
    </tr>
    
    <tr>
    <td colspan=2 bgcolor="#000000" align="center">
    
    <table width="100%" cellpadding=3 cellspacing=3 bgcolor="#F8F8FF" align="center">
    <tr><td colspan=2><font size="3px">Available Packages</font></td></tr>
    {section name=i loop=$package}
    <tr>
    <td valign="top" width=5><input type='radio' name='pack_id' value='{$package[i].pack_id}'></input></td>
    <td>{$package[i].pack_name}</input>
    
    {$package[i].pack_desc}
    
    - <font color="#0055CC">{insert name=format_size size=$package[i].space}</font> video upload space
    
    - <font color="#0055CC">{insert name=format_size size=$package[i].bandwidth}</font> bandwidth per month
    
    {if $package[i].video_limit gt "0"}
    - Maximum <font color="#0055CC">{$package[i].video_limit}</font> videos upload
    
    {/if}
    {if $package[i].price gt "0"}
    - Registration cost only <font color="#0055CC">${$package[i].price}</font> per {$package[i].period|lower}
    {elseif $package[i].is_trial eq "yes"}
    - Register for <font color="#0055CC">{$package[i].trial_period} days</font> free upload
    {/if}
    </td>
    </tr>
    {/section}
    </table>
    </td>
    </tr>
    {/if}
    
    <tr>
    <td colspan=2>
    
    
    - I certify I am over 13 years old.
    
    - I agree to the terms of use and privacy policy.
    
    
    </td>
    </tr>
    
    <tr>
    <td></td>
    <td><input type=submit value="Sign Up" name=action_signup></td>
    </tr>
    
    </table>
    
    </form>
    
    </td>
    </tr>
    </table>
    
    </td>
    <td style="padding-left: 5px" width="50%" align=right style="padding-right:10px;">
    
    <table>
    
    <tr>
    <td height="24" valign=top>
    
    <table width="100%"  border="0" cellspacing="0" cellpadding="0">
    <tr>
    <td width="5" height="24" background="{$baseurl}/templates/images/bg1_l.gif" valign=top>[img]{$baseurl}/templates/images/bg1_l.gif[/img]</td>
    <th background="{$baseurl}/templates/images/bg1.gif" align=left width=380><span class="white_bold" valign=top>Log in</span></th>
    <td width="5" background="{$baseurl}/templates/images/bg1_r.gif">[img]{$baseurl}/templates/images/bg1_r.gif[/img]</td>
    </tr>
    </table>
    
    </td>
    </tr>
    
    <tr>
    <td class="bg2" align=left style="padding-left: 15px">Already a Member? Log in here.
    
    
    
    <form id=loginForm name=loginForm method=post action="{$baseurl}/login.php?next={$smarty.request.next}&extra={$smarty.request.extra}">
    
    <table cellSpacing=0 cellPadding=2 width="100%" border=0>
    
    <tr>
    <td align=right><span class=label><nobr>User Name</nobr>:</span></td>
    <td style="padding-left: 4px;"><input tabIndex=1 name=username></td>
    </tr>
    
    <tr>
    <td align=right><span class=label><nobr>Password</nobr>:</span></td>
    <td style="padding-left: 4px;"><input tabIndex=2 type=password name=password></td>
    </tr>
    
    <tr>
    <td></td>
    <td><input type="checkbox" name="autologin"> <span CLASS=label>Remember Me</span></td>
    </tr>
    
    <tr>
    <td align=right><span class=label></span></td>
    <td><input type=submit value="Log In" name="action_login"></td>
    </tr>
    
    
    <tr>
    <td align=middle colSpan=2>Forgot your password?
    
    </td>
    </tr>
    
    </table>
    
    </form>
    
    </td>
    </tr>
    </table>
    
    </td>
    </tr>
    </table>
    Vshare signup.tpl version 2.6:

    Code:
    <table cellspacing="0" cellpadding="0" width="96%" border="0" align="center">
    <tr valign="top">
    <td style="padding-right:10px" width="50%">
    
    
    <div class="section bg2">
    
    <div class="hd">
    <div class="hd-l">Sign up</div>
    </div>
    
    <table align="center" cellspacing="0" cellpadding="0"  border="0">
    <tr>
    <td style="padding-left: 10px; PADDING-right: 10px;PADDING-top: 5px;">
    New Member? Just fill out the account information below.
    
    
    
    <form id=signupForm name=signupForm method=post action="{$baseurl}/signup.php">
    
    <table cellspacing=1 cellpadding=1 width="100%" border=0>
    
    <tr>
    <td><span class="label"><nobr>Email Address: </nobr></span></td>
    <td><input type="text" maxLength="60" size="20" name="email" value="{$smarty.request.email}"></td>
    </tr>
    
    <tr>
    <td><span class="label"><nobr>User Name: </nobr></span></td>
    <td><input maxLength="20" name="username" value="{$smarty.request.username}"></td>
    </tr>
    
    <tr>
    <td><span class="label"><nobr>Password: </nobr></span></td>
    <td><input type="password" maxLength="20" name="password1"></td>
    </tr>
    
    <tr>
    <td><span class="label"><nobr>Confirm Password: </nobr> </span></td>
    <td><input type="password" maxLength="20" name="password2"></td>
    </tr>
    
    {if $signup_dob eq "1"}
    <tr>
    <td><span class="label"><nobr>Date of Birth: </nobr> </span></td>
    <td><select name="month"><option>mm</option>
    {foreach from=$months item=month}<option {if $month eq $smarty.request.month} selected {/if}>{$month}</option>{/foreach}
    </select>
    <select name="day"><option>dd</option>
    {foreach from=$days item=day}<option {if $day eq $smarty.request.day} selected {/if}>{$day}</option>{/foreach}
    </select>
    <select name="year"><option>yyyy</option>
    {foreach from=$years item=year}<option {if $year eq $smarty.request.year} selected {/if}>{$year}</option>{/foreach}
    </select>
    </td>
    </tr>
    {/if}
    
    {if $signup_captcha eq "1" }
    
    <tr>
    <td><span class="label"><nobr>Security Code:</nobr></span></td>
    <td>[img]captcha.php[/img]</td>
    </tr>
    
    <tr>
    <td><span class="label"><nobr>Enter Security Code: </nobr></span></td>
    <td><input type="text" maxLength="60" size="20" name="security_code"></td>
    </tr>
    
    {/if}
    
    
    {if $enable_package eq "yes"}
    
    <tr>
    <td colspan="2"></td>
    </tr>
    
    <tr>
    <td colspan=2 bgcolor="#000000" align="center">
    
    <table width="100%" cellpadding=3 cellspacing=3 bgcolor="#F8F8FF" align="center">
    <tr><td colspan=2><font size="3px">Available Packages</font></td></tr>
    {section name=i loop=$package}
    <tr>
    <td valign="top" width=5><input type="radio" name="pack_id" value="{$package[i].pack_id}"></td>
    <td>{$package[i].pack_name}
    
    {$package[i].pack_desc}
    
    - <font color="#0055CC">{insert name=format_size size=$package[i].space}</font> video upload space
    
    - <font color="#0055CC">{insert name=format_size size=$package[i].bandwidth}</font> bandwidth per month
    
    {if $package[i].video_limit gt "0"}
    - Maximum <font color="#0055CC">{$package[i].video_limit}</font> videos upload
    
    {/if}
    {if $package[i].price gt "0"}
    - Registration cost only <font color="#0055CC">${$package[i].price}</font> per {$package[i].period|lower}
    {elseif $package[i].is_trial eq "yes"}
    - Register for <font color="#0055CC">{$package[i].trial_period} days</font> free upload
    {/if}
    </td>
    </tr>
    {/section}
    </table>
    
    </td>
    </tr>
    {/if}
    
    <tr>
    <td colspan="2">
    
    
    - I certify I am over 13 years old.
    
    - I agree to the terms of use and privacy policy.
    
    
    </td>
    </tr>
    
    <tr>
    <td></td>
    <td><input type="submit" value="Sign Up" name="action_signup"></td>
    </tr>
    
    </table>
    
    </form>
    
    </td>
    </tr>
    </table>
    
    </div> 
    
    
    </td>
    
    <td width="50%">
    
    
    <div class="section bg2" style="width:90%;margin:auto 0em auto auto;">
    
    <div class="hd">
    <div class="hd-l">Login</div>
    </div>
    
    <table border=0 align=center>
    <tr>
    <td height="24" valign=top>
    Already a Member? Log in here.
    
    
    <form id="loginForm" name="loginForm" method="post" action="{$baseurl}/login.php">
    
    <table cellspacing="0" cellpadding="2" width="100%" border="0">
    
    <tr>
    <td align=right><span class="label"><nobr>User Name</nobr>:</span></td>
    <td style="padding-left: 4px;"><input tabIndex="1" name="username"></td>
    </tr>
    
    <tr>
    <td align=right><span class="label"><nobr>Password</nobr>:</span></td>
    <td style="padding-left: 4px;"><input tabIndex="2" type="password" name="password"></td>
    </tr>
    
    <tr>
    <td></td>
    <td><input type="checkbox" name="autologin"> <span class="label">Remember Me</span></td>
    </tr>
    
    <tr>
    <td></td>
    <td><input type=submit value="Log In" name="action_login"></td>
    </tr>
    
    <tr>
    <td align="middle" colspan="2">Forgot your password?
    
    </td>
    </tr>
    
    </table>
    
    </form>
    
    </td>
    </tr>
    </table>
    
    </div> 
    
    </td>
    </tr>
    </table>

  7. #7
    Join Date
    Nov 2007
    Posts
    15

    Default Re: Will pay $20 easy change age 13 to 18

    Thank you , I replaced that code in .tpl and still same error. Do you have the vshare 2.5 code for signup.php?? thanks

  8. #8

    Default Re: Will pay $20 easy change age 13 to 18

    Did you try and edit the signup.php directly??

    You cant edit the .php files directly you need to decrypt the files using zend debugger, but thats a whole other world

    Also copy the entire script/website and place the original code in a seperate folder, then you wont be stuck you can just replace what you messed up

    Ill email you the signup.php

Similar Threads

  1. v2.7 Code for Easy Edit News Box
    By grynmoors in forum Template Modifications
    Replies: 1
    Last Post: 02-19-2010, 12:41 AM
  2. Easy traffic
    By noletrain in forum Web Site Promotion
    Replies: 0
    Last Post: 10-08-2008, 04:00 AM
  3. how easy?
    By berry05 in forum Installation Support
    Replies: 1
    Last Post: 04-07-2008, 08:59 AM
  4. Easy way to change look of default flv player...
    By SportsGamingTV.com in forum Template Modifications
    Replies: 4
    Last Post: 09-08-2007, 08:23 AM
  5. WiigleTv.com. Do you Need Dedicated Server, Easy way for 1
    By WiigleTV.com in forum General Discussions
    Replies: 2
    Last Post: 09-07-2007, 06:49 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •