Renegade Public Forums
C&C: Renegade --> Dying since 2003™, resurrected in 2024!
Home » Renegade Discussions » Mod Forum » FTP Uploader script
Re: FTP Uploader script [message #411779 is a reply to message #411355] Sat, 21 November 2009 18:34 Go to previous messageGo to next message
Lone0001 is currently offline  Lone0001
Messages: 2112
Registered: August 2006
Location: Ontario, Canada
Karma: 0
General (2 Stars)

You have to make a bat file called "ftpupload", put it in your Renegade FDS directory, and enter the following into it(filling in all the info needed):

@echo off
echo user enter ftp account username here> ftpcmd.dat
echo enter ftp account password here>> ftpcmd.dat
echo bin>> ftpcmd.dat
echo put enter path to html file here>> ftpcmd.dat
echo quit>> ftpcmd.dat
ftp -n -s:ftpcmd.dat enter ftp server here
del ftpcmd.dat


[Updated on: Sat, 21 November 2009 18:36]

Report message to a moderator

Re: FTP Uploader script [message #411781 is a reply to message #411355] Sat, 21 November 2009 19:07 Go to previous messageGo to next message
Sladewill is currently offline  Sladewill
Messages: 291
Registered: January 2009
Location: United Kingdom
Karma: 0
Recruit

actually not, this is going to be automated so doing it by hand every time isnt very helpful, i will seriously look for my old one.

FT-Owners - Sladewill,Snazy2007,Willdy
http://FT-Gaming.com for more info...
Re: FTP Uploader script [message #411794 is a reply to message #411355] Sat, 21 November 2009 22:25 Go to previous messageGo to next message
Hex is currently offline  Hex
Messages: 858
Registered: March 2004
Karma: 0
Colonel
I'll start you off, you have a FTP function

So

	for (GenericSLNode* PlayerIter = PlayerList->HeadNode; (PlayerIter != NULL); PlayerIter = PlayerIter->NodeNext)
	{
		cPlayer *p = (cPlayer *)PlayerIter->NodeData;
		if (p->IsActive)
		{
			const char *Nick = WideCharToChar(p->PlayerName);
			printf("Nick %s Score %.0f Kills %d Deaths %d\n", Nick, p->Score.Get(), p->Kills.Get(), p->Deaths.Get());
			delete[] Nick;
		}
	}	


This will allow you to pull almost all information of your players.

char Path[256]; 
GetCurrentDirectoryA(52, Path); 
strcat(Path, "\\YourFile.txt"); 
void *f = (void *)fopen(Path, "w"); 
  
fprintf((FILE *)f, "%s\n",.....); 
  
fclose((FILE *)f);


This will allow you to write to a file

\n = new line
\t = tab


format control



goztow wrote on Tue, 11 May 2010 08:00

If we had to ban all who ever cheated or ever created a cheat (obj3cts and such) then I don't think there would be many members left here (sad fact).


reborn wrote on Fri, 29 January 2010 23:37

std is for pro's. Razz
Re: FTP Uploader script [message #411800 is a reply to message #411794] Sat, 21 November 2009 22:42 Go to previous messageGo to next message
Distrbd21 is currently offline  Distrbd21
Messages: 743
Registered: September 2008
Karma: 0
Colonel

Hex wrote on Sat, 21 November 2009 23:25

I'll start you off, you have a FTP function

So

	for (GenericSLNode* PlayerIter = PlayerList->HeadNode; (PlayerIter != NULL); PlayerIter = PlayerIter->NodeNext)
	{
		cPlayer *p = (cPlayer *)PlayerIter->NodeData;
		if (p->IsActive)
		{
			const char *Nick = WideCharToChar(p->PlayerName);
			printf("Nick %s Score %.0f Kills %d Deaths %d\n", Nick, p->Score.Get(), p->Kills.Get(), p->Deaths.Get());
			delete[] Nick;
		}
	}	


This will allow you to pull almost all information of your players.

char Path[256]; 
GetCurrentDirectoryA(52, Path); 
strcat(Path, "\\YourFile.txt"); 
void *f = (void *)fopen(Path, "w"); 
  
fprintf((FILE *)f, "%s\n",.....); 
  
fclose((FILE *)f);


This will allow you to write to a file

\n = new line
\t = tab


format control



can you tell me step by step what do do with them?


Live Your Life Not Some one Else's.| Sharing Is Caring

http://dsgaming.us/distrbd21/Distrbd21%20siggy.png

Cookie Jar

Suicide
Re: FTP Uploader script [message #411801 is a reply to message #411800] Sat, 21 November 2009 22:49 Go to previous messageGo to next message
Hex is currently offline  Hex
Messages: 858
Registered: March 2004
Karma: 0
Colonel
Didn't you say you wanted to learn yourself?

It may be easy to let someone else to do it for you but no fun


goztow wrote on Tue, 11 May 2010 08:00

If we had to ban all who ever cheated or ever created a cheat (obj3cts and such) then I don't think there would be many members left here (sad fact).


reborn wrote on Fri, 29 January 2010 23:37

std is for pro's. Razz
Re: FTP Uploader script [message #411802 is a reply to message #411801] Sat, 21 November 2009 23:02 Go to previous messageGo to next message
Distrbd21 is currently offline  Distrbd21
Messages: 743
Registered: September 2008
Karma: 0
Colonel

Hex wrote on Sat, 21 November 2009 23:49

Didn't you say you wanted to learn yourself?

It may be easy to let someone else to do it for you but no fun

Edit: so what you said in the code should go in the .h code right?

yes i want to learn it but if you don't tell me anything about it how am i supost to learn it? like where do i put it stuff like that, i do not have natural talent at scripting unlike most of you guys.

umm when i make that ftpupload.bat or w/e i get this, note my user name and pass will not be displayed.

Renegade Free Dedicated Server v1.037 BH-838 01/23/2003 - 10:59:26
Console mode active
*** Auto starting game. Type 'quit' to abort ***
Initializing Westwood Online Mode
Got server list
Got server pings
Logging onto USA Server
Logged on OK
Applying server settings
Creating game channel...
Channel created OK
Server Side Game Manager v2.0.2 with Scripts.dll v3.4.1 loaded
Created by Black-Cell.net
RenegadeFDS DDE channel initialized
Plugin Yarr.dll(Yet Another Renegade Regulator) v0.7.0 loaded
Plugin nospawnkilling.dll(reborn's anti spawn killing plugin) v1.0 loaded
Plugin dropweapons.dll(reborn's drop weapon plugin) v1.0 loaded
Plugin FTPUploader.dll(FTPUploader) v1.0 loaded
[YaRR] No gameplay pending patch was successfuly applied.
Loaded reborn's anti spawn kill plugin
Loaded reborns drop weapon system plugin
*********************
*Loaded FTP Uploader*
*********************
Created by Sladewillhttp://spynetworks.orgLoading level M01.mix
Host: Teams have been remixed.
Load 100% complete
Level loaded OK
Running in All Out War mode.
New settings detected and loaded from ssgm.ini!
Unable to load "NodDefence" from [M01.mix]
Unable to load "GDIDefence" from [M01.mix]
Malformed defence string "ERR"
Malformed defence string "ERR"
New settings detected and loaded from SpawnKill.ini!
SpawnKill delay time set to: 0.300000
Host: Extra base defences disabled
Westwood Online mode active since 11/21/2009 - 23:51:52 PM
Gameplay in progress
     Map : M01.mix
    Time : 0.29.08
     Fps : 60
     GDI : 0/24 players      0 points
     NOD : 0/24 players      0 points

>Connected to ftp42.bravehost.com.
220-Welcome to the Official Bravehost.com FTP Site.
220-
220-For any difficulties please see http://www.bravenet.com/help/
220-
220-** Please Note **
220-
220-Sites with frontpage enabled are *not* be visible via ftp. To
220-edit a frontpage site via ftp, you will have to make a new
220-non frontpage site and upload your files there.
220-
220-** Please Note **
220-
220-Have a nice day.
220-
220 This is a private system - No anonymous login
ftp> ******************
Invalid command.
ftp> ******
Invalid command.
ftp> bin
200 Type set to I
ftp> /FDS_Status_Reporter
Invalid command.
ftp> quit
221 Goodbye.

and here is the file.
@echo off
echo ****************>> ftpcmd.dat
echo ******>> ftpcmd.dat
echo bin>> ftpcmd.dat
echo /FDS_Status_Reporter>> ftpcmd.dat
echo quit>> ftpcmd.dat
ftp -n -s:ftpcmd.dat ftp42.bravehost.com
del ftpcmd.dat


Live Your Life Not Some one Else's.| Sharing Is Caring

http://dsgaming.us/distrbd21/Distrbd21%20siggy.png

Cookie Jar

Suicide

[Updated on: Sat, 21 November 2009 23:04]

Report message to a moderator

Re: FTP Uploader script [message #411803 is a reply to message #411802] Sat, 21 November 2009 23:08 Go to previous messageGo to next message
Hex is currently offline  Hex
Messages: 858
Registered: March 2004
Karma: 0
Colonel
You need to create a function or with your limited? know how use a ready make one like the FTP function

goztow wrote on Tue, 11 May 2010 08:00

If we had to ban all who ever cheated or ever created a cheat (obj3cts and such) then I don't think there would be many members left here (sad fact).


reborn wrote on Fri, 29 January 2010 23:37

std is for pro's. Razz
Re: FTP Uploader script [message #411804 is a reply to message #411803] Sat, 21 November 2009 23:10 Go to previous messageGo to next message
Distrbd21 is currently offline  Distrbd21
Messages: 743
Registered: September 2008
Karma: 0
Colonel

Hex wrote on Sun, 22 November 2009 00:08

You need to create a function or with your limited? know how use a ready make one like the FTP function

i have no idea what you just said sorry.


Live Your Life Not Some one Else's.| Sharing Is Caring

http://dsgaming.us/distrbd21/Distrbd21%20siggy.png

Cookie Jar

Suicide
Re: FTP Uploader script [message #411805 is a reply to message #411355] Sat, 21 November 2009 23:23 Go to previous messageGo to next message
Hex is currently offline  Hex
Messages: 858
Registered: March 2004
Karma: 0
Colonel
DWORD __stdcall Upload(void *)
{
	char Path[256];
	GetCurrentDirectoryA(52, Path);
    strcat(Path, "\\YourFile.txt");
	void *f = (void *)fopen(Path, "w");

	for (GenericSLNode* PlayerIter = PlayerList->HeadNode; (PlayerIter != NULL); PlayerIter = PlayerIter->NodeNext)
	{
		cPlayer *p = (cPlayer *)PlayerIter->NodeData;
		if (p->IsActive)
		{
			const char *Nick = WideCharToChar(p->PlayerName);
			fprintf((FILE *)f, "Nick %s\tScore %.0f\tKills %d\tDeaths %d\n", Nick, p->Score.Get(), p->Kills.Get(), p->Deaths.Get());
			delete[] Nick;
		}
	}
	fclose((FILE *)f);

	HINTERNET intern = InternetOpen("YaRR", INTERNET_OPEN_TYPE_DIRECT, 0, 0, 0);
	if(!intern)
	{
		printf("Unable to open an internet - %d\n", GetLastError());
		return 0;
	}
	HINTERNET intern2 = InternetConnect(intern, "FTP Address", 21, "User Name", "Password", INTERNET_SERVICE_FTP, 0, 0);
 
	if(!intern2)
	{
		printf("Unable to open a connection.\n");
		InternetCloseHandle(intern);
		return 0;
	}
 
	char ftpstr[256];
	sprintf(ftpstr, "./%s/%s","FTP Root", Path);
	if(FtpPutFile(intern2, Path, ftpstr, FTP_TRANSFER_TYPE_BINARY, 0))
	{
		printf("Uploaded.\n");
	}
	else
	{
		printf("Upload failed.\n");
	}

	InternetCloseHandle(intern);
	return 0;
}


Reborn, this is why I don't normally post in this forum...


goztow wrote on Tue, 11 May 2010 08:00

If we had to ban all who ever cheated or ever created a cheat (obj3cts and such) then I don't think there would be many members left here (sad fact).


reborn wrote on Fri, 29 January 2010 23:37

std is for pro's. Razz
Re: FTP Uploader script [message #411806 is a reply to message #411805] Sat, 21 November 2009 23:26 Go to previous messageGo to next message
Distrbd21 is currently offline  Distrbd21
Messages: 743
Registered: September 2008
Karma: 0
Colonel

Hex wrote on Sun, 22 November 2009 00:23

DWORD __stdcall Upload(void *)
{
	char Path[256];
	GetCurrentDirectoryA(52, Path);
    strcat(Path, "\\YourFile.txt");
	void *f = (void *)fopen(Path, "w");

	for (GenericSLNode* PlayerIter = PlayerList->HeadNode; (PlayerIter != NULL); PlayerIter = PlayerIter->NodeNext)
	{
		cPlayer *p = (cPlayer *)PlayerIter->NodeData;
		if (p->IsActive)
		{
			const char *Nick = WideCharToChar(p->PlayerName);
			fprintf((FILE *)f, "Nick %s\tScore %.0f\tKills %d\tDeaths %d\n", Nick, p->Score.Get(), p->Kills.Get(), p->Deaths.Get());
			delete[] Nick;
		}
	}
	fclose((FILE *)f);

	HINTERNET intern = InternetOpen("YaRR", INTERNET_OPEN_TYPE_DIRECT, 0, 0, 0);
	if(!intern)
	{
		printf("Unable to open an internet - %d\n", GetLastError());
		return 0;
	}
	HINTERNET intern2 = InternetConnect(intern, "FTP Address", 21, "User Name", "Password", INTERNET_SERVICE_FTP, 0, 0);
 
	if(!intern2)
	{
		printf("Unable to open a connection.\n");
		InternetCloseHandle(intern);
		return 0;
	}
 
	char ftpstr[256];
	sprintf(ftpstr, "./%s/%s","FTP Root", Path);
	if(FtpPutFile(intern2, Path, ftpstr, FTP_TRANSFER_TYPE_BINARY, 0))
	{
		printf("Uploaded.\n");
	}
	else
	{
		printf("Upload failed.\n");
	}

	InternetCloseHandle(intern);
	return 0;
}


Reborn, this is why I don't normally post in this forum...

wow that explains where it goes..you coulda just said add to the ftp function i woulda got that....


Live Your Life Not Some one Else's.| Sharing Is Caring

http://dsgaming.us/distrbd21/Distrbd21%20siggy.png

Cookie Jar

Suicide
Re: FTP Uploader script [message #411807 is a reply to message #411806] Sat, 21 November 2009 23:33 Go to previous messageGo to next message
Hex is currently offline  Hex
Messages: 858
Registered: March 2004
Karma: 0
Colonel
Distrbd21 wrote on Sun, 22 November 2009 06:26


wow that explains where it goes..you coulda just said add to the ftp function i woulda got that....



Hex wrote on Sun, 22 November 2009 00:08

You need to create a function or with your limited? know how use a ready make one like the FTP function


So do it and don't expect any more help


goztow wrote on Tue, 11 May 2010 08:00

If we had to ban all who ever cheated or ever created a cheat (obj3cts and such) then I don't think there would be many members left here (sad fact).


reborn wrote on Fri, 29 January 2010 23:37

std is for pro's. Razz

[Updated on: Sat, 21 November 2009 23:43]

Report message to a moderator

Re: FTP Uploader script [message #411809 is a reply to message #411807] Sun, 22 November 2009 01:03 Go to previous messageGo to next message
Distrbd21 is currently offline  Distrbd21
Messages: 743
Registered: September 2008
Karma: 0
Colonel

Hex wrote on Sun, 22 November 2009 00:33

Distrbd21 wrote on Sun, 22 November 2009 06:26


wow that explains where it goes..you coulda just said add to the ftp function i woulda got that....



Hex wrote on Sun, 22 November 2009 00:08

You need to create a function or with your limited? know how use a ready make one like the FTP function


So do it and don't expect any more help

what you mean don't expect anymore help?, i get errors i typed in the code instead of copy paste this way i can learn it.


Live Your Life Not Some one Else's.| Sharing Is Caring

http://dsgaming.us/distrbd21/Distrbd21%20siggy.png

Cookie Jar

Suicide
Re: FTP Uploader script [message #411819 is a reply to message #411355] Sun, 22 November 2009 03:57 Go to previous messageGo to next message
reborn is currently offline  reborn
Messages: 3231
Registered: September 2004
Location: uk - london
Karma: 0
General (3 Stars)
Hex wrote on Sun, 22 November 2009 01:23


Reborn, this is why I don't normally post in this forum...


No offense intended to you Distrbd21, but I do totally understand exactly where Hex is coming from.
Hex, I think you would enjoy helping more if you chose people to help more selectively, maybe? Smile

Distrbd21, give me a few days, I'm busy right now. But I will help you out with this. In the mean time, try to stop being so helpless and be a little more grateful to those trying to help you. Your lack of insight into situations, and your apparant lack of ability to read tone on forums and your impatience has lost you the help of Hex. Perhaps in a year you might revisit this thread and see exactly how much Hex was trying to help you, and how your attitude lost you a possible contact for the future.
You may not realise it now, but Hex was really trying to help you.

'Don't bite the hand that feeds you' is a saying that springs to mind.



Re: FTP Uploader script [message #411846 is a reply to message #411819] Sun, 22 November 2009 10:22 Go to previous messageGo to next message
Distrbd21 is currently offline  Distrbd21
Messages: 743
Registered: September 2008
Karma: 0
Colonel

reborn wrote on Sun, 22 November 2009 04:57

Hex wrote on Sun, 22 November 2009 01:23


Reborn, this is why I don't normally post in this forum...


No offense intended to you Distrbd21, but I do totally understand exactly where Hex is coming from.
Hex, I think you would enjoy helping more if you chose people to help more selectively, maybe? Smile

Distrbd21, give me a few days, I'm busy right now. But I will help you out with this. In the mean time, try to stop being so helpless and be a little more grateful to those trying to help you. Your lack of insight into situations, and your apparant lack of ability to read tone on forums and your impatience has lost you the help of Hex. Perhaps in a year you might revisit this thread and see exactly how much Hex was trying to help you, and how your attitude lost you a possible contact for the future.
You may not realise it now, but Hex was really trying to help you.

'Don't bite the hand that feeds you' is a saying that springs to mind.

see i told you i'm not good at talking to people i always some how piss them off.


Live Your Life Not Some one Else's.| Sharing Is Caring

http://dsgaming.us/distrbd21/Distrbd21%20siggy.png

Cookie Jar

Suicide
Re: FTP Uploader script [message #412423 is a reply to message #411355] Fri, 27 November 2009 14:37 Go to previous messageGo to next message
reborn is currently offline  reborn
Messages: 3231
Registered: September 2004
Location: uk - london
Karma: 0
General (3 Stars)
FYI, I have made the foundations of a FTP plugin for you tonight. I'm trying to make it as configurable as possible.


Re: FTP Uploader script [message #412431 is a reply to message #412423] Fri, 27 November 2009 15:52 Go to previous messageGo to next message
Distrbd21 is currently offline  Distrbd21
Messages: 743
Registered: September 2008
Karma: 0
Colonel

reborn wrote on Fri, 27 November 2009 15:37

FYI, I have made the foundations of a FTP plugin for you tonight. I'm trying to make it as configurable as possible.

ok....


Live Your Life Not Some one Else's.| Sharing Is Caring

http://dsgaming.us/distrbd21/Distrbd21%20siggy.png

Cookie Jar

Suicide
Re: FTP Uploader script [message #412476 is a reply to message #412431] Sat, 28 November 2009 04:45 Go to previous messageGo to next message
reborn is currently offline  reborn
Messages: 3231
Registered: September 2004
Location: uk - london
Karma: 0
General (3 Stars)
It's coming along quite well. Take a look at the ini file so far...
My aim was to allow you to create your own simple page from within the ini file itself. The page is never going to amazing or jaw dropping, but it will certainly provide the information relevant to the game going on in the server, and it will allow you to customise it fairly well too.

; This plugin is a remake of Sladewill's FTP uploader plugin because he lost his version.
; The actual upload function of this plugin has been adapted from jnz's upload function. He's still the man!
; This plugin, while a remake, is probably a little more interactive, letting you choose options rather than hard coded values.


[General]

; This is the hostname of where you want to upload the file to. It could be an IP address like '208.43.29.154', 
; or it could be a an ftp address like 'ftp.mysite.com'.
FTPHostName=

; This is the user name for the FTP account you will be using
FTPUserName=

; This is the password for the supplied FTP account
FTPPassword=

; This is the port you will be using, normally '21'.
FTPPort=

; This is the name of the file you want to upload there. can call it whatever you want, but I am assuming the file extension would be .html.
Filename=serverstats.html

; This setting defines how long between updates. It already updates at each map load, and also when a player join/leaves. Four minutes seems fine to me.
TimeInSecondsBetweenUpdates=240

; This is what you wish to call the title of your web page that you will be uploading. Think <Title></Title>
Title=MP-Gaming Status Page

; This is the background color you want the page, think <body bgcolor=
Bgcolor=white

; This is the color you want the text to be. 
Text=blue

; This is the header of your page
Header=Status page for my Kick-ass Server!

; This is where you can write some text to customize your page. Tags will actually work here, so you can put images in here too.
UserText=<center>Welcome to the status page for my server, it may look like a simple page, but it contains a wealth of information about what's going on in the server right now!</center>

; This allows you to wrap the status information in a tag, or bunch of tags, or whatever... 
; You could for example just <center> it all, or place it in a frame.
; Or you could place a picture infront of it. I am not much of a web designer, but basically, this part here allows you to freely type code here 
; and it will be placed just before the status stuff
StartFormat1=<center>

; This allows you to add all the ending tags. You would close them all off here </center> for example. It will allow you to freely type code.
EndFormat1=</center>

; This setting allows you to toggle on/off whether or not you display the time of the last page update. 
DisplayLastUpdateTime=true

; This setting allows you to toggle on/off whether or not the map being played is put on the page.
DisplayCurrentMap=true

; This setting allows you to toggle on/off whether or not the player counts are shown on the page.
DisplayCurrentCounts=true

; This setting toggles on/off whether you show the scores ingame for GDI and Nod.
DisplayScores=true

; This setting if enabled shows a detailed break down of players in the server (kills, score, death etc etc).
DisplayIndividualDetails=true
; This setting allows you to wrap the 'DisplayIndividualDetails' in formating tags. It looks a bit shitty just as a list, so you can place it in a frame or whatever here.
; You could also preceed it with an img or whatever... Clearly, the startformat2 setting is for the opening tags, and the endformat2 is for the closing tags.
StartFormat2=
EndFormat2=

; This is also where you can add some text, it goes after all the status stuff on the page. This will also allow you to add tags to the text too!
UserText2=This page is copyamirite, all rite's rezerved 2009 MP-Gaming.COM <br> <img>someimage.gif</img>




[Updated on: Sat, 28 November 2009 08:05]

Report message to a moderator

Re: FTP Uploader script [message #412509 is a reply to message #411355] Sat, 28 November 2009 09:08 Go to previous messageGo to next message
reborn is currently offline  reborn
Messages: 3231
Registered: September 2004
Location: uk - london
Karma: 0
General (3 Stars)
The first version is ready...
I made use of jnz's upload function, and also though it would be a waste to see Hex's code go unused, so implemented that, too.

http://spencerelliott.co.uk/downloads.html

Let me know if there are any bugs.



[Updated on: Sat, 28 November 2009 09:09]

Report message to a moderator

Re: FTP Uploader script [message #412547 is a reply to message #411355] Sat, 28 November 2009 15:04 Go to previous messageGo to next message
Distrbd21 is currently offline  Distrbd21
Messages: 743
Registered: September 2008
Karma: 0
Colonel

Edit works gr8 one thing tho.

I get a null at the top and bottom of the page.

Here
http://dabomb.dsgaming.us/serverstatus.html

The header i tried taking off and it does that null thing, and idk what the bottom is about.


Live Your Life Not Some one Else's.| Sharing Is Caring

http://dsgaming.us/distrbd21/Distrbd21%20siggy.png

Cookie Jar

Suicide

[Updated on: Mon, 30 November 2009 00:37]

Report message to a moderator

Re: FTP Uploader script [message #412716 is a reply to message #411355] Mon, 30 November 2009 12:54 Go to previous messageGo to next message
reborn is currently offline  reborn
Messages: 3231
Registered: September 2004
Location: uk - london
Karma: 0
General (3 Stars)
Awesome to see it actually in use. I like it! Smile

Any 'null' values are because you've left a blank entry in the ini file somewhere.



Re: FTP Uploader script [message #412729 is a reply to message #411355] Mon, 30 November 2009 14:53 Go to previous messageGo to next message
jnz is currently offline  jnz
Messages: 3396
Registered: July 2006
Location: 30th century
Karma: 0
General (3 Stars)
Quote:


JKGaming, all rite's rezerved 2009


lol
Re: FTP Uploader script [message #412753 is a reply to message #412729] Mon, 30 November 2009 17:37 Go to previous messageGo to next message
Distrbd21 is currently offline  Distrbd21
Messages: 743
Registered: September 2008
Karma: 0
Colonel

jnz wrote on Mon, 30 November 2009 15:53

Quote:


JKGaming, all rite's rezerved 2009


lol

mp-gaming , JKGaming


Live Your Life Not Some one Else's.| Sharing Is Caring

http://dsgaming.us/distrbd21/Distrbd21%20siggy.png

Cookie Jar

Suicide
Re: FTP Uploader script [message #412801 is a reply to message #412729] Tue, 01 December 2009 03:11 Go to previous messageGo to next message
reborn is currently offline  reborn
Messages: 3231
Registered: September 2004
Location: uk - london
Karma: 0
General (3 Stars)
jnz wrote on Mon, 30 November 2009 16:53

Quote:


JKGaming, all rite's rezerved 2009


lol



He must of left the entry for the ini key. I was only messing around.. Razz

; This is also where you can add some text, it goes after all the status stuff on the page. This will also allow you to add tags to the text too!
UserText2=This page is copyamirite, all rite's rezerved 2009 MP-Gaming.COM <br> <img>someimage.gif</img>



Re: FTP Uploader script [message #412812 is a reply to message #412801] Tue, 01 December 2009 05:05 Go to previous messageGo to next message
jnz is currently offline  jnz
Messages: 3396
Registered: July 2006
Location: 30th century
Karma: 0
General (3 Stars)
reborn wrote on Tue, 01 December 2009 10:11

jnz wrote on Mon, 30 November 2009 16:53

Quote:


JKGaming, all rite's rezerved 2009


lol



He must of left the entry for the ini key. I was only messing around.. Razz

; This is also where you can add some text, it goes after all the status stuff on the page. This will also allow you to add tags to the text too!
UserText2=This page is copyamirite, all rite's rezerved 2009 MP-Gaming.COM <br> <img>someimage.gif</img>


It's funny that he doesn't know what's wrong with it.
Re: FTP Uploader script [message #412881 is a reply to message #412812] Tue, 01 December 2009 18:26 Go to previous message
Distrbd21 is currently offline  Distrbd21
Messages: 743
Registered: September 2008
Karma: 0
Colonel

jnz wrote on Tue, 01 December 2009 06:05

reborn wrote on Tue, 01 December 2009 10:11

jnz wrote on Mon, 30 November 2009 16:53

Quote:


JKGaming, all rite's rezerved 2009


lol



He must of left the entry for the ini key. I was only messing around.. Razz

; This is also where you can add some text, it goes after all the status stuff on the page. This will also allow you to add tags to the text too!
UserText2=This page is copyamirite, all rite's rezerved 2009 MP-Gaming.COM <br> <img>someimage.gif</img>


It's funny that he doesn't know what's wrong with it.

there is nothing wrong with me leaving text in it that reborn added.


Live Your Life Not Some one Else's.| Sharing Is Caring

http://dsgaming.us/distrbd21/Distrbd21%20siggy.png

Cookie Jar

Suicide
Previous Topic: !spy command help
Next Topic: Obelisk attack sequence
Goto Forum:
  


Current Time: Thu Dec 19 00:27:24 MST 2024

Total time taken to generate the page: 0.01148 seconds