Sponsor-Board.de

Normale Version: Index/Readme Template
Du siehst gerade eine vereinfachte Darstellung unserer Inhalte. Normale Ansicht mit richtiger Formatierung.
Hallo Sponsor Board ich breuchte mal eure hilfe ich ahbe mir ein template geholt und da muss was in die index.php rein wenn ich es aber mache geht der slieder trdz nicht hier die readme code

Zitat:
#########################################################
### #
##### FEATURED CONTENT SCROLLER ADDON FOR #
##### WEBSPELL 4.X #
##### VERSION 1.1 - 04.07.2010 #
##### LICENSE: GNU GPL [Link: Registrierung erforderlich] #
##### ORIGINAL CODE BY HENNING K. #
##### #
##### CONTACT: [email protected] #
##### #
#### ########################################################
## ########################################################
########################################################


INSTALL:

1. Upload all files from folder "upload" to your root-directory
2. Run "install_fcslider.php"
3. Add to <head></head> of your index.php:
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js" language="jscript" type="text/javascript"></script>
<script src="fcslider/jquery.easing.1.2.js" language="jscript" type="text/javascript"></script>
<script src="fcslider/jquery.anythingslider.js" language="jscript" type="text/javascript"></script>
<link href="fcslider/style.css" rel="stylesheet" type="text/css" />
<script type="text/javascript">
$(function () {
$('#fc_wrapper').anythingSlider({
easing: "swing", // Anything other than "linear" or "swing" requires the easing plugin - easeInOutExpo
autoPlay: true, // This turns off the entire FUNCTIONALY, not just if it starts running or not.
delay: 4000, // How long between slide transitions in AutoPlay mode
startStopped: false, // If autoPlay is on, this can force it to start stopped
animationTime: 300, // How long the slide transition takes
hashTags: true, // Should links change the hashtag in the URL?
buildNavigation: false, // If true, builds and list of anchor links to link to each slide
pauseOnHover: true // If true, and autoPlay is enabled, the show will pause on hover
// navigationFormatter: formatText // Details at the top of the file on this use (advanced use)
});
});

function jumpto(id) {
$('#fc_wrapper').anythingSlider(id);
}
</script>
4. Add somewhere in your index.php:
<?php include("sc_featuredcont.php"); ?>

CHANGELOG:

###############################
### Version 1.1 [July 2010] ###
###############################

#New:
+ Sortable function [AC]
+ Activate function [AC]
+ Highlight current [FE]
+ New Admincenter style
+ Languageswitch (DE,UK) [AC]
+ Download other styles (opt)
#Changed:
+ Multi delete -> single only


################################
### Version 1.0 [April 2010] ###
################################

#New:
+ First release
+ JS Slider based on Anything-Slider from CSS-Tricks.com [FE]
+ Add/Delete/Edit function [AC]
+ Teaser/Text/Fullimage/Smallimage/Headline [FE|AC]

_______
[AC] Admincenter
[FE] Frontend
[opt.] optional



Und hier ide Index.php

Zitat:
<?php
/*
##########################################################################
# #
# Version 4 / / / #
# -----------__---/__---__------__----__---/---/- #
# | /| / /___) / ) (_ ` / ) /___) / / #
# _|/_|/__(___ _(___/_(__)___/___/_(___ _/___/___ #
# Free Content / Management System #
# / #
# #
# #
# Copyright 2005-2010 by webspell.org #
# #
# visit webSPELL.org, webspell.info to get webSPELL for free #
# - Script runs under the GNU GENERAL PUBLIC LICENSE #
# - It's NOT allowed to remove this copyright-tag #
# -- [Link: Registrierung erforderlich] #
# #
# Code based on WebSPELL Clanpackage (Michael Gruber - webspell.at), #
# Far Development by Development Team - webspell.org #
# #
# visit webspell.org #
# #
##########################################################################
*/

// important data include
include("_mysql.php");
include("_settings.php");
include("_functions.php");
require_once("src/fc_slider.class.php");

$_language->read_module('index');
$index_language = $_language->module;
// end important data include
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<!-- Head & Title include -->
<title><?php echo PAGETITLE; ?></title>
<script type="text/javascript" src="js/jquery-1.3.2.min.js"></script>
<link href="_stylesheet.css" rel="stylesheet" type="text/css" />
<link href="css/dragonrising.css" rel="stylesheet" type="text/css" />
<link href="tmp/rss.xml" rel="alternate" type="application/rss+xml" title="<?php echo getinput($myclanname); ?> - RSS Feed" />
<script src="js/bbcode.js" language="jscript" type="text/javascript"></script>

