The McLeodGaming forums were permanently closed on April 30th, 2020. You are currently viewing a read-only archive.
View unanswered posts | View active topics It is currently Fri May 15, 2020 2:25 pm

Forum rules


DO NOT POST SSF2 OR GAME IDEAS/QUESTIONS IN THIS FORUM!

For SSF2 Discussion, please go here: http://forums.mcleodgaming.com/viewforum.php?f=4



 [ 1260 posts ]  Go to page Previous  1 ... 23, 24, 25, 26, 27, 28, 29 ... 84  Next
Complaints and Bugs Topic (SITE RELATED ONLY) 
Author Message
User avatar

Joined: Sat Aug 23, 2008 3:10 am
Posts: 2601
Location: Australia - Sydney
Gender: Male
Currently Playing: Ninja Gaiden III
Who cares? We're addressing the problems first before he gets his IP address banned

_________________
Image


Sat Feb 20, 2010 3:40 am
WWW
User avatar

Joined: Tue Aug 12, 2008 10:45 am
Posts: 4454
Gender: Male
Skype: belth666
|~DVDV~| wrote:

Sorry — your last action could not be completed

If you were making a purchase or sending money, we recommend that you check both your PayPal account and your email for a transaction confirmation after 30 minutes.

If you came to this page from another website, please return to that site (don't use your browser's Back button) and restart your activity.

If you came from PayPal's website, click the PayPal logo in the upper-left corner to return to our home page and restart your activity. You might have to log in again.

_________________
play league of legends it's a fun game :)
http://signup.leagueoflegends.com/?ref= ... 7960510125
ImageImage


Sat Feb 20, 2010 5:41 am
Legendary Ghost
User avatar

Joined: Mon Aug 11, 2008 6:42 am
Posts: 12630
Location: Belgium
Country: Belgium (be)
Gender: Male
Currently Playing: Final Fantasy XI, Left 4 Dead 2
Alpha wrote:
Its funny how you think I'm a dropout, anyways you answered my question; so not many coders here with enough experience. I can see how this can be trouble some. Still doesn't answer why he hasn't really asked for help, or the Shop but that can wait. Look I know I may sound offensive but I'm really not trying to be. Seeing games getting started and not finished breaks my heart. If McLeod needs money I say just put a PayPal Donate, if there are problems affecting production, announce them and don't have people take wild guesses.
See, but Cleod can't do anything to make money directly off of SSF2, this may, depending on how annoyed Nintendo is at the time they discover it, include a paypal button to support the development of the game. And even I heard about the other fangame that was shut down with a "cease and desist" letter last year. Cleod doesn't want to risk it, I bet.

As for why he hasn't asked for help, it's likely because working together with someone probably creates more work than it would remove. I'm not going to claim that I know ANYTHING of coding, but I have heard that it's extremely easy to accidentally mess something up, as opposed to something like spriting, which is what he's letting the devs do.

Chris turk wrote:
CAn't you guys see he's tiamoko

Shut up.

