Register for your free account! | Forgot your password?

Go Back   elitepvpers > Coders Den > Web Development
You last visited: Today at 09:37

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



[PHP]Old Scripts request

Discussion on [PHP]Old Scripts request within the Web Development forum part of the Coders Den category.

Reply
 
Old   #1
 
RealEmX's Avatar
 
elite*gold: 0
Join Date: Oct 2008
Posts: 428
Received Thanks: 179
[PHP]Old Scripts request

Aloa,

ich sag's einfach mal kurz und knapp:
Hab ihr noch irgendwelche alten PHP Scripts rumfliegen die ihr herrausgeben könnt?

Grund: Ich lerne derzeit PHP und komm mit Code Schnipseln einfach besser vorran als mit Tuorials (Wehe es "facepalm't" mich einer XD)

Vorallen such Ich Loginscripts mit Datenbank ^^
Oder im allgeimein Datenbank schnipsel.

Jetzt nicht grad die überimba Scripts mit 500 Zeilen Code und allen möglichen Sicherheitsfeatures.

Mein derzeitigen Status kann man im ungefähren hier sehen:
(Login Daten für's "Adminpanel": Test, 123)
(Und Ich hoffe mal keiner macht damit Mist .__. Überall Hacker hier or whatever XD)


Wär nett wenn ihr mir was schönes zukommen lasst ^^

MfG
EmX
RealEmX is offline  
Old 05/01/2010, 08:28   #2



 
Menan's Avatar
 
elite*gold: 0
The Black Market: 169/0/0
Join Date: Sep 2008
Posts: 9,483
Received Thanks: 3,111
Muss nacher mal suchen..

Hab diverse DInge programmiert, aber die hab ich glaub nicht mehr.

Ist das eigentlich ne Herrausforderung dich zu facepalmen?

Nen tipp von mir:

Geh mal auf:



Dort gibt es sehr viele Scripts...

MfG menan
Menan is offline  
Thanks
1 User
Old 05/02/2010, 22:39   #3
 
Madd Eye's Avatar
 
elite*gold: 260
Join Date: Apr 2010
Posts: 229
Received Thanks: 142
Ich hab hier ein News Script mit MySQL (srry den Datenbank aufbau musst du dir leider selber raus suchen hab den nicht mehr im Kopf)
Das kann man ganz leicht zu einem Login Script umbauen

Code:
<?php
$pro_seite = 10;
if (!isset($anzahl)) $anzahl = 0;
$anzahl_test = $anzahl + $pro_seite;
$anzahl_minus = $anzahl - $pro_seite;
$anzahl_plus = $anzahl + $pro_seite;

$MYSQL_HOST = 'localhost';
    $MYSQL_USER = 'root';
    $MYSQL_PASS = 'passwort';
    $MYSQL_DATA = 'datenbank';

$connid = @mysql_connect($MYSQL_HOST, $MYSQL_USER, $MYSQL_PASS) OR die('Error: '.mysql_error());
          mysql_select_db($MYSQL_DATA) OR die('Fehler bei der Verbindung: '.mysql_error());
$sql = 'Select * From news ORDER BY id desc limit '.$pro_seite.','.$anzahl;     
$result = mysql_query($sql) or die('Fehler bei der Selctierung:  '.mysql_error());
$n = mysql_num_rows($result);
mysql_close($connid);


while (list($titel, $text)= mysql_fetch_row($result))
{echo '$titel';
echo '$text';
}

?>
Madd Eye is offline  
Thanks
1 User
Old 05/03/2010, 00:47   #4
 
d3pr1's Avatar
 
elite*gold: 0
Join Date: May 2008
Posts: 763
Received Thanks: 115
Meld dich mal per pn flieg heute nach de
wenn ich morgen da bin schick ich dir men paar
d3pr1 is offline  
Thanks
1 User
Old 05/03/2010, 01:01   #5
 
RealEmX's Avatar
 
elite*gold: 0
Join Date: Oct 2008
Posts: 428
Received Thanks: 179
Danke für die Antworten^^

@menan: Schöne Sammlung^^ Aber nicht das, was Ich suche.
@Madd Eye: Sehr schön! Danke ^^
@d3pr1: Ich meld mich mal per PN ^^
RealEmX is offline  
Reply


Similar Threads Similar Threads
REQUEST....CoFr33dom scripts
12/15/2010 - Conquer Online 2 - 13 Replies
hi can someone write me a ninja scritps at frozen grotto 3? the monsters are DarkElf and DarkLady
[Request] RSbot and scripts
03/23/2010 - Runescape - 3 Replies
Hello , I wanted to download RSbot but page ********** is closed and I don't know from where I can download this. If somebody can upload this , please do that. I will be grateful if you give some scripts. ------ Sorry for bad english.
[Request]iBot scripts?
12/30/2009 - SRO Hacks, Bots, Cheats & Exploits - 3 Replies
The version of Rusro ibot dosn't include scripts, i made mine until now but i encountered a little problem using this site to make scripts Script Maker i can't make bot teleprot at ferry so i toguht some of u has the old ibot scripts from Tsro bot? or some self made
[Request] 1 hit (scripts) and tutorials how to use it
10/06/2009 - Grand Chase - 0 Replies
can you give a the right link? and some tutorials how to use it. Thanks!
[request] countdown scripts
09/16/2005 - General Gaming Discussion - 2 Replies
is someone able to scrpt a small countdown popup, which stays in the front and has abutton, which starts the countdown from 20 minutes to 0? Once i learned Delphi-pascal at school, but now i don't even now any command



All times are GMT +2. The time now is 09:37.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2024 elitepvpers All Rights Reserved.