<!-- end Head & Title include -->

<script type="text/javascript"><!--

function show_visibility(){
for(var i = 0,e = arguments.length;i < e;i++){
var myDiv = document.getElementById(arguments[i]).style;
myDiv.display = "block";
}
}

function hide_visibility(){
for(var i = 0,e = arguments.length;i < e;i++){
var myDiv = document.getElementById(arguments[i]).style;
myDiv.display = "none";
}
}
//-->
</script>
<script type="text/javascript" src="js/crawler.js">
/* Text and/or Image Crawler Script v1.5 ©2009-2011 John Davenport Scheuer
as first seen in [Link: Registrierung erforderlich]
username: jscheuer1 - This Notice Must Remain for Legal Use
updated: 4/2011 for random order option, more (see below)
*/

</script>
<?php echo fc_slider::get_include_head(); ?>
</head>

<body>
<div class="background_self">
<div class="main_container">
<div class="login">
<div class="clanname">Welcome to the Clan <?php echo $myclanname ?></div>
<?php include ('login.php') ?>
</div>
<div class="header">
<div class="head_advert"><?php include ('sc_bannerrotation.php') ?></div>
</div>
<div class="navibar">
<div class="navi">
<ul>
<li class="newscenter"><a href="#" onclick="show_visibility('subnav1');hide_visibility('subnav2','subnav3','subnav4','subnav 5')"></a></li>
<li class="teamsheet"><a href="#" onclick="show_visibility('subnav2');hide_visibility('subnav1','subnav3','subnav4','subnav 5')"></a></li>
<li class="mediapool"><a href="#" onclick="show_visibility('subnav3');hide_visibility('subnav1','subnav2','subnav4','subnav 5')"></a></li>
<li class="community"><a href="#" onclick="show_visibility('subnav4');hide_visibility('subnav2','subnav3','subnav1','subnav 5')"></a></li>
<li class="contactus"><a href="#" onclick="show_visibility('subnav5');hide_visibility('subnav2','subnav3','subnav4','subnav 1')"></a></li>