_________________
Play Smite with me? (It's like LoL or Dota, but less frustrating)

Image

"Jesus promised the end of all wicked people. Odin promised the end of all ice giants. I don't see many ice giants around."


Sat Feb 20, 2010 6:47 pm
Site Admin
User avatar

Joined: Sat Aug 02, 2008 4:07 pm
Posts: 8058
Location: NJ
Country: United States (us)
Gender: Male
:huh:

Guys calm down

(Thanks for defending me and all Hakker but don't let users like that get to you)

Anyway this is all severely offtopic, I recommend to all of you not continuing the previous conversation if want to stay out of trouble.

_________________
Image
Current project(s):
SSF2 (Working Title) | Percent Done: 90% | Descrip: Sequel to SSF


Sun Feb 21, 2010 3:49 pm
WWW

Joined: Thu Feb 18, 2010 5:48 pm
Posts: 6
Gender: Anime Girl
Chris turk wrote:
CAn't you guys see he's tiamoko

n****..... I'm Tiamoko.
Dumbass. :facepalm:


Fri Feb 26, 2010 7:58 pm

Joined: Thu Feb 18, 2010 5:48 pm
Posts: 6
Gender: Anime Girl
Cleod9 wrote:
:huh:

Guys calm down

(Thanks for defending me and all Hakker but don't let users like that get to you)

Anyway this is all severely offtopic, I recommend to all of you not continuing the previous conversation if want to stay out of trouble.

*edited by Cleod*


Fri Feb 26, 2010 7:59 pm
User avatar

Joined: Sat May 30, 2009 5:57 pm
Posts: 686
Country: United States (us)
Gender: Male
...Well that was pointless.
This code works well on my forum, maybe it will can the box!
Code:
<body>
<!-- flooble Expandable Content header start -->
<script language="javascript">
// Expandable content script from flooble.com.
// For more information please visit:
//   http://www.flooble.com/scripts/expand.php
// Copyright 2002 Animus Pactum Consulting Inc.
//----------------------------------------------
var ie4 = false; if(document.all) { ie4 = true; }
function getObject(id) { if (ie4) { return document.all[id]; } else { return document.getElementById(id); } }
function toggle(link, divId) { var lText = link.innerHTML; var d = getObject(divId);
 if (lText == '+') { link.innerHTML = '−'; d.style.display = 'block'; }
 else { link.innerHTML = '+'; d.style.display = 'none'; } }
</script>
<!-- flooble Expandable Content header end   -->
</body>
<!-- flooble Expandable Content box start -->
<div style="border: 1px solid #000000; padding: 0px; background: #EEEEEE; "><table border="0" cellspacing="0" cellpadding="2" width="100%" style="background: #CCCCCC; color: #FFFFFF; "><tr><td>{TEXT1}</td><td align="right">
[<a title="show/hide" id="{TEXT1}_link" href="javascript: void(0);" onclick="toggle(this, '{TEXT1}');"  style="text-decoration: none; color: #FFFFFF; ">−</a>]</td></tr></table>
<div id="{TEXT1}" style="padding: 3px;">{TEXT2}</div>
</div><noscript><a href="http://www.flooble.com/scripts/expand.php">this expanable content box is made using a
free javascript from flooble</a> | <a href="http://perplexus.info/about.php">free puzzle of the day</a>
</noscript>
<!-- flooble Expandable Content box end  -->


Fri Feb 26, 2010 8:04 pm
Site Admin
User avatar

Joined: Sat Aug 02, 2008 4:07 pm
Posts: 8058
Location: NJ
Country: United States (us)
Gender: Male
Mystyr Nile wrote:
...Well that was pointless.
This code works well on my forum, maybe it will can the box!
Code:
<body>
<!-- flooble Expandable Content header start -->
<script language="javascript">
// Expandable content script from flooble.com.
// For more information please visit:
//   http://www.flooble.com/scripts/expand.php
// Copyright 2002 Animus Pactum Consulting Inc.
//----------------------------------------------
var ie4 = false; if(document.all) { ie4 = true; }
function getObject(id) { if (ie4) { return document.all[id]; } else { return document.getElementById(id); } }
function toggle(link, divId) { var lText = link.innerHTML; var d = getObject(divId);
 if (lText == '+') { link.innerHTML = '−'; d.style.display = 'block'; }
 else { link.innerHTML = '+'; d.style.display = 'none'; } }
</script>
<!-- flooble Expandable Content header end   -->
</body>
<!-- flooble Expandable Content box start -->
<div style="border: 1px solid #000000; padding: 0px; background: #EEEEEE; "><table border="0" cellspacing="0" cellpadding="2" width="100%" style="background: #CCCCCC; color: #FFFFFF; "><tr><td>{TEXT1}</td><td align="right">
[<a title="show/hide" id="{TEXT1}_link" href="javascript: void(0);" onclick="toggle(this, '{TEXT1}');"  style="text-decoration: none; color: #FFFFFF; ">−</a>]</td></tr></table>
<div id="{TEXT1}" style="padding: 3px;">{TEXT2}</div>
</div><noscript><a href="http://www.flooble.com/scripts/expand.php">this expanable content box is made using a
free javascript from flooble</a> | <a href="http://perplexus.info/about.php">free puzzle of the day</a>
</noscript>
<!-- flooble Expandable Content box end  -->

Link to box working on your forums please?

_________________
Image
Current project(s):
SSF2 (Working Title) | Percent Done: 90% | Descrip: Sequel to SSF


Fri Feb 26, 2010 8:39 pm
WWW
User avatar

Joined: Sat May 30, 2009 5:57 pm
Posts: 686
Country: United States (us)
Gender: Male
Okay.


Fri Feb 26, 2010 8:44 pm
User avatar

Joined: Tue Feb 24, 2009 12:30 pm
Posts: 1728
Gender: Male
"Welcome to therivernile

You are currently viewing our boards as a guest, which gives you limited access to view most discussions and access our other features. By joining our free community, you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content, and access many other special features. Registration is fast, simple, and absolutely free, so please, join our community today!"

_________________
Is this the real life?
Is this just fantasy?


Sat Feb 27, 2010 4:36 pm
User avatar

Joined: Sat May 30, 2009 5:57 pm
Posts: 686
Country: United States (us)
Gender: Male
Scroll down, it's there.


Sat Feb 27, 2010 4:38 pm
Site Admin
User avatar

Joined: Sat Aug 02, 2008 4:07 pm
Posts: 8058
Location: NJ
Country: United States (us)
Gender: Male
Mystyr Nile wrote:

But why did the box default to open?

_________________
Image
Current project(s):
SSF2 (Working Title) | Percent Done: 90% | Descrip: Sequel to SSF


Sat Feb 27, 2010 6:08 pm
WWW
User avatar

Joined: Sat May 30, 2009 5:57 pm
Posts: 686
Country: United States (us)
Gender: Male
I don't know, I might be able to edit that.


Sun Feb 28, 2010 12:03 am
Site Admin
User avatar

Joined: Sat Aug 02, 2008 4:07 pm
Posts: 8058
Location: NJ
Country: United States (us)
Gender: Male
Mystyr Nile wrote:
I don't know, I might be able to edit that.

That's really our only current problem, so if you can fix that then it might help.

_________________
Image
Current project(s):
SSF2 (Working Title) | Percent Done: 90% | Descrip: Sequel to SSF


Sun Feb 28, 2010 2:03 am
WWW
User avatar

Joined: Sat May 30, 2009 5:57 pm
Posts: 686
Country: United States (us)
Gender: Male
I just tried to fix it, but clearly I don't know enough about HTML.
I was planning on learning it, so when I have the experience, I'll be able to help.


Sun Feb 28, 2010 1:16 pm
Display posts from previous:  Sort by  
 [ 1260 posts ]  Go to page Previous  1 ... 23, 24, 25, 26, 27, 28, 29 ... 84  Next

Who is online

Users browsing this forum: No registered users and 1 guest


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

cron
Powered by phpBB® Forum Software © phpBB Group
Designed by ST Software for PTF.