
المشاركة الأصلية كتبت بواسطة الوافي
للفائدة ... :con2:
in the following files, the license # is included:
index.php
login.php
includes/funcitions.php
includes/funcitions_login.php
includes/sessions.php
edit- there are also some refferal links...
includes/vbulletin_credits.php
كود PHP:
print_form_header('index', 'home');
print_table_header($vbphrase['vbulletin_developers_and_contributors']);
print_column_style_code(array('white-space: nowrap', ''));
print_label_row('<b>'.$vbphrase['software_developed_by'].'</b>', '
[B]<a href="http://www.jelsoft.com/" target="vbulletin">[/B]Jelsoft Enterprises Limited</a>
', '', 'top', NULL, false);
print_label_row('<b>'.$vbphrase['product_manager'].'</b>', '
<a href="http://www.vbulletin.com/forum/member.ph' . 'p?u=1034" target="vbulletin">Kier Darby</a>,
<a href="http://www.vbulletin.com/forum/member.ph' . 'p?u=1" target="vbulletin">John Percival</a>
', '', 'top', NULL, false);
print_label_row('<b>'.$vbphrase['business_development'].'</b>', '
<a href="http://www.vbulletin.com/forum/member.ph' . 'p?u=2" target="vbulletin">James Limm</a>,
<a href="http://www.vbulletin.com/forum/member.ph' . 'p?u=22709" target="vbulletin">Ashley Busby</a>
', '', 'top', NULL, false);
print_label_row('<b>'.$vbphrase['software_development'].'</b>', '
<a href="http://www.vbulletin.com/forum/member.ph' . 'p?u=1034" target="vbulletin">Kier Darby</a>,
<a href="http://www.vbulletin.com/forum/member.ph' . 'p?u=224" target="vbulletin">Freddie Bingham</a>,
<a href="http://www.vbulletin.com/forum/member.ph' . 'p?u=1814" target="vbulletin">Scott MacVicar</a>,
<a href="http://www.vbulletin.com/forum/member.ph' . 'p?u=37" target="vbulletin">Mike Sullivan</a>,
<a href="http://www.vbulletin.com/forum/member.ph' . 'p?u=24628" target="vbulletin">Jerry Hutchings</a>
', '', 'top', NULL, false);
print_label_row('<b>'.$vbphrase['graphics_development'].'</b>', '
<a href="http://www.vbulletin.com/forum/member.ph' . 'p?u=1034" target="vbulletin">Kier Darby</a>,
<a href="http://www.meshweaver.com" target="vbulletin">Fabio Passaro</a>
', '', 'top', NULL, false);
print_label_row('<b>'.$vbphrase['other_contributions_from'].'</b>', '
<a href="http://www.vbulletin.com/forum/member.ph' . 'p?u=2026" target="vbulletin">Jake Bunce</a>,
<a href="http://www.vbulletin.com/forum/member.ph' . 'p?u=65" target="vbulletin">Doron Rosenberg</a>,
<a href="http://www.vbulletin.com/forum/member.ph' . 'p?u=219" target="vbulletin">Overgrow</a>,
<a href="http://www.vbulletin.com/forum/member.ph' . 'p?u=2751" target="vbulletin">Kevin \'Tubedogg\' Schumacher</a>,
<a href="http://www.vbulletin.com/forum/member.ph' . 'p?u=5755" target="vbulletin">Chen \'FireFly\' Avinadav</a>,
<a href="http://www.vbulletin.com/forum/member.ph' . 'p?u=11606" target="vbulletin">Floris Fiedeldij Dop</a>,
<a href="http://www.vbulletin-germany.com/forum/member.ph' . 'p?u=2" target="vbulletin">Stephan \'pogo\' Pogodalla</a>,
<a href="http://www.vbulletin-germany.com/forum/member.ph' . 'p?u=274" target="vbulletin">Michael \'Mystics\' König</a>,
<a href="http://www.vikjavev.com/hovudsida/umtestside.ph' . 'p" target="vbulletin">Torstein Hønsi</a>
', '', 'top', NULL, false);
print_table_footer();
all target="vbulletin"> links
admincp/index.php
كود PHP:
<script type="text/javascript">
<!--
if (typeof(vb_version) != "undefined")
{
var this_vb_version = "<?php echo $vboptions['templateversion']; ?>";
if (isNewerVersion(this_vb_version, vb_version))
{
document.writeln('<a href="http://www.vbulletin.com/forum/showthread.ph' + 'p?postid=' + vb_announcementid + '" target="_blank">' + construct_phrase(latest_string, vb_version) + '</a><br />' + construct_phrase(current_string, this_vb_version.bold()));
}
else
{
document.write(construct_phrase('<?php echo $vbphrase['your_version_of_vbulletin_is_up_to_date']; ?>', this_vb_version));
}
}
// -->
</script>
i believe that code is part of the call back. im going to fix this release then upload it
admin/index.php
heres some anonymity code:
كود PHP:
<option value="">-- ' . $vbphrase['useful_links'] . ' --</option>' . construct_select_options(array(
'vBulletin' => array(
'http://vurl.info/?http://www.vbulletin.com/' => $vbphrase['home_page'] . ' (vBulletin.com)',
'http://vurl.info/?http://www.vbulletin.com/members/' => $vbphrase['members_area'],
'http://vurl.info/?http://www.vbulletin.com/forum/' => $vbphrase['community_forums'],
'http://vurl.info/?www.vbulletin.com/docs/html/' => $vbphrase['reference_manual']
),