</ul>
</div>
</div>
<div class="subnavi">
<div id="subnav1" style="display: none; padding-left: 7em; padding-top: 0.6em; float: left;">
<ul>
<li><a class="subnav" href="index.php?site=news">News</a></li>
<li><a class="subnav" href="index.php?site=news&action=archive">News Archive</a></li>
<li><a class="subnav" href="index.php?site=articles">Articles</a></li>
<li><a class="subnav" href="index.php?site=calendar">Calendar</a></li>
<li><a class="subnav" href="index.php?site=faq">FAQ</a></li>
<li><a class="subnav" href="index.php?site=search">Search</a></li>
</ul>
</div>
<div id="subnav2" style="display: none; padding-left: 7em; padding-top: 0.6em; float: left;">
<ul>
<li><a class="subnav" href="index.php?site=about">About us</a></li>
<li><a class="subnav" href="index.php?site=squads">Squads</a></li>
<li><a class="subnav" href="index.php?site=members">Members</a></li>
<li><a class="subnav" href="index.php?site=clanwars">Matches</a></li>
<li><a class="subnav" href="index.php?site=history">History</a></li>
<li><a class="subnav" href="index.php?site=awards">Awards</a></li>
</ul>
</div>
<div id="subnav3" style="display: none; padding-left: 7em; padding-top: 0.6em; float: left;;">
<ul>
<li><a class="subnav" href="index.php?site=files">Downloads</a></li>
<li><a class="subnav" href="index.php?site=demos">Demos</a></li>
<li><a class="subnav" href="index.php?site=links">Links</a></li>
<li><a class="subnav" href="index.php?site=gallery">Gallery</a></li>
<li><a class="subnav" href="index.php?site=linkus">Link us</a></li>
</ul>
</div>
<div id="subnav4" style="display: none; padding-left: 7em; padding-top: 0.6em; float: left;">
<ul>
<li><a class="subnav" href="index.php?site=forum">Forum</a></li>
<li><a class="subnav" href="index.php?site=guestbook">Guestbook</a></li>
<li><a class="subnav" href="index.php?site=registered_users">Registered Users</a></li>
<li><a class="subnav" href="index.php?site=whoisonline">Who is online?</a></li>
<li><a class="subnav" href="index.php?site=polls">Votes</a></li>
<li><a class="subnav" href="index.php?site=server">Servers</a></li>
</ul>
</div>
<div id="subnav5" style="display: none; padding-left: 7em; padding-top: 0.6em; float: left;">
<ul>
<li><a class="subnav" href="index.php?site=sponsors">Sponsors</a></li>
<li><a class="subnav" href="index.php?site=newsletter">Newsletter</a></li>
<li><a class="subnav" href="index.php?site=contact">Contact</a></li>
<li><a class="subnav" href="index.php?site=challenge">Fight us</a></li>
<li><a class="subnav" href="index.php?site=joinus">Join us</a></li>
<li><a class="subnav" href="index.php?site=imprint">Imprint</a></li>
</ul>
</div>
<div class="subsearch"><?php include("quicksearch.php"); ?></div>
</div>
<div class="slider"><?php echo fc_slider::get_include_body(); ?></div>
<img src="Bilder/middbar.png" width="954" height="37" />
<div class="content_self">
<div class="content">
<div class="sponsors">
<div id="sponsors_rotate"><?php include("sc_sponsors.php"); ?></div>
<script type="text/javascript">
marqueeInit({
uniqueid: 'sponsors_rotate',
style: {
'padding': '2px',
'width': '627px',
'height': '123px',
},
inc: 5, //speed - pixel increment for each iteration of this marquee's movement
mouse: 'cursor driven', //mouseover behavior ('pause' 'cursor driven' or false)
moveatleast: 2,
neutral: 150,
savedirection: true,
random: true
});
</script>
</div>
<div style="clear: both;"></div>
<img src="Bilder/middclosed_line.png" width="633" height="31" />
<?php
if(!isset($site)) $site="news";
$invalide = array('\\','/','/\/',':','.');
$site = str_replace($invalide,' ',$site);
if(!file_exists($site.".php")) $site = "news";
include($site.".php");
?>
<img src="Bilder/middline_gallery.png" width="633" height="36" /><br />
<?php include('sc_gallery.php'); ?>
</div>
<div class="rightbar">
<div class="rightbar_self">
<div class="matchticker"><?php include("sc_results.php"); ?></div>
<img src="Bilder/katg_right_latesttopics.png" width="319" height="37" />
<img src="Bilder/latesttopics_top.png" width="319" height="21" /><br />
<?php include("latesttopics.php"); ?><br />
<center><script type="text/javascript" src="http://www.sponsorads.de/script.php?s=166011"></script></center><br />
<img src="Bilder/katg_right_poll.png" width="319" height="37" /><br />
<?php include("poll.php"); ?><br />
<img src="Bilder/katg_right_shoutbox.png" width="319" height="37" />
<?php include("shoutbox.php"); ?>
</div>
</div>
<div class="clear"></div></div>
<div class="footer">
<?php
echo 'Copyright &copy; 2011 - '.date("Y").'';
?> by <?php echo $myclanname ?><br />
<div class="footer_links">
<a class="ltopics" href="index.php?site=forum">Forum</a> | <a class="ltopics" href="index.php?site=joinus">Join us</a> | <a class="ltopics" href="index.php?site=contact">Contact</a> | <a class="ltopics" href="index.php?site=imprint">Impressum</a>
</div>
</div>
</div>
</div>
</body>
</html>


Sorry aber ich weiß nicht wie das geht könnte mir jemand helfen ?

steht da doch schritt für schritt -.-

einige leute sind echt zu faul es selber zu versuchen, oder einfach zu dumm ...
nein ich ahbe es versucht wenn ich es amche kommt trdz nix sondern fehler meldung
du hast es genau so gemacht, wie da steht ?

(außerdem gehört das hier wohl kaum in den "Script-Check")
würde das umgekehrt machen, füge die oben genannten zeilen in dein <head> </head> tag ein. setz ggf die chmod rechte falls notwendig. und dann die datei installieren ... [Link: Registrierung erforderlich]
vllt solltest du mal das template und nen link von der page senden damit einige auch mal was genauer gucken können
Referenz-URLs